Bug 791924 - Enable mozharness pinning on Ash. r=rail
authorArmen Zambrano Gasparnian <armenzg@mozilla.com>
Fri, 21 Nov 2014 15:04:14 -0500 (2014-11-21)
changeset 11441 198d3b21d9677ea7b5b984a303a62abaa756f703
parent 11440 b8a3e07b35c66de8b5adbc932961889a9aca18d2
child 11442 c7866b0ffaa8982df72ed6c146be1a988e2e5f29
push id8350
push userarmenzg@mozilla.com
push dateFri, 21 Nov 2014 20:04:28 +0000 (2014-11-21)
reviewersrail
bugs791924
Bug 791924 - Enable mozharness pinning on Ash. r=rail
mozilla-tests/config.py
--- a/mozilla-tests/config.py
+++ b/mozilla-tests/config.py
@@ -1746,16 +1746,20 @@ BRANCHES['try']['xperf_tests'] = (1, Fal
 BRANCHES['try']['tp5o_tests'] = (1, False, TALOS_TP_NEW_OPTS, ALL_TALOS_PLATFORMS)
 BRANCHES['try']['other_tests'] = (0, False, {}, ALL_TALOS_PLATFORMS)
 BRANCHES['try']['other_nol64_tests'] = (1, False, {}, NO_LINUX64)
 BRANCHES['try']['other_l64_tests'] = (1, False, {}, LINUX64_ONLY)
 BRANCHES['try']['g1_tests'] = (1, False, TALOS_TP_NEW_OPTS, ALL_TALOS_PLATFORMS)
 BRANCHES['try']['pgo_strategy'] = 'try'
 BRANCHES['try']['enable_try'] = True
 
+######## ash
+BRANCHES['ash']['script_repo_manifest'] = \
+        "https://hg.mozilla.org/%(repo_path)s/raw-file/%(revision)s/testing/mozharness/mozharness.json"
+
 ######## cedar
 BRANCHES['cedar']['platforms']['linux']['ubuntu32_vm']['opt_unittest_suites'] = \
     [x for x in BRANCHES['cedar']['platforms']['linux']['ubuntu32_vm']['opt_unittest_suites'] if x[0] != 'reftest'] + REFTEST_TWO_CHUNKS[:]
 BRANCHES['cedar']['platforms']['linux']['ubuntu32_vm']['debug_unittest_suites'] = \
     [x for x in BRANCHES['cedar']['platforms']['linux']['ubuntu32_vm']['debug_unittest_suites'] if x[0] != 'reftest'] + REFTEST_TWO_CHUNKS[:]
 BRANCHES['cedar']['platforms']['linux64-asan']['ubuntu64-asan_vm']['opt_unittest_suites'] += MARIONETTE[:]
 BRANCHES['cedar']['platforms']['macosx64']['yosemite']['opt_unittest_suites'] = UNITTEST_SUITES['opt_unittest_suites'][:]
 BRANCHES['cedar']['platforms']['macosx64']['yosemite']['debug_unittest_suites'] = UNITTEST_SUITES['debug_unittest_suites'][:]