Bug 1394779: decision image still uses /home; r?wcosta draft
authorDustin J. Mitchell <dustin@mozilla.com>
Tue, 29 Aug 2017 12:55:11 +0000
changeset 654956 ac690325b890986b86eb11cf601ca08c7a2f649c
parent 654592 1b4c59eef820b46eb0037aca68f83a15088db45f
child 728704 03a34bd6224a7dab9e2c37303ea07cfb33a0c0d3
push id76728
push userdmitchell@mozilla.com
push dateTue, 29 Aug 2017 12:55:45 +0000
reviewerswcosta
bugs1394779
milestone57.0a1
Bug 1394779: decision image still uses /home; r?wcosta MozReview-Commit-ID: 77d7Mze0CRJ
taskcluster/taskgraph/action.yml
--- a/taskcluster/taskgraph/action.yml
+++ b/taskcluster/taskgraph/action.yml
@@ -23,46 +23,46 @@ routes:
   - "tc-treeherder-stage.v2.{{project}}.{{head_rev}}.{{pushlog_id}}"
 
 payload:
   env:
     GECKO_BASE_REPOSITORY: 'https://hg.mozilla.org/mozilla-unified'
     GECKO_HEAD_REPOSITORY: '{{{head_repository}}}'
     GECKO_HEAD_REF: '{{head_ref}}'
     GECKO_HEAD_REV: '{{head_rev}}'
-    HG_STORE_PATH: /builds/worker/checkouts/hg-store
+    HG_STORE_PATH: /home/worker/checkouts/hg-store
 
   cache:
-    level-{{level}}-checkouts: /builds/worker/checkouts
+    level-{{level}}-checkouts: /home/worker/checkouts
 
   features:
     taskclusterProxy: true
 
   # Note: This task is built server side without the context or tooling that
   # exist in tree so we must hard code the version
   image: 'taskcluster/decision:0.1.7'
 
   # Virtually no network or other potentially risky operations happen as part
   # of the task timeout aside from the initial clone. We intentionally have
   # set this to a lower value _all_ decision tasks should use a root
   # repository which is cached.
   maxRunTime: 1800
 
   command:
-    - /builds/worker/bin/run-task
-    - '--vcs-checkout=/builds/worker/checkouts/gecko'
+    - /home/worker/bin/run-task
+    - '--vcs-checkout=/home/worker/checkouts/gecko'
     - '--'
     - bash
     - -cx
     - >
-        cd /builds/worker/checkouts/gecko &&
-        ln -s /builds/worker/artifacts artifacts &&
+        cd /home/worker/checkouts/gecko &&
+        ln -s /home/worker/artifacts artifacts &&
         ./mach --log-no-times taskgraph {{action}} {{action_args}}
 
   artifacts:
     'public':
       type: 'directory'
-      path: '/builds/worker/artifacts'
+      path: '/home/worker/artifacts'
       expires: '{{#from_now}}7 days{{/from_now}}'
 
 extra:
   treeherder:
     symbol: A