summaryrefslogtreecommitdiffstats
path: root/taskcluster/ci/test/raptor-chromium.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:29:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:29:10 +0000
commit2aa4a82499d4becd2284cdb482213d541b8804dd (patch)
treeb80bf8bf13c3766139fbacc530efd0dd9d54394c /taskcluster/ci/test/raptor-chromium.yml
parentInitial commit. (diff)
downloadfirefox-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/raptor-chromium.yml')
-rw-r--r--taskcluster/ci/test/raptor-chromium.yml219
1 files changed, 219 insertions, 0 deletions
diff --git a/taskcluster/ci/test/raptor-chromium.yml b/taskcluster/ci/test/raptor-chromium.yml
new file mode 100644
index 0000000000..4fd37aab93
--- /dev/null
+++ b/taskcluster/ci/test/raptor-chromium.yml
@@ -0,0 +1,219 @@
+# 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-test-platform:
+ .*-qr/.*: 2400
+ .*-ux/.*: 2400
+ default: 1800
+ suite: raptor
+ run-on-projects: []
+ tier: 2
+ virtualization:
+ by-test-platform:
+ windows10-64-ccov.*/.*: virtual
+ default: hardware
+ test-manifest-loader: null # don't load tests in the taskgraph
+ mozharness:
+ script: raptor_script.py
+ config:
+ by-test-platform:
+ macosx.*:
+ - raptor/mac_config.py
+ windows.*:
+ - raptor/windows_config.py
+ windows10-64-ccov.*/.*:
+ - raptor/windows_vm_config.py
+ linux64-ccov.*/.*:
+ - raptor/linux64_config_taskcluster.py
+ default:
+ - raptor/linux_config.py
+ fetches:
+ fetch:
+ by-test-platform:
+ win.*64.*:
+ - win64-chromium
+ win.*32.*:
+ - win32-chromium
+ macosx.*:
+ - mac-chromium
+ default:
+ - linux64-chromium
+
+raptor-speedometer-chromium:
+ description: "Raptor Speedometer on Chromium"
+ try-name: raptor-speedometer-chromium
+ treeherder-symbol: Rap-Cr(sp)
+ max-run-time: 1500
+ mozharness:
+ extra-options:
+ - --test=raptor-speedometer
+ - --app=chromium
+
+raptor-stylebench-chromium:
+ description: "Raptor StyleBench on Chromium"
+ try-name: raptor-stylebench-chromium
+ treeherder-symbol: Rap-Cr(sb)
+ mozharness:
+ extra-options:
+ - --test=raptor-stylebench
+ - --app=chromium
+
+raptor-motionmark-htmlsuite-chromium:
+ description: "Raptor MotionMark HtmlSuite on Chromium"
+ try-name: raptor-motionmark-htmlsuite-chromium
+ treeherder-symbol: Rap-Cr(mm-h)
+ mozharness:
+ extra-options:
+ - --test=raptor-motionmark-htmlsuite
+ - --app=chromium
+
+raptor-motionmark-animometer-chromium:
+ description: "Raptor MotionMark Animometer on Chromium"
+ try-name: raptor-motionmark-animometer-chromium
+ treeherder-symbol: Rap-Cr(mm-a)
+ mozharness:
+ extra-options:
+ - --test=raptor-motionmark-animometer
+ - --app=chromium
+
+raptor-webaudio-chromium:
+ description: "Raptor WebAudio on Chromium"
+ try-name: raptor-webaudio-chromium
+ treeherder-symbol: Rap-Cr(wa)
+ mozharness:
+ extra-options:
+ - --test=raptor-webaudio
+ - --app=chromium
+
+raptor-sunspider-chromium:
+ description: "Raptor SunSpider on Chromium"
+ try-name: raptor-sunspider-chromium
+ treeherder-symbol: Rap-Cr(ss)
+ mozharness:
+ extra-options:
+ - --test=raptor-sunspider
+ - --app=chromium
+
+raptor-unity-webgl-chromium:
+ description: "Raptor Unity WebGL on Chromium"
+ try-name: raptor-unity-webgl-chromium
+ treeherder-symbol: Rap-Cr(ugl)
+ tier: 3
+ mozharness:
+ extra-options:
+ - --test=raptor-unity-webgl
+ - --app=chromium
+ fetches:
+ fetch:
+ by-test-platform:
+ win.*64.*:
+ - win64-chromium
+ - unity-webgl
+ win.*32.*:
+ - win32-chromium
+ - unity-webgl
+ macosx.*:
+ - mac-chromium
+ - unity-webgl
+ default:
+ - linux64-chromium
+ - unity-webgl
+
+raptor-wasm-misc-chromium:
+ description: "Raptor WASM Misc on Chromium"
+ try-name: raptor-wasm-misc-chromium
+ treeherder-symbol: Rap-Cr(wm)
+ mozharness:
+ extra-options:
+ - --test=raptor-wasm-misc
+ - --app=chromium
+ fetches:
+ fetch:
+ by-test-platform:
+ win.*64.*:
+ - win64-chromium
+ - wasm-misc
+ win.*32.*:
+ - win32-chromium
+ - wasm-misc
+ macosx.*:
+ - mac-chromium
+ - wasm-misc
+ default:
+ - linux64-chromium
+ - wasm-misc
+
+raptor-assorted-dom-chromium:
+ description: "Raptor Assorted-Dom on Chromium"
+ try-name: raptor-assorted-dom-chromium
+ treeherder-symbol: Rap-Cr(dom)
+ max-run-time: 1500
+ mozharness:
+ extra-options:
+ - --test=raptor-assorted-dom
+ - --app=chromium
+ fetches:
+ fetch:
+ by-test-platform:
+ win.*64.*:
+ - win64-chromium
+ - assorted-dom
+ win.*32.*:
+ - win32-chromium
+ - assorted-dom
+ macosx.*:
+ - mac-chromium
+ - assorted-dom
+ default:
+ - linux64-chromium
+ - assorted-dom
+
+raptor-wasm-godot-chromium:
+ description: "Raptor Wasm Godot on Chromium"
+ try-name: raptor-wasm-godot-chromium
+ treeherder-symbol: Rap-Cr(godot)
+ max-run-time: 1500
+ mozharness:
+ extra-options:
+ - --test=raptor-wasm-godot
+ - --app=chromium
+
+raptor-ares6-chromium:
+ description: "Raptor Ares6 on Chromium"
+ try-name: raptor-ares6-chromium
+ treeherder-symbol: Rap-Cr(ares6)
+ max-run-time: 2500
+ tier: 3
+ mozharness:
+ extra-options:
+ - --test=raptor-ares6
+ - --app=chromium
+
+raptor-jetstream2-chromium:
+ description: "Raptor Jetstream2 on Chromium"
+ try-name: raptor-jetstream2-chromium
+ treeherder-symbol: Rap-Cr(js2)
+ tier: 3
+ max-run-time: 8000
+ mozharness:
+ extra-options:
+ - --test=raptor-jetstream2
+ - --app=chromium
+ fetches:
+ fetch:
+ by-test-platform:
+ win.*64.*:
+ - win64-chromium
+ - jetstream2
+ win.*32.*:
+ - win32-chromium
+ - jetstream2
+ macosx.*:
+ - mac-chromium
+ - jetstream2
+ default:
+ - linux64-chromium
+ - jetstream2