Skip to content

Commit

Permalink
Temporarily disable cri-tools critest
Browse files Browse the repository at this point in the history
cri-tools is hardcoded to use images which are broken
within their registry. Disable the tests to unblock
CI until fixed.

Signed-off-by: Derek McGowan <derek@mcg.dev>
  • Loading branch information
dmcgowan committed Apr 6, 2021
1 parent ff05d49 commit 58a0775
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,8 @@ jobs:
- name: cri-tools critest
env:
TEST_RUNTIME: ${{ matrix.runtime }}
# Temporarily disabled due to cri-tools hardcoded to use broken images
continue-on-error: true
run: |
BDIR="$(mktemp -d -p $PWD)"
mkdir -p ${BDIR}/{root,state}
Expand Down Expand Up @@ -512,4 +514,6 @@ jobs:
env:
RUNC_FLAVOR: ${{ matrix.runc }}
SELINUX: Enforcing
# Temporarily disabled due to cri-tools hardcoded to use broken images
continue-on-error: true
run: vagrant up --provision-with=selinux,install-runc,test-cri

0 comments on commit 58a0775

Please sign in to comment.