mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-18 18:38:08 -05:00
* license: update headers to IBM Corp. * `make proto` * update offset because source file changed Signed-off-by: Ryan Cragun <me@ryan.ec> Co-authored-by: Ryan Cragun <me@ryan.ec>
20 lines
418 B
YAML
20 lines
418 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
|
|
- ubuntu-latest-x64
|
|
- custom-linux-xl-vault-latest
|