Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit a536bc2

Browse files
committed
Reduce number of reftest chunks for master runs
Reduce number of reftest chunks to 5 to save some resources; these never limit overall e2e time.
1 parent bd5ca81 commit a536bc2

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.taskcluster.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,11 @@ tasks:
4040
- [testharness, 13, 15]
4141
- [testharness, 14, 15]
4242
- [testharness, 15, 15]
43-
- [reftest, 1, 10]
44-
- [reftest, 2, 10]
45-
- [reftest, 3, 10]
46-
- [reftest, 4, 10]
47-
- [reftest, 5, 10]
48-
- [reftest, 6, 10]
49-
- [reftest, 7, 10]
50-
- [reftest, 8, 10]
51-
- [reftest, 9, 10]
52-
- [reftest, 10, 10]
43+
- [reftest, 1, 5]
44+
- [reftest, 2, 5]
45+
- [reftest, 3, 5]
46+
- [reftest, 4, 5]
47+
- [reftest, 5, 5]
5348
- [wdspec, 1, 1]
5449
each(chunk):
5550
taskId: {$eval: 'as_slugid(browser.name + browser.channel + chunk[0] + str(chunk[1]))'}

0 commit comments

Comments
 (0)