forked from mirrors/gecko-dev
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:
parent
56579ac82d
commit
79f8242c2d
2 changed files with 0 additions and 8 deletions
|
|
@ -43,9 +43,3 @@ SPHINX_TREES["/gfx"] = "docs"
|
||||||
|
|
||||||
with Files("docs/**"):
|
with Files("docs/**"):
|
||||||
SCHEDULES.exclusive = ["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-print-reftest",
|
||||||
"web-platform-tests-reftest",
|
"web-platform-tests-reftest",
|
||||||
"web-platform-tests-wdspec",
|
"web-platform-tests-wdspec",
|
||||||
# webrender enabled
|
|
||||||
"webrender",
|
|
||||||
"nss",
|
"nss",
|
||||||
]
|
]
|
||||||
EXCLUSIVE_COMPONENTS = sorted(EXCLUSIVE_COMPONENTS)
|
EXCLUSIVE_COMPONENTS = sorted(EXCLUSIVE_COMPONENTS)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue