From 94fa9788e6597836b305ef8efd7a51b55f3ff790 Mon Sep 17 00:00:00 2001 From: Edwin Takahashi Date: Tue, 16 Jun 2020 22:58:20 +0000 Subject: [PATCH] Bug 1643177 - reduce web-platform-tests-backlog chunk counts r=jmaher Changes: - reduce the number of web-platform-tests-backlog chunks across the board to save on machine setup costs. Differential Revision: https://phabricator.services.mozilla.com/D79414 --- taskcluster/ci/test/web-platform.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/taskcluster/ci/test/web-platform.yml b/taskcluster/ci/test/web-platform.yml index 8b59951c9d4a..e59fbeacd047 100644 --- a/taskcluster/ci/test/web-platform.yml +++ b/taskcluster/ci/test/web-platform.yml @@ -87,16 +87,16 @@ web-platform-tests-backlog: treeherder-symbol: W-b(wpt) chunks: by-test-platform: - android.*: 6 - linux.*64-asan/opt: 6 - linux.*64-ccov/opt: 6 - linux.*/debug: 6 - macosx.*/debug: 5 - windows7.*/opt: 3 - windows7.*/debug: 5 - windows10.*/debug: 3 - windows10-64-ccov/opt: 6 - default: 3 + android.*: 3 + linux.*64-asan/opt: 3 + linux.*64-ccov/opt: 3 + linux.*/debug: 3 + macosx.*/debug: 3 + windows7.*/opt: 1 + windows7.*/debug: 3 + windows10.*/debug: 1 + windows10-64-ccov/opt: 3 + default: 1 max-run-time: by-test-platform: .*/debug: 7200