Skip to content

Commit 58c5fd0

Browse files
committed
re-enable cri test
Signed-off-by: Mike Brown <[email protected]>
1 parent da998c8 commit 58c5fd0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,6 @@ 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
428426
run: |
429427
BDIR="$(mktemp -d -p $PWD)"
430428
mkdir -p ${BDIR}/{root,state}
@@ -514,6 +512,4 @@ jobs:
514512
env:
515513
RUNC_FLAVOR: ${{ matrix.runc }}
516514
SELINUX: Enforcing
517-
# Temporarily disabled due to cri-tools hardcoded to use broken images
518-
continue-on-error: true
519515
run: vagrant up --provision-with=selinux,install-runc,test-cri

0 commit comments

Comments
 (0)