From: Anil Belur Date: Thu, 15 Jun 2023 22:39:44 +0000 (+1000) Subject: CI: Remove packer-validation temporarily X-Git-Tag: v0.14.0~3 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=efcaec943a0747ecf19dd70aa40301b558e7ae67;p=releng%2Fcommon-packer.git CI: Remove packer-validation temporarily The job needs to be re-designed for github disable the job for voting until then. Issue: RELENG-4761 Change-Id: Id9ba4e706f7802fb4cfd3770d977359e3052d0d4 Signed-off-by: Anil Belur --- diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index 894877b..5f3a6a3 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -160,7 +160,7 @@ jobs: vote: if: ${{ always() }} - needs: [prepare, pre-commit, tox, packer-validation] + needs: [prepare, pre-commit, tox] runs-on: ubuntu-latest steps: - name: Get workflow conclusion