ci: use only a single label for Github Actions runners#3
Conversation
e746432 to
6e8962d
Compare
The next version of Action Runner Controller will no longer support having multiple labels on runners, this PR removes all additional labels from workflows.
6e8962d to
f60fb65
Compare
|
Please make sure to review and merge this PR as soon as possible. It's very IMPORTANT to make sure you merge these before March 1st if you haven't merged this PR your GitHub actions will no longer work. If you have any questions please ask in #devs-github-actions |
|
Please make sure to review and merge this PR as soon as possible. It's very IMPORTANT to make sure you merge these before March 1st if you haven't merged this PR your GitHub actions will no longer work. If you have any questions please ask in #devs-github-actions |
|
Please make sure to review and merge this PR as soon as possible. It's very IMPORTANT to make sure you merge these before March 1st if you haven't merged this PR your GitHub actions will no longer work. If you have any questions please ask in #devs-github-actions |
If you are using the
self-hostedlabel but are not expecting to use the PRE runners then you can ignore this PR, however it's recommended to make sure you use more than justself-hostedas a label to avoid running your jobs on the incorrect runners.The PRE team are working on deploying a new version of Action Runner Controller which is used for our self hosted runners, this update switches
the runners to use a new RunnerSet feature which only allows for a single label to be used for each runner type. This new Action Runner Controller will
come with the ability to start a new runner for every job that is created meaning the scaling of runners will be much more dynamic and should improve
scaling during peak times.
This PR removes all other labels other than the
unity-linux-runnerorunity-linux-runner-xlargelabels.If you DO NOT merge this PR your actions will NO LONGER WORK once we are fully migrated (the target date for shutting down the old runners is March 1st) to the new Action Runner Controller. It's safe to merge this PR before we have migrated as all existing runners have these labels.
If you require running your runs in a specific region, have any problems after merging or have other questions please reach out in #devs-github-actions for help.
Note: Apologies for those who get this PR re-opened after closing, we found a couple of patterns that were missing from our batch and want to make sure those repos don't go without actions. You can safely close the PR as you did before.
Created by Sourcegraph batch change
danielh/arcv2_runs_on_campaign.