We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da998c8 commit 58c5fd0Copy full SHA for 58c5fd0
1 file changed
.github/workflows/ci.yml
@@ -423,8 +423,6 @@ 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}
@@ -514,6 +512,4 @@ jobs:
514
512
515
513
RUNC_FLAVOR: ${{ matrix.runc }}
516
SELINUX: Enforcing
517
518
519
run: vagrant up --provision-with=selinux,install-runc,test-cri
0 commit comments