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

Add support for win11 24h2 hardware workers #262

Merged
merged 1 commit into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading