From 62a086937e094c1bb117da35bee9c4f45c4a1765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Sat, 3 Aug 2024 09:20:54 +0200 Subject: [PATCH] ci: Remove jobs that are not running MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When re-enabling those we'll need a smart way to do so, as this limit of 20 workflows referenced is just ... weird. However, for now, it's more important to add the jobs related to the new platforms than keep the ones that are actively disabled. Signed-off-by: Fabiano FidĂȘncio --- .github/workflows/ci.yaml | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d61fe2c028..fc230490bb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -131,34 +131,6 @@ jobs: platforms: linux/amd64, linux/s390x file: tests/integration/kubernetes/runtimeclass_workloads/confidential/unencrypted/Dockerfile - run-kata-deploy-tests-on-aks: - # TODO: Reenable when Azure CI budget is secured (see #9939). - if: false - needs: publish-kata-deploy-payload-amd64 - uses: ./.github/workflows/run-kata-deploy-tests-on-aks.yaml - with: - registry: ghcr.io - repo: ${{ github.repository_owner }}/kata-deploy-ci - tag: ${{ inputs.tag }}-amd64 - commit-hash: ${{ inputs.commit-hash }} - pr-number: ${{ inputs.pr-number }} - target-branch: ${{ inputs.target-branch }} - secrets: inherit - - run-kata-deploy-tests-on-garm: - # TODO: Transition to free runner (see #9940). - if: false - needs: publish-kata-deploy-payload-amd64 - uses: ./.github/workflows/run-kata-deploy-tests-on-garm.yaml - with: - registry: ghcr.io - repo: ${{ github.repository_owner }}/kata-deploy-ci - tag: ${{ inputs.tag }}-amd64 - commit-hash: ${{ inputs.commit-hash }} - pr-number: ${{ inputs.pr-number }} - target-branch: ${{ inputs.target-branch }} - secrets: inherit - run-kata-monitor-tests: needs: build-kata-static-tarball-amd64 uses: ./.github/workflows/run-kata-monitor-tests.yaml