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 Dec 5, 2024
1 parent 2d6fccb commit d1967b9
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 @@ -55,6 +55,8 @@ defaults:
jobs:
test:
runs-on: ${{ inputs.runner }}
# 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@v4
Expand Down

0 comments on commit d1967b9

Please sign in to comment.