Skip to content

Priority for self-hosted runners #25309

Answered by BrightRan
taschik asked this question in Actions
Discussion options

You must be logged in to vote

@taschik,

I am not sure tags are the right way to go here because I’d like to have all different jobs always prefer the group with 8 cores and only use the 4-core machines when there are no “fast” ones available.

If you set a job to run on the self-hosted runner with a specified label, the job will only use the available runners that have the specified label.

By default, the repository runners have the priority to be used for the workflow jobs in a repository. If there is not available repository runners, the jobs will check Organization runners. To view more details, you can see “Routing precedence for self-hosted runners”.

In your case, as a workaround, you can install the 8 cores run…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants