From d47e79f71992ecb86ae2a21dd05812d53b52eeb5 Mon Sep 17 00:00:00 2001 From: Zvonko Kaiser Date: Wed, 16 Apr 2025 19:14:59 +0000 Subject: [PATCH] gpu: Disable metrics tests We are not running the metrics tests anyway for now lets make room to run the GPU tests. Signed-off-by: Zvonko Kaiser --- .github/workflows/ci.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c53fdb1ce3..e120e796d0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -316,19 +316,19 @@ jobs: pr-number: ${{ inputs.pr-number }} target-branch: ${{ inputs.target-branch }} - run-metrics-tests: - # Skip metrics tests whilst runner is broken - if: false - # if: ${{ inputs.skip-test != 'yes' }} - needs: build-kata-static-tarball-amd64 - uses: ./.github/workflows/run-metrics.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 }} +# run-metrics-tests: +# # Skip metrics tests whilst runner is broken +# if: false +# # if: ${{ inputs.skip-test != 'yes' }} +# needs: build-kata-static-tarball-amd64 +# uses: ./.github/workflows/run-metrics.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 }} run-basic-amd64-tests: if: ${{ inputs.skip-test != 'yes' }}