Bug 1267712 - Add autoland configuration to mozharness r=jlund draft
authorChris AtLee <catlee@mozilla.com>
Wed, 25 May 2016 16:17:44 -0400
changeset 371025 28835d4650e07d165e1f8abd788623d405041f96
parent 370842 d6d4e8417d2fd71fdf47c319b7a217f6ace9d5a5
child 521885 281d0d550671d4e611e1a9a322387212caade0bd
push id19206
push usercatlee@mozilla.com
push dateWed, 25 May 2016 20:18:12 +0000
reviewersjlund
bugs1267712
milestone49.0a1
Bug 1267712 - Add autoland configuration to mozharness r=jlund MozReview-Commit-ID: Idw5og5Jcah
testing/mozharness/configs/builds/branch_specifics.py
--- a/testing/mozharness/configs/builds/branch_specifics.py
+++ b/testing/mozharness/configs/builds/branch_specifics.py
@@ -291,18 +291,18 @@ config = {
     'gum': {
         'branch_uses_per_checkin_strategy': True,
         'stage_server': 'upload.ffxbld.productdelivery.prod.mozaws.net',
     },
     'mozilla-inbound': {
         'repo_path': 'integration/mozilla-inbound',
         'stage_server': 'upload.ffxbld.productdelivery.prod.mozaws.net',
     },
-    'services-central': {
-        'repo_path': 'services/services-central',
+    'autoland': {
+        'repo_path': 'integration/autoland',
         'stage_server': 'upload.ffxbld.productdelivery.prod.mozaws.net',
     },
     'ux': {
         "graph_server_branch_name": "UX",
         'stage_server': 'upload.ffxbld.productdelivery.prod.mozaws.net',
     },
     # When build promotion goes live the mozconfig changes are probably better
     # expressed once in files like configs/builds/releng_base_windows_32_builds.py