ci: use only a single label for Github Actions runners#4
Open
Conversation
e88417c to
e304a71
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.
e304a71 to
920e36e
Compare
Author
|
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 |
Author
|
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.