diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:42 +0000 |
commit | da4c7e7ed675c3bf405668739c3012d140856109 (patch) | |
tree | cdd868dba063fecba609a1d819de271f0d51b23e /taskcluster/ci/test/reftest.yml | |
parent | Adding upstream version 125.0.3. (diff) | |
download | firefox-da4c7e7ed675c3bf405668739c3012d140856109.tar.xz firefox-da4c7e7ed675c3bf405668739c3012d140856109.zip |
Adding upstream version 126.0.upstream/126.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'taskcluster/ci/test/reftest.yml')
-rw-r--r-- | taskcluster/ci/test/reftest.yml | 71 |
1 files changed, 52 insertions, 19 deletions
diff --git a/taskcluster/ci/test/reftest.yml b/taskcluster/ci/test/reftest.yml index 5e19ec3fd5..21474f7aad 100644 --- a/taskcluster/ci/test/reftest.yml +++ b/taskcluster/ci/test/reftest.yml @@ -41,7 +41,7 @@ crashtest: chunks: by-test-platform: android-em-7.*: 1 - linux.*64-tsan-qr/opt: 32 + linux.*64-tsan-qr/opt: 4 default: 1 variants: - no-fission @@ -52,8 +52,8 @@ crashtest: webrender-sw+no-fission: by-test-platform: android-em-7.0-x86_64-qr/debug: built-projects - linux1804-64-qr/debug: ['trunk'] - linux1804-64(-shippable|-asan)?-qr/opt: ['trunk'] + linux1804-64-qr/debug: ['mozilla-central'] + linux1804-64(-shippable|-asan)?-qr/opt: ['mozilla-central'] default: [] webrender-sw: by-test-platform: @@ -66,8 +66,8 @@ crashtest: no-fission: by-test-platform: android-em-7.0-x86_64-qr/debug-isolated-process: [] - linux1804-64-qr/debug: ['trunk'] - linux1804-64(-shippable|-asan)?-qr/opt: ['trunk'] + linux1804-64-qr/debug: ['mozilla-central'] + linux1804-64(-shippable|-asan)?-qr/opt: ['mozilla-central'] android.*: built-projects default: [] default: @@ -77,10 +77,20 @@ crashtest: default: built-projects max-run-time: 3600 tier: - by-test-platform: - android-hw-.*-qr/.*: 2 - android-em-7.0-x86_64-qr/debug-isolated-process: 3 - default: default + by-variant: + no-fission: + by-test-platform: + linux.*: 2 + default: default + webrender-sw+no-fission: + by-test-platform: + linux.*: 2 + default: default + default: + by-test-platform: + android-hw-.*-qr/.*: 2 + android-em-7.0-x86_64-qr/debug-isolated-process: 3 + default: default crashtest-qr: description: "Crashtest Webrender run" @@ -127,8 +137,8 @@ jsreftest: by-variant: no-fission: by-test-platform: - linux1804-64-qr/debug: ['trunk'] - linux1804-64(-shippable|-asan)?-qr/opt: ['trunk'] + linux1804-64-qr/debug: ['mozilla-central'] + linux1804-64(-shippable|-asan)?-qr/opt: ['mozilla-central'] android-hw-.*-aarch64(?:-shippable)?-qr/.*: ['mozilla-central', 'release'] android-hw-.*-arm7(?:-shippable)?-qr/.*: ['mozilla-central', 'release'] android.*: built-projects @@ -138,6 +148,13 @@ jsreftest: android.*/.*: [] default: built-projects virtualization: virtual + tier: + by-variant: + no-fission: + by-test-platform: + linux.*: 2 + default: default + default: default reftest: description: "Reftest run" @@ -147,7 +164,7 @@ reftest: by-test-platform: android-em-7.*: 6 linux1804-64(-shippable|-devedition|-qr)?/opt: 5 - linux.*64-tsan-qr/opt: 32 + linux.*64-tsan-qr/opt: 16 macosx101.*-64-shippable(-qr)?/opt: 3 macosx101.*-64/debug: 4 macosx101.*-64(-ccov.*|-qr)/debug: 6 @@ -159,6 +176,7 @@ reftest: windows11.*/opt: 3 default: 8 variants: + - geckoview-no-fission-ship - no-fission - webrender-dcomp-disabled - webrender-dcomp-present @@ -171,8 +189,8 @@ reftest: webrender-sw+no-fission: by-test-platform: android-em-7.0-x86_64-qr/debug: built-projects - linux1804-64-qr/debug: ['trunk'] - linux1804-64(-shippable|-asan)?-qr/opt: ['trunk'] + linux1804-64-qr/debug: ['mozilla-central'] + linux1804-64(-shippable|-asan)?-qr/opt: ['mozilla-central'] default: [] webrender-sw: by-test-platform: @@ -184,10 +202,15 @@ reftest: no-fission: by-test-platform: android-em-7.0-x86_64-qr/debug-isolated-process: [] - linux1804-64-qr/debug: ['trunk'] - linux1804-64(-shippable|-asan)?-qr/opt: ['trunk'] + linux1804-64-qr/debug: ['mozilla-central'] + linux1804-64(-shippable|-asan)?-qr/opt: ['mozilla-central'] android.*: built-projects default: [] + geckoview-no-fission-ship: + by-test-platform: + android-em-7.0-x86_64-qr/debug-isolated-process: [] + android-em.*: built-projects + default: [] default: by-test-platform: android.*/.*: [] @@ -209,9 +232,19 @@ reftest: windows.*/opt: false default: true tier: - by-test-platform: - android-em-7.0-x86_64-qr/debug-isolated-process: 3 - default: default + by-variant: + no-fission: + by-test-platform: + linux.*: 2 + default: default + webrender-sw+no-fission: + by-test-platform: + linux.*: 2 + default: default + default: + by-test-platform: + android-em-7.0-x86_64-qr/debug-isolated-process: 3 + default: default reftest-qr: description: "Reftest webrender run" |