diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /taskcluster/ci/test/awsy.yml | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'taskcluster/ci/test/awsy.yml')
-rw-r--r-- | taskcluster/ci/test/awsy.yml | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/taskcluster/ci/test/awsy.yml b/taskcluster/ci/test/awsy.yml new file mode 100644 index 0000000000..ea50703abb --- /dev/null +++ b/taskcluster/ci/test/awsy.yml @@ -0,0 +1,86 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +--- +job-defaults: + suite: awsy + max-run-time: 7200 + instance-size: xlarge + virtualization: + by-test-platform: + windows10-64(?:-shippable)?-qr/.*: virtual-with-gpu + windows10-64/.*: virtual-with-gpu + default: virtual + allow-software-gl-layers: false + mozharness: + script: awsy_script.py + config: + by-test-platform: + windows.*: + - awsy/taskcluster_windows_config.py + macosx.*/opt: + - awsy/macosx_config.py + default: + - awsy/linux_config.py + tier: default + fission-tier: + by-test-platform: + linux1804-64(?!-shippable).*: 3 + windows10-64(-qr)?/opt: 3 + default: 2 + run-on-projects: + by-test-platform: + .*-devedition/.*: [] # don't run on devedition + windows7-32.*/opt: [] + (linux|windows10|mac)(?!.*shippable).*/opt: [] + default: ['integration', 'mozilla-central', 'mozilla-beta', 'mozilla-release'] + test-manifest-loader: null # don't load tests in the taskgraph + fission-run-on-projects: + by-test-platform: + linux1804-64-shippable-qr/opt: ['mozilla-central'] + windows10-64-shippable-qr/opt: ['mozilla-central'] + default: [] + + +awsy: + description: "Are we slim yet" + treeherder-symbol: SY(sy) + +awsy-tp6: + description: "Are we slim yet - tp6 pageset" + variants: ["fission"] + treeherder-symbol: SY(sy-tp6) + run-on-projects: + by-test-platform: + .*-ccov.*/.*: [] # don't run on coverage + .*-devedition/.*: [] # don't run on devedition + windows7-32.*/opt: [] + (linux|windows10|mac)(?!.*shippable)(?!.*ccov).*/opt: [] + default: ['integration', 'mozilla-central', 'mozilla-beta', 'mozilla-release'] + mozharness: + extra-options: + - --tp6 + +awsy-dmd: + description: "Are we slim yet - dmd enabled" + treeherder-symbol: SY(sy-d) + run-on-projects: [] + mozharness: + extra-options: + - --dmd + +awsy-base: + description: "Are we slim yet - about:blank base case" + treeherder-symbol: SY(ab) + mozharness: + extra-options: + - --base + +awsy-base-dmd: + description: "Are we slim yet - about:blank base case - dmd enabled" + treeherder-symbol: SY(ab-d) + run-on-projects: [] + mozharness: + extra-options: + - --base + - --dmd |