diff options
Diffstat (limited to '')
-rw-r--r-- | taskcluster/ci/test/raptor.yml | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/taskcluster/ci/test/raptor.yml b/taskcluster/ci/test/raptor.yml new file mode 100644 index 0000000000..93614acd50 --- /dev/null +++ b/taskcluster/ci/test/raptor.yml @@ -0,0 +1,90 @@ +# 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: + max-run-time: + by-app: + firefox: + by-test-platform: + .*-ref-hw-2017-qr/.*: 3600 + .*-qr/.*: 2400 + default: 1800 + default: + by-test-platform: + .*-qr/.*: 2400 + .*-ux/.*: 2400 + default: 1800 + suite: raptor + test-manifest-loader: null # don't load tests in the taskgraph + run-on-projects: [] + limit-platforms: + by-app: + chrome: + - .*shippable(?!-qr).* + chromium: + - .*shippable(?!-qr).* + default: [] + tier: 2 + virtualization: hardware + mozharness: + script: raptor_script.py + config: + by-test-platform: + macosx.*: + - raptor/mac_config.py + windows.*: + - raptor/windows_config.py + default: + - raptor/linux_config.py + extra-options: + # Bug 1626522: Temporarily enable extension logging for + # an easier investigation of intermittents on mobile devices + - --setpref=extensions.logging.enabled=true + - --webext + fetches: + fetch: + by-app: + chromium: + by-test-platform: + win.*64.*: + - win64-chromium + win.*32.*: + - win32-chromium + macosx.*: + - mac-chromium + default: + - linux64-chromium + default: [] + +raptor-youtube-playback-v9-power-firefox: + description: Raptor V9 YouTube Playback on Firefox with Power Testing + try-name: raptor-youtube-playback-v9-power-firefox + treeherder-symbol: Rap(ytp-v9-p) + run-on-projects: + by-test-platform: + (linux|windows.*64|macos)(?!.*shippable).*: [] + (linux|windows.*64|macos)(?!.*-qr).*: [] + default: [mozilla-central] + max-run-time: 2700 + tier: 2 + mozharness: + extra-options: + - --test=raptor-youtube-playback-v9 + - --power-test + +raptor-youtube-playback-h264-power-firefox: + description: Raptor H264 YouTube Playback on Firefox with Power Testing + try-name: raptor-youtube-playback-h264-power-firefox + treeherder-symbol: Rap(ytp-h264-p) + run-on-projects: + by-test-platform: + (linux|windows.*64|macos)(?!.*shippable).*: [] + (linux|windows.*64|macos)(?!.*-qr).*: [] + default: [mozilla-central] + max-run-time: 2700 + tier: 2 + mozharness: + extra-options: + - --test=raptor-youtube-playback-h264 + - --power-test |