diff options
Diffstat (limited to 'taskcluster/ci/test/compiled.yml')
-rw-r--r-- | taskcluster/ci/test/compiled.yml | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/taskcluster/ci/test/compiled.yml b/taskcluster/ci/test/compiled.yml index 08434d5ac7..ebe6b9bb2b 100644 --- a/taskcluster/ci/test/compiled.yml +++ b/taskcluster/ci/test/compiled.yml @@ -49,7 +49,7 @@ gtest: description: "GTests run" suite: gtest treeherder-symbol: GTest - instance-size: xlarge + instance-size: xlarge-noscratch run-on-projects: by-variant: 1proc: @@ -81,17 +81,17 @@ jittest: default: [] chunks: by-test-platform: - windows.*-ccov-qr/opt: 8 + windows.*-ccov-qr/opt: 6 windows.*: 1 macosx.*/opt: 1 macosx.*/debug: 3 - android.*: 10 + android.*/opt: 3 + android-hw-.*-aarch64-qr/debug: 8 default: 6 max-run-time: by-test-platform: - windows.*-ccov.*/.*: 7200 - macosx.*-ccov.*/.*: 7200 - android-hw.*: 5400 + windows.*-ccov.*/.*: 1800 + android-hw.*: 2400 default: 3600 mozharness: chunked: @@ -116,7 +116,10 @@ jittest-all: by-test-platform: android-hw-.*-arm7(?:-shippable)?-qr/.*: ['mozilla-central', 'release'] default: [] - chunks: 10 + chunks: + by-test-platform: + android-.*/opt: 3 + android-.*/debug: 6 max-run-time: 3600 mozharness: chunked: true |