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 <zkaiser@nvidia.com>
This commit is contained in:
Zvonko Kaiser 2025-04-16 19:14:59 +00:00
parent f7673f4c24
commit d47e79f719

View File

@ -316,19 +316,19 @@ jobs:
pr-number: ${{ inputs.pr-number }} pr-number: ${{ inputs.pr-number }}
target-branch: ${{ inputs.target-branch }} target-branch: ${{ inputs.target-branch }}
run-metrics-tests: # run-metrics-tests:
# Skip metrics tests whilst runner is broken # # Skip metrics tests whilst runner is broken
if: false # if: false
# if: ${{ inputs.skip-test != 'yes' }} # # if: ${{ inputs.skip-test != 'yes' }}
needs: build-kata-static-tarball-amd64 # needs: build-kata-static-tarball-amd64
uses: ./.github/workflows/run-metrics.yaml # uses: ./.github/workflows/run-metrics.yaml
with: # with:
registry: ghcr.io # registry: ghcr.io
repo: ${{ github.repository_owner }}/kata-deploy-ci # repo: ${{ github.repository_owner }}/kata-deploy-ci
tag: ${{ inputs.tag }}-amd64 # tag: ${{ inputs.tag }}-amd64
commit-hash: ${{ inputs.commit-hash }} # commit-hash: ${{ inputs.commit-hash }}
pr-number: ${{ inputs.pr-number }} # pr-number: ${{ inputs.pr-number }}
target-branch: ${{ inputs.target-branch }} # target-branch: ${{ inputs.target-branch }}
run-basic-amd64-tests: run-basic-amd64-tests:
if: ${{ inputs.skip-test != 'yes' }} if: ${{ inputs.skip-test != 'yes' }}