1
0
mirror of synced 2026-01-07 09:01:31 -05:00

Merge pull request #19625 from Lehcar/patch-3

Update using custom labels to route jobs
This commit is contained in:
Courtney Wilson
2022-08-15 08:52:03 -05:00
committed by GitHub

View File

@@ -63,7 +63,7 @@ runs-on: [self-hosted, linux, x64, gpu]
- `x64` - Only use a runner based on x64 hardware.
- `gpu` - This custom label has been manually assigned to self-hosted runners with the GPU hardware installed.
These labels operate cumulatively, so a self-hosted runners labels must match all four to be eligible to process the job.
These labels operate cumulatively, so a self-hosted runner must have all four labels to be eligible to process the job.
## Routing precedence for self-hosted runners