From 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:33 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- .../web-platform/tests/tools/ci/tc/tasks/test.yml | 4 ++-- .../tests/tools/ci/tc/tests/test_valid.py | 25 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 2 deletions(-) (limited to 'testing/web-platform/tests/tools/ci/tc') 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', -- cgit v1.2.3