File tree Expand file tree Collapse file tree 14 files changed +24
-29
lines changed
gecko_taskgraph/transforms Expand file tree Collapse file tree 14 files changed +24
-29
lines changed Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ win64-plain/debug:
311
311
platform : windows2012-64/debug
312
312
symbol : Bp
313
313
tier : 1
314
- worker-type : b-win2022
314
+ worker-type : b-win2012
315
315
worker :
316
316
max-run-time : 7200
317
317
env :
@@ -403,7 +403,7 @@ win64-plain/opt:
403
403
platform : windows2012-64/opt
404
404
symbol : Bp
405
405
tier : 1
406
- worker-type : b-win2022
406
+ worker-type : b-win2012
407
407
worker :
408
408
max-run-time : 7200
409
409
env :
@@ -792,7 +792,7 @@ win32-rusttests/opt:
792
792
platform : windows2012-32/opt
793
793
symbol : BR
794
794
tier : 1
795
- worker-type : b-win2022
795
+ worker-type : b-win2012
796
796
worker :
797
797
max-run-time : 5400
798
798
env :
@@ -837,7 +837,7 @@ win32-rusttests/debug:
837
837
platform : windows2012-32/debug
838
838
symbol : BR
839
839
tier : 1
840
- worker-type : b-win2022
840
+ worker-type : b-win2012
841
841
worker :
842
842
max-run-time : 5400
843
843
env :
@@ -882,7 +882,7 @@ win64-rusttests/opt:
882
882
platform : windows2012-64/opt
883
883
symbol : BR
884
884
tier : 1
885
- worker-type : b-win2022
885
+ worker-type : b-win2012
886
886
worker :
887
887
max-run-time : 5400
888
888
env :
@@ -924,7 +924,7 @@ win64-rusttests/debug:
924
924
platform : windows2012-64/debug
925
925
symbol : BR
926
926
tier : 1
927
- worker-type : b-win2022
927
+ worker-type : b-win2012
928
928
worker :
929
929
max-run-time : 5400
930
930
env :
@@ -968,7 +968,7 @@ win64-ccov/opt:
968
968
platform : windows2012-64/ccov
969
969
symbol : B
970
970
tier : 2
971
- worker-type : b-win2022
971
+ worker-type : b-win2012
972
972
worker :
973
973
artifacts :
974
974
- name : public/code-coverage-grcov.zip
@@ -1015,7 +1015,7 @@ win64-fuzzing-ccov/opt:
1015
1015
treeherder :
1016
1016
platform : windows2012-64/ccov
1017
1017
symbol : Bocf
1018
- worker-type : b-win2022
1018
+ worker-type : b-win2012
1019
1019
worker :
1020
1020
artifacts :
1021
1021
- name : public/code-coverage-grcov.zip
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ job-defaults:
32
32
use-system-python : false
33
33
jobs :
34
34
windows2012-64-firefox :
35
- worker-type : b-win2022
35
+ worker-type : b-win2012
36
36
description : Creates or updates conditioned profiles on Win64
37
37
run-on-projects : ['mozilla-central']
38
38
treeherder :
Original file line number Diff line number Diff line change @@ -505,11 +505,6 @@ workers:
505
505
implementation : generic-worker
506
506
os : windows
507
507
worker-type : ' {alias}-azure'
508
- b-win2022 :
509
- provisioner : ' {trust-domain}-{level}'
510
- implementation : generic-worker
511
- os : windows
512
- worker-type : ' {alias}'
513
508
image :
514
509
provisioner : ' {trust-domain}-{level}'
515
510
implementation : docker-worker
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ jobs:
173
173
job-name : win32-profile
174
174
treeherder :
175
175
platform : windows2012-32-shippable/opt
176
- worker-type : b-win2022
176
+ worker-type : b-win2012
177
177
worker :
178
178
chain-of-trust : true
179
179
max-run-time : 2400
@@ -202,7 +202,7 @@ jobs:
202
202
job-name : win64-profile
203
203
treeherder :
204
204
platform : windows2012-64-shippable/opt
205
- worker-type : b-win2022
205
+ worker-type : b-win2012
206
206
worker :
207
207
chain-of-trust : true
208
208
max-run-time : 2400
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156
156
build_type : opt
157
157
treeherder :
158
158
platform : win32/opt
159
- worker-type : b-win2022
159
+ worker-type : b-win2012
160
160
worker :
161
161
max-run-time : 1800
162
162
artifacts :
@@ -181,7 +181,7 @@ jobs:
181
181
build_type : opt
182
182
treeherder :
183
183
platform : win64/opt
184
- worker-type : b-win2022
184
+ worker-type : b-win2012
185
185
worker :
186
186
max-run-time : 1800
187
187
artifacts :
@@ -206,7 +206,7 @@ jobs:
206
206
build_type : opt
207
207
treeherder :
208
208
platform : win64-aarch64/opt
209
- worker-type : b-win2022
209
+ worker-type : b-win2012
210
210
worker :
211
211
max-run-time : 1800
212
212
artifacts :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ only-for-build-platforms:
22
22
- win64-devedition/opt
23
23
24
24
job-template :
25
- worker-type : ' b-win2022 '
25
+ worker-type : ' b-win2012 '
26
26
mozharness :
27
27
use-magic-mh-args : false
28
28
config :
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ job-defaults:
59
59
fetches :
60
60
toolchain :
61
61
by-worker-type :
62
- .*-b-win2022 :
62
+ .*-b-win2012 :
63
63
- win64-clang
64
64
- win64-rust
65
65
default :
Original file line number Diff line number Diff line change 3
3
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
4
---
5
5
job-defaults :
6
- worker-type : b-win2022
6
+ worker-type : b-win2012
7
7
worker :
8
8
max-run-time : 10800
9
9
run :
Original file line number Diff line number Diff line change 76
76
treeherder :
77
77
platform : windows2012-64/debug
78
78
tier : 2
79
- worker-type : b-win2022
79
+ worker-type : b-win2012
80
80
run :
81
81
config :
82
82
- builds/releng_base_firefox.py
Original file line number Diff line number Diff line change @@ -427,7 +427,7 @@ win64-clang-16-raw:
427
427
description : " Clang-cl 16 toolchain build"
428
428
treeherder :
429
429
symbol : TW64(clang-16-raw)
430
- worker-type : b-win2022
430
+ worker-type : b-win2012
431
431
worker :
432
432
max-run-time : 9000
433
433
run :
@@ -839,7 +839,7 @@ win64-clang-trunk-raw:
839
839
cached_task : false
840
840
treeherder :
841
841
symbol : TW64(clang-trunk-raw)
842
- worker-type : b-win2022
842
+ worker-type : b-win2012
843
843
worker :
844
844
max-run-time : 9000
845
845
run :
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ macosx64-gn:
37
37
win64-gn :
38
38
treeherder :
39
39
symbol : TW64(gn)
40
- worker-type : b-win2022
40
+ worker-type : b-win2012
41
41
worker :
42
42
max-run-time : 3600
43
43
run :
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ win64-custom-car:
242
242
description : " Custom chromium-as-release build for Windows"
243
243
treeherder :
244
244
symbol : TW64(custom-car)
245
- worker-type : b-win2022
245
+ worker-type : b-win2012
246
246
worker :
247
247
max-run-time : 16200
248
248
env :
Original file line number Diff line number Diff line change 58
58
platform : updatebot/all
59
59
symbol : w-cron
60
60
tier : 1
61
- worker-type : b-win2022
61
+ worker-type : b-win2012
62
62
worker :
63
63
max-run-time : 3600
64
64
taskcluster-proxy : true
Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ def make_job_description(config, jobs):
379
379
"max-run-time" : job ["run-time" ],
380
380
"chain-of-trust" : True ,
381
381
}
382
- if job ["worker-type" ] in [ "b-win2012" , "b-win2022" ] :
382
+ if job ["worker-type" ] == "b-win2012" :
383
383
job_description ["worker" ]["os" ] = "windows"
384
384
job_description ["run" ]["use-simple-package" ] = False
385
385
job_description ["run" ]["use-magic-mh-args" ] = False
You can’t perform that action at this time.
0 commit comments