1
0
mirror of synced 2026-01-04 09:06:46 -05:00

Update using custom labels to route jobs

This commit is contained in:
lehcar (rachel)
2022-08-09 12:43:24 -07:00
committed by GitHub
parent 4ba7983eea
commit 25de950005

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