mirror of
https://github.com/outbackdingo/cluster-api-provider-proxmox.git
synced 2026-01-27 10:18:38 +00:00
End-to-end tests. Can run automatically in an environment from a github action. --------- Co-authored-by: Vic Kerr <wiktor.kerr@ionos.com>
14 lines
401 B
YAML
14 lines
401 B
YAML
---
|
|
self-hosted-runner:
|
|
# Labels of self-hosted runner in array of strings.
|
|
labels:
|
|
- "self-hosted"
|
|
- "proxmox"
|
|
- "e2e"
|
|
- "capmox"
|
|
- "dcd-playground"
|
|
# Configuration variables in array of strings defined in your repository or
|
|
# organization. `null` means disabling configuration variables check.
|
|
# Empty array means no configuration variable is allowed.
|
|
config-variables: null
|