Skip to content

Commit fbd59cc

Browse files
committed
Bug 2021087 - Disable dynamic chunking for WebGPU jobs r=florian,webgpu-reviewers,ErichDonGubler DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D286101
1 parent 7f4e5ad commit fbd59cc

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

  • taskcluster/kinds/web-platform-tests

taskcluster/kinds/web-platform-tests/kind.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,7 @@ tasks:
370370
# (though we're working on reducing this!)
371371
# Devs would love ~10-15m runs, but we don't want to be more than
372372
# 50% overhead, so let's aim for 15m (20m debug)
373-
chunks: dynamic
374-
default-chunks:
373+
chunks:
375374
by-test-platform:
376375
linux2204.*/debug.*: 25
377376
linux2204.*: 20
@@ -408,8 +407,7 @@ tasks:
408407
treeherder-symbol: W(webgpu-long)
409408
virtualization: virtual-with-gpu
410409
tier: 2
411-
chunks: dynamic
412-
default-chunks: 2
410+
chunks: 2
413411
max-run-time: 5400 # 90m
414412
variants: [] # We don't need sw or nofis testing.
415413
run-on-projects:
@@ -437,8 +435,7 @@ tasks:
437435
# (though we're working on reducing this!)
438436
# Devs would love ~10-15m runs, but we don't want to be more than
439437
# 50% overhead, so let's aim for 15m (20m debug)
440-
chunks: dynamic
441-
default-chunks:
438+
chunks:
442439
by-test-platform:
443440
linux2204.*-64.*: 20
444441
macosx.*: 25
@@ -475,8 +472,7 @@ tasks:
475472
treeherder-symbol: W(webgpu-backlog-long)
476473
virtualization: virtual-with-gpu
477474
tier: 3
478-
chunks: dynamic
479-
default-chunks:
475+
chunks:
480476
by-test-platform:
481477
macosx.*: 5
482478
windows.*-64.*: 6

0 commit comments

Comments
 (0)