Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 4 additions & 31 deletions tools/ci/tc/tasks/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,46 +248,20 @@ tasks:
- trigger-weekly
- trigger-push
- vars:
browser: firefox_android
browser: servo
channel: nightly
use:
- trigger-daily
- trigger-push
- vars:
browser: firefox_android
channel: stable
channel: nightly
use:
- trigger-daily
- trigger-push
do:
- ${vars.browser}-${vars.channel}-${vars.suite}:
use:
- wpt-base
- run-options
- wpt-run
- browser-${vars.browser}
- wpt-${vars.suite}
description: >-
A subset of WPT's "${vars.suite}" tests (chunk number ${chunks.id}
of ${chunks.total}), run in the ${vars.channel} release of
${vars.browser}.

# Servo is handled separately to skip the wdspec suite until
# https://github.com/servo/servo/issues/38586 is resolved.
- $map:
for:
- vars:
suite: testharness
- vars:
suite: reftest
- vars:
suite: crashtest
do:
$map:
for:
- vars:
browser: servo
channel: nightly
browser: firefox_android
channel: stable
use:
- trigger-daily
- trigger-push
Expand All @@ -304,7 +278,6 @@ tasks:
of ${chunks.total}), run in the ${vars.channel} release of
${vars.browser}.


# print-reftest are currently only supported by Chrome and Firefox.
- $map:
for:
Expand Down
48 changes: 25 additions & 23 deletions tools/ci/tc/tests/test_valid.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,22 @@ def test_verify_payload():
'wpt-wpewebkit_minibrowser-nightly-testharness-14',
'wpt-wpewebkit_minibrowser-nightly-testharness-15',
'wpt-wpewebkit_minibrowser-nightly-testharness-16',
'wpt-servo-nightly-testharness-1',
'wpt-servo-nightly-testharness-2',
'wpt-servo-nightly-testharness-3',
'wpt-servo-nightly-testharness-4',
'wpt-servo-nightly-testharness-5',
'wpt-servo-nightly-testharness-6',
'wpt-servo-nightly-testharness-7',
'wpt-servo-nightly-testharness-8',
'wpt-servo-nightly-testharness-9',
'wpt-servo-nightly-testharness-10',
'wpt-servo-nightly-testharness-11',
'wpt-servo-nightly-testharness-12',
'wpt-servo-nightly-testharness-13',
'wpt-servo-nightly-testharness-14',
'wpt-servo-nightly-testharness-15',
'wpt-servo-nightly-testharness-16',
'wpt-firefox_android-nightly-testharness-1',
'wpt-firefox_android-nightly-testharness-2',
'wpt-firefox_android-nightly-testharness-3',
Expand Down Expand Up @@ -375,6 +391,12 @@ def test_verify_payload():
'wpt-wpewebkit_minibrowser-nightly-reftest-4',
'wpt-wpewebkit_minibrowser-nightly-reftest-5',
'wpt-wpewebkit_minibrowser-nightly-reftest-6',
'wpt-servo-nightly-reftest-1',
'wpt-servo-nightly-reftest-2',
'wpt-servo-nightly-reftest-3',
'wpt-servo-nightly-reftest-4',
'wpt-servo-nightly-reftest-5',
'wpt-servo-nightly-reftest-6',
'wpt-firefox_android-nightly-reftest-1',
'wpt-firefox_android-nightly-reftest-2',
'wpt-firefox_android-nightly-reftest-3',
Expand All @@ -397,6 +419,8 @@ def test_verify_payload():
'wpt-webkitgtk_minibrowser-nightly-wdspec-2',
'wpt-wpewebkit_minibrowser-nightly-wdspec-1',
'wpt-wpewebkit_minibrowser-nightly-wdspec-2',
'wpt-servo-nightly-wdspec-1',
'wpt-servo-nightly-wdspec-2',
'wpt-firefox_android-nightly-wdspec-1',
'wpt-firefox_android-nightly-wdspec-2',
'wpt-firefox_android-stable-wdspec-1',
Expand All @@ -406,31 +430,9 @@ def test_verify_payload():
'wpt-chrome-stable-crashtest-1',
'wpt-webkitgtk_minibrowser-nightly-crashtest-1',
'wpt-wpewebkit_minibrowser-nightly-crashtest-1',
'wpt-servo-nightly-crashtest-1',
'wpt-firefox_android-nightly-crashtest-1',
'wpt-firefox_android-stable-crashtest-1',
'wpt-servo-nightly-testharness-1',
'wpt-servo-nightly-testharness-2',
'wpt-servo-nightly-testharness-3',
'wpt-servo-nightly-testharness-4',
'wpt-servo-nightly-testharness-5',
'wpt-servo-nightly-testharness-6',
'wpt-servo-nightly-testharness-7',
'wpt-servo-nightly-testharness-8',
'wpt-servo-nightly-testharness-9',
'wpt-servo-nightly-testharness-10',
'wpt-servo-nightly-testharness-11',
'wpt-servo-nightly-testharness-12',
'wpt-servo-nightly-testharness-13',
'wpt-servo-nightly-testharness-14',
'wpt-servo-nightly-testharness-15',
'wpt-servo-nightly-testharness-16',
'wpt-servo-nightly-reftest-1',
'wpt-servo-nightly-reftest-2',
'wpt-servo-nightly-reftest-3',
'wpt-servo-nightly-reftest-4',
'wpt-servo-nightly-reftest-5',
'wpt-servo-nightly-reftest-6',
'wpt-servo-nightly-crashtest-1',
'wpt-firefox-stable-print-reftest-1',
'wpt-chromium-nightly-print-reftest-1',
'wpt-chrome-stable-print-reftest-1'])
Expand Down
Loading