From 58a07754a60bd7df55aec6673703ce811aa02999 Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Tue, 6 Apr 2021 10:21:31 -0700 Subject: [PATCH] Temporarily disable cri-tools critest cri-tools is hardcoded to use images which are broken within their registry. Disable the tests to unblock CI until fixed. Signed-off-by: Derek McGowan --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 864fe7cc3..b31d11aad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -423,6 +423,8 @@ 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} @@ -512,4 +514,6 @@ 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