Skip to content

Commit

Permalink
Add support for win11 24h2 hardware workers
Browse files Browse the repository at this point in the history
  • Loading branch information
jwmoss committed Jan 16, 2025
1 parent 448be0c commit 281da50
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -604,14 +604,30 @@ project/releng/generic-worker/win11-64-2009-hw:
description: Datacenter Windows 11 main production worker. 2009 references the os build.
scopes:
- assume:worker-type:releng-hardware/win11-64-2009-hw
project/releng/generic-worker/win11-64-24h2-hw:
description: Datacenter Windows 11 main production worker. 24H2 references the os build.
scopes:
- assume:worker-type:releng-hardware/win11-64-24h2-hw
project/releng/generic-worker/win11-64-2009-hw-alpha:
description: Datacenter Windows 11 experimental worker. 2009 references the os build.
scopes:
- assume:worker-type:releng-hardware/win11-64-2009-hw-alpha
project/releng/generic-worker/win11-64-24h2-hw-alpha:
description: Datacenter Windows 11 experimental worker. 24H2 references the os build.
scopes:
- assume:worker-type:releng-hardware/win11-64-24h2-hw-alpha
project/releng/generic-worker/win11-64-2009-hw-ref:
description: Datacenter Windows 11 main production worker. 2009 references the os build.
scopes:
- assume:worker-type:releng-hardware/win11-64-2009-hw-ref
project/releng/generic-worker/win11-64-24h2-hw-ref:
description: Datacenter Windows 11 main production worker. 24H2 references the os build.
scopes:
- assume:worker-type:releng-hardware/win11-64-24h2-hw-ref
project/releng/generic-worker/win11-64-24h2-hw-ref-alpha:
description: Datacenter Windows 11 experimental worker. 24h2 references the os build.
scopes:
- assume:worker-type:releng-hardware/win11-64-24h2-hw-ref-alpha
project/releng/generic-worker/win11-64-2009-hw-dev:
description: Datacenter Windows 11 main RelSRE dev worker. 2009 references the os build.
scopes:
Expand Down
2 changes: 2 additions & 0 deletions grants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2126,6 +2126,8 @@
- queue:quarantine-worker:proj-autophone/gecko-*
- queue:quarantine-worker:releng-hardware/gecko-*
- queue:quarantine-worker:releng-hardware/win11-64-2009-hw/mdc1/*
- queue:quarantine-worker:releng-hardware/win11-64-24h2-hw/mdc1/*
- queue:quarantine-worker:releng-hardware/win11-64-24h2-hw-ref/mdc1/*
- queue:quarantine-worker:mobile-*
# Allow sheriffs to terminate gecko/mobile related workers
- worker-manager:remove-worker:gecko-*
Expand Down

0 comments on commit 281da50

Please sign in to comment.