1
0
Fork 0
forked from infra/ansible

Forge staging: Add 'fedora' label to all fedora-N runners

There are six global 'fedora' runners in staging forgejo, each with a
different label. This makes it awkward to create workflows as you have to
arbitrarily tie them to a single runner for no very good reason. If we
give them all the 'fedora' label you can just set your workflow to run on
'fedora' and it will run on any available runner.

Also, at least for the quality org, our prod runners have the 'fedora' label,
so if the global staging runners have the same label, we can reuse workflows
between staging and prod.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2026-06-02 09:29:49 -07:00 committed by Adam Williamson
commit e748dc2f85
6 changed files with 6 additions and 0 deletions

View file

@ -3,5 +3,6 @@ name: fedora-1
scope: global
labels:
- fedora-1
- fedora
image: code.forgejo.org/forgejo/runner:11
capacity: 4

View file

@ -3,5 +3,6 @@ name: fedora-2
scope: global
labels:
- fedora-2
- fedora
image: code.forgejo.org/forgejo/runner:11
capacity: 4

View file

@ -3,5 +3,6 @@ name: fedora-3
scope: global
labels:
- fedora-3
- fedora
image: code.forgejo.org/forgejo/runner:11
capacity: 4

View file

@ -3,5 +3,6 @@ name: fedora-4
scope: global
labels:
- fedora-4
- fedora
image: code.forgejo.org/forgejo/runner:11
capacity: 4

View file

@ -3,5 +3,6 @@ name: fedora-5
scope: global
labels:
- fedora-5
- fedora
image: code.forgejo.org/forgejo/runner:11
capacity: 4

View file

@ -3,5 +3,6 @@ name: fedora-6
scope: global
labels:
- fedora-6
- fedora
image: code.forgejo.org/forgejo/runner:11
capacity: 4