summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/tools/ci
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/tools/ci')
-rw-r--r--testing/web-platform/tests/tools/ci/requirements_tc.txt2
-rw-r--r--testing/web-platform/tests/tools/ci/tc/tasks/test.yml4
-rw-r--r--testing/web-platform/tests/tools/ci/tc/tests/test_valid.py25
3 files changed, 28 insertions, 3 deletions
diff --git a/testing/web-platform/tests/tools/ci/requirements_tc.txt b/testing/web-platform/tests/tools/ci/requirements_tc.txt
index 8151646605..e1ae4dbf70 100644
--- a/testing/web-platform/tests/tools/ci/requirements_tc.txt
+++ b/testing/web-platform/tests/tools/ci/requirements_tc.txt
@@ -1,4 +1,4 @@
pygithub==2.2.0
pyyaml==6.0.1
requests==2.31.0
-taskcluster==60.3.2
+taskcluster==60.4.1
diff --git a/testing/web-platform/tests/tools/ci/tc/tasks/test.yml b/testing/web-platform/tests/tools/ci/tc/tasks/test.yml
index ea9c7f9dae..c172e6b731 100644
--- a/testing/web-platform/tests/tools/ci/tc/tasks/test.yml
+++ b/testing/web-platform/tests/tools/ci/tc/tasks/test.yml
@@ -4,7 +4,7 @@ components:
workerType: ci
schedulerId: taskcluster-github
deadline: "24 hours"
- image: webplatformtests/wpt:0.56
+ image: webplatformtests/wpt:0.57
maxRunTime: 7200
artifacts:
public/results:
@@ -232,7 +232,7 @@ tasks:
browser: servo
channel: nightly
use:
- - trigger-weekly
+ - trigger-daily
- trigger-push
- vars:
browser: firefox_android
diff --git a/testing/web-platform/tests/tools/ci/tc/tests/test_valid.py b/testing/web-platform/tests/tools/ci/tc/tests/test_valid.py
index 6960a2cc47..62bb09a1c3 100644
--- a/testing/web-platform/tests/tools/ci/tc/tests/test_valid.py
+++ b/testing/web-platform/tests/tools/ci/tc/tests/test_valid.py
@@ -295,6 +295,22 @@ def test_verify_payload():
'wpt-webkitgtk_minibrowser-nightly-testharness-14',
'wpt-webkitgtk_minibrowser-nightly-testharness-15',
'wpt-webkitgtk_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',
@@ -343,6 +359,12 @@ def test_verify_payload():
'wpt-webkitgtk_minibrowser-nightly-reftest-4',
'wpt-webkitgtk_minibrowser-nightly-reftest-5',
'wpt-webkitgtk_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',
@@ -357,12 +379,15 @@ def test_verify_payload():
'wpt-chrome-stable-wdspec-2',
'wpt-webkitgtk_minibrowser-nightly-wdspec-1',
'wpt-webkitgtk_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-stable-crashtest-1',
'wpt-chromium-nightly-crashtest-1',
'wpt-chrome-stable-crashtest-1',
'wpt-webkitgtk_minibrowser-nightly-crashtest-1',
+ 'wpt-servo-nightly-crashtest-1',
'wpt-firefox_android-nightly-crashtest-1',
'wpt-firefox-stable-print-reftest-1',
'wpt-chromium-nightly-print-reftest-1',