Bug 1456326 - Use latest decision image for decision task; r?dustin draft
authorGregory Szorc <gps@mozilla.com>
Mon, 23 Apr 2018 18:01:22 -0700
changeset 786876 bcddc53e85a668aef1e6f2238b54dfd8a6b0fe1c
parent 786875 3ac1b5fbd290bda45851651c3f25f4fb8a29827c
push id107596
push userbmo:gps@mozilla.com
push dateTue, 24 Apr 2018 01:06:31 +0000
reviewersdustin
bugs1456326
milestone61.0a1
Bug 1456326 - Use latest decision image for decision task; r?dustin As part of this we also change the cache name to ensure that the new image uses a separate cache from the old image. MozReview-Commit-ID: J4DmgupnyS
.taskcluster.yml
--- a/.taskcluster.yml
+++ b/.taskcluster.yml
@@ -101,27 +101,27 @@ tasks:
                 ACTION_TASK_GROUP_ID: '${ownTaskId}'
                 ACTION_TASK_ID: {$json: {$eval: 'taskId'}}
                 ACTION_TASK: {$json: {$eval: 'task'}}
                 ACTION_INPUT: {$json: {$eval: 'input'}}
                 ACTION_CALLBACK: '${action.cb_name}'
                 ACTION_PARAMETERS: {$json: {$eval: 'parameters'}}
 
         cache:
-          level-${repository.level}-checkouts-sparse-v1: /builds/worker/checkouts
+          level-${repository.level}-checkouts-sparse-v2: /builds/worker/checkouts
 
         features:
           taskclusterProxy: true
           chainOfTrust: true
 
         # Note: This task is built server side without the context or tooling that
         # exist in tree so we must hard code the hash
         # XXX Changing this will break Chain of Trust without an associated puppet and
         # scriptworker patch!
-        image: 'taskcluster/decision:2.0.0@sha256:4039fd878e5700b326d4a636e28c595c053fbcb53909c1db84ad1f513cf644ef'
+        image: 'taskcluster/decision:2.1.0@sha256:6db3b697d7a3c7aba440d72f04199331b872111cefff57206b8b8b1d53230360'
 
         maxRunTime: 1800
 
         command:
           - /builds/worker/bin/run-task
           - '--vcs-checkout=/builds/worker/checkouts/gecko'
           - '--sparse-profile=build/sparse-profiles/taskgraph'
           - '--'