зеркало из https://github.com/mozilla/gecko-dev.git
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
This commit is contained in:
Родитель
8fdc5e82c4
Коммит
5bbc7c615d
47
moz.build
47
moz.build
|
@ -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("**/*.xhtml"):
|
||||
with Files("**/crashtest*.list"):
|
||||
SCHEDULES.inclusive += ['test-verify', 'test-verify-gpu']
|
||||
|
||||
with Files("**/*.xul"):
|
||||
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("**/devtools/shared/test-helpers/**"):
|
||||
SCHEDULES.inclusive += ['test-verify', 'test-verify-gpu']
|
||||
|
||||
with Files("**/toolkit/components/perf/**"):
|
||||
SCHEDULES.inclusive += ['test-verify', 'test-verify-gpu']
|
||||
|
||||
CONFIGURE_SUBST_FILES += [
|
||||
|
|
Загрузка…
Ссылка в новой задаче