mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 00:33:28 -04:00
* 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>
21 lines
453 B
YAML
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
|