Skip to content

Commit

Permalink
workflows/libvirt: allow the e2e crio job to fail
Browse files Browse the repository at this point in the history
Let's keep it running for a while on CI, once it's stable we can
remove the continue-on-error.

Fixes #1981
Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
  • Loading branch information
wainersm committed Sep 27, 2024
1 parent ec93510 commit b8dd9f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e_libvirt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ defaults:
jobs:
test:
runs-on: az-ubuntu-2204
# TODO: remove this when the crio job gets stable
continue-on-error: ${{ inputs.container_runtime == 'crio' && true || false }}
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand Down

0 comments on commit b8dd9f3

Please sign in to comment.