We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff05d49 + 58a0775 commit 3db5af9Copy full SHA for 3db5af9
1 file changed
.github/workflows/ci.yml
@@ -423,6 +423,8 @@ jobs:
423
- name: cri-tools critest
424
env:
425
TEST_RUNTIME: ${{ matrix.runtime }}
426
+ # Temporarily disabled due to cri-tools hardcoded to use broken images
427
+ continue-on-error: true
428
run: |
429
BDIR="$(mktemp -d -p $PWD)"
430
mkdir -p ${BDIR}/{root,state}
@@ -512,4 +514,6 @@ jobs:
512
514
513
515
RUNC_FLAVOR: ${{ matrix.runc }}
516
SELINUX: Enforcing
517
518
519
run: vagrant up --provision-with=selinux,install-runc,test-cri
0 commit comments