mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-27 03:13:10 +00:00
ci: Drop all green job
Drop the all green job which essentially duplicates functionality provided by GitHub Actions already. Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
17
.github/workflows/ci.yml
vendored
17
.github/workflows/ci.yml
vendored
@@ -125,20 +125,3 @@ jobs:
|
||||
"kubevirt_vm_info",
|
||||
"inventory_kubevirt"
|
||||
]
|
||||
|
||||
all_green:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ always() }}
|
||||
needs:
|
||||
- linter
|
||||
- sanity
|
||||
- unit-source
|
||||
- integration
|
||||
steps:
|
||||
- run: >-
|
||||
python -c "assert set([
|
||||
'${{ needs.linter.result }}',
|
||||
'${{ needs.sanity.result }}',
|
||||
'${{ needs.unit-source.result }}',
|
||||
'${{ needs.integration.result }}'
|
||||
]) == {'success'}"
|
||||
|
||||
Reference in New Issue
Block a user