re-enable cri test
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
This commit is contained in:
parent
da998c81eb
commit
58c5fd09e5
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -423,8 +423,6 @@ jobs:
|
||||
- name: cri-tools critest
|
||||
env:
|
||||
TEST_RUNTIME: ${{ matrix.runtime }}
|
||||
# Temporarily disabled due to cri-tools hardcoded to use broken images
|
||||
continue-on-error: true
|
||||
run: |
|
||||
BDIR="$(mktemp -d -p $PWD)"
|
||||
mkdir -p ${BDIR}/{root,state}
|
||||
@ -514,6 +512,4 @@ jobs:
|
||||
env:
|
||||
RUNC_FLAVOR: ${{ matrix.runc }}
|
||||
SELINUX: Enforcing
|
||||
# Temporarily disabled due to cri-tools hardcoded to use broken images
|
||||
continue-on-error: true
|
||||
run: vagrant up --provision-with=selinux,install-runc,test-cri
|
||||
|
Loading…
Reference in New Issue
Block a user