Bug 1822594 - remove webrender test schedule. r=jmaher,ahal

Since webrender was enabled by default this was causing pushes with
webrender-only changes to wrongly optimize out most tests.

Differential Revision: https://phabricator.services.mozilla.com/D172778
This commit is contained in:
Julien Cristau 2023-03-20 10:45:48 +00:00
parent 56579ac82d
commit 79f8242c2d
2 changed files with 0 additions and 8 deletions

View file

@ -43,9 +43,3 @@ SPHINX_TREES["/gfx"] = "docs"
with Files("docs/**"):
SCHEDULES.exclusive = ["docs"]
with Files("wr/**"):
SCHEDULES.exclusive = ["webrender"]
with Files("webrender_bindings/**"):
SCHEDULES.exclusive = ["webrender"]

View file

@ -71,8 +71,6 @@ EXCLUSIVE_COMPONENTS = [
"web-platform-tests-print-reftest",
"web-platform-tests-reftest",
"web-platform-tests-wdspec",
# webrender enabled
"webrender",
"nss",
]
EXCLUSIVE_COMPONENTS = sorted(EXCLUSIVE_COMPONENTS)