From eac5520b11b3e68464367c0117b9dbba097d0fa3 Mon Sep 17 00:00:00 2001 From: Ting-Yu Chou Date: Fri, 17 Mar 2017 12:23:44 +0800 Subject: [PATCH] Bug 1333003 part 7 - Add jittest-chunked to the suites so the tests are run. r=grenade MozReview-Commit-ID: 8C5Qr4WuBTu --HG-- extra : rebase_source : a2ffb528058a20d2e0d8fcd05a9e4a56e97fa051 --- .../mozharness/configs/unittests/win_taskcluster_unittest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/mozharness/configs/unittests/win_taskcluster_unittest.py b/testing/mozharness/configs/unittests/win_taskcluster_unittest.py index 152cd1f94834..f715ad44e62a 100644 --- a/testing/mozharness/configs/unittests/win_taskcluster_unittest.py +++ b/testing/mozharness/configs/unittests/win_taskcluster_unittest.py @@ -229,7 +229,8 @@ config = { "gtest": [] }, "all_jittest_suites": { - "jittest": [] + "jittest": [], + "jittest-chunked": [], }, "all_mozbase_suites": { "mozbase": []