mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-24 06:27:39 +00:00
Merge pull request #11128 from stevenhorsman/disable-metrics-jobs
ci: Remove metric jobs
This commit is contained in:
commit
8df271358e
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -304,7 +304,9 @@ jobs:
|
|||||||
target-branch: ${{ inputs.target-branch }}
|
target-branch: ${{ inputs.target-branch }}
|
||||||
|
|
||||||
run-metrics-tests:
|
run-metrics-tests:
|
||||||
if: ${{ inputs.skip-test != 'yes' }}
|
# Skip metrics tests whilst runner is broken
|
||||||
|
if: false
|
||||||
|
# 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:
|
||||||
|
Loading…
Reference in New Issue
Block a user