Bug 1333003 part 7 - Add jittest-chunked to the suites so the tests are run. r?grenade draft
authorTing-Yu Chou <janus926@gmail.com>
Fri, 17 Mar 2017 12:23:44 +0800
changeset 503562 2bd0c944eb016475e12efe86621e6be958cbf193
parent 503561 15a744912867f4e91dab2b1b5ae67056bf54381a
child 504483 f61dfb6a0aa14a2b85a639802bfeee75fc5d2f7e
child 550471 d2b2bc486e367c2eef49350de58d5d71ca0f2bba
child 551548 444998bc90af0e3afe1a0acbf6f60472b3271975
child 553443 8b661f61ccd5e9fc82b5bdb57aa7b9cef6ff8a0e
push id50622
push userbmo:janus926@gmail.com
push dateThu, 23 Mar 2017 10:00:07 +0000
reviewersgrenade
bugs1333003
milestone55.0a1
Bug 1333003 part 7 - Add jittest-chunked to the suites so the tests are run. r?grenade MozReview-Commit-ID: 8C5Qr4WuBTu
testing/mozharness/configs/unittests/win_taskcluster_unittest.py
--- a/testing/mozharness/configs/unittests/win_taskcluster_unittest.py
+++ b/testing/mozharness/configs/unittests/win_taskcluster_unittest.py
@@ -224,17 +224,18 @@ config = {
     },
     "all_cppunittest_suites": {
         "cppunittest": ['tests/cppunittest']
     },
     "all_gtest_suites": {
         "gtest": []
     },
     "all_jittest_suites": {
-        "jittest": []
+        "jittest": [],
+        "jittest-chunked": [],
     },
     "all_mozbase_suites": {
         "mozbase": []
     },
     "run_cmd_checks_enabled": True,
     "preflight_run_cmd_suites": [
         {
             'name': 'disable_screen_saver',