From 58c5fd09e53ecc476c88db74ad389faac857ac20 Mon Sep 17 00:00:00 2001 From: Mike Brown Date: Wed, 7 Apr 2021 10:07:32 -0500 Subject: [PATCH] re-enable cri test Signed-off-by: Mike Brown --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b31d11aad..864fe7cc3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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