Skip to content

Commit 45af361

Browse files
committed
feat: define groups and variables for runners and workflows
1 parent a094413 commit 45af361

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
github_output_directory: "{{ kayobe_config_path }}/../../.github/workflows"

etc/kayobe/inventory/groups

+6
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ seed-hypervisor
3131
seed
3232
overcloud
3333

34+
[github-runners]
35+
# Empty group to provide declaration of github-runner group.
36+
37+
[github-writer]
38+
localhost
39+
3440
###############################################################################
3541
# Overcloud groups.
3642

0 commit comments

Comments
 (0)