Bug 1394952: it's /builds/worker, not /home/builds; r?wcosta draft
authorDustin J. Mitchell <dustin@mozilla.com>
Tue, 29 Aug 2017 21:34:54 +0000
changeset 655342 e9235c695c8be4725dd8c656f9959d6a6a862eab
parent 654592 1b4c59eef820b46eb0037aca68f83a15088db45f
child 728803 81aaca9dc10db07a31c4be1fdad8fd92edb2b6db
push id76841
push userdmitchell@mozilla.com
push dateTue, 29 Aug 2017 21:35:23 +0000
reviewerswcosta
bugs1394952
milestone57.0a1
Bug 1394952: it's /builds/worker, not /home/builds; r?wcosta MozReview-Commit-ID: C6CuekloQIN
taskcluster/taskgraph/actions/registry.py
--- a/taskcluster/taskgraph/actions/registry.py
+++ b/taskcluster/taskgraph/actions/registry.py
@@ -216,17 +216,17 @@ def register_callback_action(name, title
                         parameters['project'], parameters['head_rev'], parameters['pushlog_id']),
                 ],
                 'payload': {
                     'env': {
                         'GECKO_BASE_REPOSITORY': 'https://hg.mozilla.org/mozilla-unified',
                         'GECKO_HEAD_REPOSITORY': parameters['head_repository'],
                         'GECKO_HEAD_REF': parameters['head_ref'],
                         'GECKO_HEAD_REV': parameters['head_rev'],
-                        'HG_STORE_PATH': '/home/builds/checkouts/hg-store',
+                        'HG_STORE_PATH': '/builds/worker/checkouts/hg-store',
                         'ACTION_TASK_GROUP_ID': task_group_id,
                         'ACTION_TASK_ID': {'$json': {'$eval': 'taskId'}},
                         'ACTION_TASK': {'$json': {'$eval': 'task'}},
                         'ACTION_INPUT': {'$json': {'$eval': 'input'}},
                         'ACTION_CALLBACK': cb.__name__,
                         'ACTION_PARAMETERS': {'$json': {'$eval': 'parameters'}},
                     },
                     'cache': {