Skip to content

Commit 3db5af9

Browse files
authored
Merge pull request #5315 from dmcgowan/disable-broken-cri-tools-critest
Temporarily disable cri-tools critest
2 parents ff05d49 + 58a0775 commit 3db5af9

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)