Skip to content
Snippets Groups Projects
Commit d8c7febb authored by Bob Clary's avatar Bob Clary
Browse files

Bug 1522113 - schedule test-verify by test framework and directories rather...

Bug 1522113 - schedule test-verify by test framework and directories rather than test source files, r=gbrown.

Differential Revision: https://phabricator.services.mozilla.com/D31622

--HG--
extra : moz-landing-system : lando
parent 0d82acdb
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ with Files('**/Makefile.in'):
FINAL = True
with Files("**/*.js"):
SCHEDULES.inclusive += ['test-verify', 'test-verify-gpu', 'docs']
SCHEDULES.inclusive += ['docs']
with Files("**/*.jsm"):
SCHEDULES.inclusive += ['docs']
......@@ -70,13 +70,52 @@ with Files("**/*.rst"):
with Files("**/*.md"):
SCHEDULES.inclusive += ['docs']
with Files("**/*.html"):
with Files("**/reftest.list"):
SCHEDULES.inclusive += ['test-verify', 'test-verify-gpu']
with Files("**/crashtest*.list"):
SCHEDULES.inclusive += ['test-verify', 'test-verify-gpu']
with Files("**/mochitest.ini"):
SCHEDULES.inclusive += ['test-verify', 'test-verify-gpu']
with Files("**/browser.ini"):
SCHEDULES.inclusive += ['test-verify', 'test-verify-gpu']
with Files("**/chrome.ini"):
SCHEDULES.inclusive += ['test-verify', 'test-verify-gpu']
with Files("**/xpcshell.ini"):
SCHEDULES.inclusive += ['test-verify', 'test-verify-gpu']
with Files("**/reftest*/**"):
SCHEDULES.inclusive += ['test-verify', 'test-verify-gpu']
with Files("**/crashtest*/**"):
SCHEDULES.inclusive += ['test-verify', 'test-verify-gpu']
with Files("**/mochitest*/**"):
SCHEDULES.inclusive += ['test-verify', 'test-verify-gpu']
with Files("**/xpcshell/**"):
SCHEDULES.inclusive += ['test-verify', 'test-verify-gpu']
with Files("**/tests/**"):
SCHEDULES.inclusive += ['test-verify', 'test-verify-gpu']
with Files("**/test/**"):
SCHEDULES.inclusive += ['test-verify', 'test-verify-gpu']
with Files("**/unit/**"):
SCHEDULES.inclusive += ['test-verify', 'test-verify-gpu']
with Files("**/browser/tools/mozscreenshots/**"):
SCHEDULES.inclusive += ['test-verify', 'test-verify-gpu']
with Files("**/*.xhtml"):
with Files("**/devtools/shared/test-helpers/**"):
SCHEDULES.inclusive += ['test-verify', 'test-verify-gpu']
with Files("**/*.xul"):
with Files("**/toolkit/components/perf/**"):
SCHEDULES.inclusive += ['test-verify', 'test-verify-gpu']
CONFIGURE_SUBST_FILES += [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment