Skip to content

Commit 58a0775

Browse files
committed
Temporarily disable cri-tools critest
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 <[email protected]>
1 parent ff05d49 commit 58a0775

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,8 @@ jobs:
423423
- name: cri-tools critest
424424
env:
425425
TEST_RUNTIME: ${{ matrix.runtime }}
426+
# Temporarily disabled due to cri-tools hardcoded to use broken images
427+
continue-on-error: true
426428
run: |
427429
BDIR="$(mktemp -d -p $PWD)"
428430
mkdir -p ${BDIR}/{root,state}
@@ -512,4 +514,6 @@ jobs:
512514
env:
513515
RUNC_FLAVOR: ${{ matrix.runc }}
514516
SELINUX: Enforcing
517+
# Temporarily disabled due to cri-tools hardcoded to use broken images
518+
continue-on-error: true
515519
run: vagrant up --provision-with=selinux,install-runc,test-cri

0 commit comments

Comments
 (0)