ubicloud/prog/vm
Burak Velioglu e2f1821242 Add logic for supporting github custom labels
Until now, users could only use predefined labels for
their github workflows. However, some users wanted
workflow-level limits for finer control. To address this
support for custom labels is introduced.

Custom labels are unique per [installation, label]
which allows multiple installations to reuse the same
custom label. Each custom label is aliased to a predefined
label. In other words, users still run on VM types defined
by predefined labels, but can introduce workflow-level
limits by using custom labels.

With this commit, only concurrency limits are supported.
Additional limits can be introduced later by adding new
columns to the github_custom_label model.
2025-09-15 14:41:01 +03:00
..
github_runner.rb Add logic for supporting github custom labels 2025-09-15 14:41:01 +03:00
host_nexus.rb Use create_with_id in progs and routes 2025-08-07 02:13:08 +09:00
nexus.rb Support creating private subnet when creating virtual machine 2025-09-12 01:09:24 +09:00
prep_host.rb Colour the prompt of the VmHost for production hosts 2023-11-24 10:12:59 +03:00
vm_host_slice_nexus.rb Use create_with_id in progs and routes 2025-08-07 02:13:08 +09:00
vm_pool.rb Use create_with_id in progs and routes 2025-08-07 02:13:08 +09:00