mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-03-18 10:44:10 +00:00
Added configuration file with rules to exclude some self-hosted runners from the linter warnings. Related-with: #9646 Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
25 lines
511 B
YAML
25 lines
511 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:
|
|
- arm64-builder
|
|
- garm-ubuntu-2004
|
|
- garm-ubuntu-2004-smaller
|
|
- garm-ubuntu-2204
|
|
- garm-ubuntu-2304
|
|
- garm-ubuntu-2304-smaller
|
|
- garm-ubuntu-2204-smaller
|
|
- k8s-ppc64le
|
|
- metrics
|
|
- ppc64le
|
|
- sev
|
|
- sev-snp
|
|
- s390x
|
|
- s390x-large
|
|
- tdx
|