Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: use only a single label for Github Actions runners #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

opdude
Copy link

@opdude opdude commented Jan 17, 2024

⚠️ Important: This PR must be merged. Without merging this PR your actions will no longer work once we are fully migrated. ⚠️

⚠️ Note ⚠️
If you are using the self-hosted label 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 just self-hosted as 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-runner or unity-linux-runner-xlarge labels.

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.

@opdude opdude changed the title feat: use only a single label for Github Actions runners ci: use only a single label for Github Actions runners Jan 18, 2024
The next version of Action Runner Controller will no longer support having multiple labels on runners, this PR removes all additional labels from workflows.
@opdude opdude force-pushed the batch-changes/github-actions-runner-labels branch from 241398a to 92041c1 Compare January 19, 2024 09:55
@opdude
Copy link
Author

opdude commented Feb 2, 2024

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

@opdude
Copy link
Author

opdude commented Feb 19, 2024

⚠️ Only a few days remain before your actions will no longer run⚠️

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

@opdude
Copy link
Author

opdude commented Feb 23, 2024

⚠️ Only 7 remain before your actions will no longer run⚠️

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant