Skip to content

Commit

Permalink
CI: Remove packer-validation temporarily
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
askb committed Jun 15, 2023
1 parent 17bfe57 commit efcaec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gerrit-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit efcaec9

Please sign in to comment.