Skip to content

Commit

Permalink
Bug 1816943 - switch win7 workers over to azure. r=gbrown, a=dmeehan
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaher committed Feb 16, 2023
1 parent 8e0b3a2 commit b78b4cd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 6 additions & 1 deletion taskcluster/ci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -644,11 +644,16 @@ workers:
implementation: generic-worker
os: windows
worker-type: '{alias}'
t-win7-32(|-gpu):
t-win7-32-gpu:
provisioner: '{trust-domain}-t'
implementation: generic-worker
os: windows
worker-type: '{alias}'
t-win7-32:
provisioner: releng-hardware
implementation: generic-worker
os: windows
worker-type: 'gecko-{alias}-hw'
t-win64-aarch64-laptop:
provisioner: bitbar
implementation: generic-worker
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/ci/test/test-sets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ windows-7-tests:
- mochitest-browser-a11y
- mochitest-browser-chrome
- mochitest-webgpu
- reftest
- xpcshell

windows32-2004-tests:
Expand All @@ -193,6 +192,7 @@ windows32-2004-tests:
- mochitest-plain
- mochitest-plain-gpu
- mochitest-remote
- reftest
- telemetry-tests-client
- test-verify
- test-verify-gpu
Expand Down
2 changes: 2 additions & 0 deletions testing/xpcshell/runxpcshelltests.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@

# benchmarking on tbpl revealed that this works best for now
NUM_THREADS = int(cpu_count() * 4)
if sys.platform == "win32":
NUM_THREADS = NUM_THREADS / 2

EXPECTED_LOG_ACTIONS = set(
[
Expand Down

0 comments on commit b78b4cd

Please sign in to comment.