Bug 1416349: Specify mozmill as a type of testsuite in mozbuild scheduler definitions; r?dustin draft
authorTom Prince <mozilla@hocat.ca>
Wed, 01 Nov 2017 14:14:06 -0600
changeset 696543 c68c3cd80c6749fecce7ac0a19e683de7237a5ea
parent 696516 4d8a5f8fa17635f56b1fbfe3a03bb756612b5fb8
child 739891 da913ce73d78f9fbd4750d8f7a5507989318e237
push id88749
push userbmo:mozilla@hocat.ca
push dateFri, 10 Nov 2017 21:06:00 +0000
reviewersdustin
bugs1416349
milestone58.0a1
Bug 1416349: Specify mozmill as a type of testsuite in mozbuild scheduler definitions; r?dustin MozReview-Commit-ID: I9XJJo92Ka4
python/mozbuild/mozbuild/schedules.py
--- a/python/mozbuild/mozbuild/schedules.py
+++ b/python/mozbuild/mozbuild/schedules.py
@@ -41,11 +41,13 @@ EXCLUSIVE_COMPONENTS = [
     'robocop',
     'talos',
     'telemetry-tests-client',
     'xpcshell',
     'xpcshell-coverage',
     'web-platform-tests',
     'web-platform-tests-reftests',
     'web-platform-tests-wdspec',
+    # Thunderbird test suites
+    'mozmill',
 ]
 EXCLUSIVE_COMPONENTS = sorted(EXCLUSIVE_COMPONENTS)
 ALL_COMPONENTS = INCLUSIVE_COMPONENTS + EXCLUSIVE_COMPONENTS