From 4aa7d4e358ea123a7175753586afc5ed5fd6e3b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bombo?= Date: Wed, 20 Nov 2024 16:41:11 -0600 Subject: [PATCH] ci: Require CSI driver for CoCo tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With the building/publishing step for the CSI driver validated, we can set that as a requirement for the CoCo tests. Depends on: #10561 Signed-off-by: Aurélien Bombo --- .github/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a3c8b6e745..b3c1c0e8e4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -223,7 +223,10 @@ jobs: run-kata-coco-tests: if: ${{ inputs.skip-test != 'yes' }} - needs: [publish-kata-deploy-payload-amd64, build-and-publish-tee-confidential-unencrypted-image] + needs: + - publish-kata-deploy-payload-amd64 + - build-and-publish-tee-confidential-unencrypted-image + - publish-csi-driver-amd64 uses: ./.github/workflows/run-kata-coco-tests.yaml with: tarball-suffix: -${{ inputs.tag }}