mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-05-16 20:37:15 +00:00
The run-metrics.yaml workflow is a reusable workflow_call with no caller in the repository, making it effectively dead code. Remove the workflow, the entire tests/metrics/ directory (~586 files including vendored Go for checkmetrics), and the "metrics" self-hosted runner label from actionlint.yaml. Made-with: Cursor Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>
36 lines
822 B
YAML
36 lines
822 B
YAML
# Copyright (c) 2024 Red Hat
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
# Configuration file with rules for the actionlint tool.
|
|
#
|
|
self-hosted-runner:
|
|
# Labels of self-hosted runner that linter should ignore
|
|
labels:
|
|
- amd64-nvidia-a100
|
|
- amd64-nvidia-h100-snp
|
|
- arm64-k8s
|
|
- garm-ubuntu-2004
|
|
- garm-ubuntu-2004-smaller
|
|
- garm-ubuntu-2204
|
|
- garm-ubuntu-2304
|
|
- garm-ubuntu-2304-smaller
|
|
- garm-ubuntu-2204-smaller
|
|
- ppc64le
|
|
- ppc64le-k8s
|
|
- ppc64le-small
|
|
- ubuntu-24.04-ppc64le
|
|
- ubuntu-24.04-s390x
|
|
- riscv-builder
|
|
- sev-snp
|
|
- s390x
|
|
- s390x-large
|
|
- tdx
|
|
- ubuntu-24.04-arm
|
|
|
|
paths:
|
|
.github/workflows/**/*.{yml,yaml}:
|
|
ignore:
|
|
# We use if: false to "temporarily" skip jobs with issues
|
|
- 'constant expression "false" in condition'
|