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 confidential-containers#1981
Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
  • Loading branch information
wainersm committed Nov 27, 2024
1 parent 37a847c commit bb04542
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 @@ -45,6 +45,8 @@ defaults:
jobs:
test:
runs-on: ubuntu-24.04
# 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 bb04542

Please sign in to comment.