Skip to content

Commit ca63829

Browse files
authored
feat: Add highcpu c3d and c4d test pool (mozilla-releng#602)
Initially will be used by xpcshell tests - it demands a lot more CPU than memory These 2 pools will be temporary for benchmarking/before deciding which pool to use
1 parent 6a0ab6b commit ca63829

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

worker-pools.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,10 @@ meta:
203203
- *scratch-disk
204204
- *scratch-disk
205205
machine_type: c3d-standard-60-lssd
206+
- &c3d-highcpu-16
207+
disks:
208+
- *persistent-disk-75gb
209+
machine_type: c3d-highcpu-16
206210
- &c4d-standard-4
207211
disks:
208212
- *persistent-disk-75gb
@@ -224,6 +228,10 @@ meta:
224228
disks:
225229
- *persistent-disk-75gb
226230
machine_type: c4d-highcpu-8
231+
- &c4d-highcpu-16
232+
disks:
233+
- *persistent-disk-75gb
234+
machine_type: c4d-highcpu-16
227235

228236
pools:
229237
- pool_id: infra/build-decision
@@ -3196,6 +3204,12 @@ pools:
31963204
- pool-group: gecko-t
31973205
suffix: -noscratch
31983206
instance_types: [*c3d-standard-8]
3207+
- pool-group: gecko-t
3208+
suffix: -16c30gbc4d
3209+
instance_types: [*c4d-highcpu-16]
3210+
- pool-group: gecko-t
3211+
suffix: -16c32gbc3d
3212+
instance_types: [*c3d-highcpu-16]
31993213
- pool-group: comm-t
32003214
suffix: -noscratch
32013215
instance_types: [*c3d-standard-8]

0 commit comments

Comments
 (0)