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
Родитель 56579ac82d
Коммит 79f8242c2d
2 изменённых файлов: 0 добавлений и 8 удалений

Просмотреть файл

@ -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"]

Просмотреть файл

@ -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)