vault/.github/actionlint.yml
Vault Automation aa1349f5a5
actions(runners): add backup self-hosted runner types (#11884) (#11937)
* actions(runners): add backup self-hosted runner types

We've previously added backup runner types for various self-hosted
runners but were not exhaustive. This change adds at least one backup
instance type to each specified on-demand runner type.

Signed-off-by: Ryan Cragun <me@ryan.ec>
Co-authored-by: Ryan Cragun <me@ryan.ec>
2026-01-23 21:12:52 +00:00

21 lines
453 B
YAML

# Copyright IBM Corp. 2016, 2025
# SPDX-License-Identifier: BUSL-1.1
self-hosted-runner:
# Labels of self-hosted runner in array of string
labels:
- small
- medium
- large
- xlarge
- ondemand
- disk_gb=64
- os=linux
- os=ubuntu-arm
- type=m5.2xlarge
- type=c6a.xlarge
- type=c6g.2xlarge
- type=c6a.4xlarge
- type=c6g.2xlarge;c6g.4xlarge
- ubuntu-latest-x64
- custom-linux-xl-vault-latest