Bug 1268187 - Enable taskcluster coalesce for linxu32 builds draft
authorJake Watkins <jwatkins@mozilla.com>
Thu, 09 Jun 2016 11:00:44 -0700
changeset 377155 12f06608c084e2aea07edfe6d3e96ddb609791fc
parent 377074 f8e3b81a79f45ef8647c98281a9a00d1ddb28b73
child 523319 c350cf94298ad4dfaa0da3271317349702e12073
push id20758
push userjwatkins@mozilla.com
push dateThu, 09 Jun 2016 18:01:24 +0000
bugs1268187
milestone50.0a1
Bug 1268187 - Enable taskcluster coalesce for linxu32 builds Enables taskcluster coalescing on opt_linux32 and dbg_linux32 builds Thresholds for each build type are configured under the coalesce service MozReview-Commit-ID: 9CVGQIJDhRf
taskcluster/ci/legacy/tasks/builds/dbg_linux32.yml
taskcluster/ci/legacy/tasks/builds/opt_linux32.yml
--- a/taskcluster/ci/legacy/tasks/builds/dbg_linux32.yml
+++ b/taskcluster/ci/legacy/tasks/builds/dbg_linux32.yml
@@ -3,19 +3,24 @@
   variables:
     build_name: 'linux32'
     build_type: 'dbg'
 task:
   metadata:
       name: '[TC] Linux32 Dbg'
       description: 'Linux32 Dbg'
 
+  routes:
+    - 'coalesce.v1.builds.{{project}}.dbg_linux32'
+
   workerType: dbg-linux32
 
   payload:
+    supersederUrl: 'https://coalesce.mozilla-releng.net/v1/list/builds.{{project}}.dbg_linux32'
+
     env:
       MH_CUSTOM_BUILD_VARIANT_CFG: 'debug'
 
   extra:
     treeherder:
       groupSymbol: tc
       groupName: Submitted by taskcluster
       symbol: B
--- a/taskcluster/ci/legacy/tasks/builds/opt_linux32.yml
+++ b/taskcluster/ci/legacy/tasks/builds/opt_linux32.yml
@@ -3,16 +3,22 @@
   variables:
     build_name: 'linux32'
     build_type: 'opt'
 task:
   metadata:
       name: '[TC] Linux32 Opt'
       description: 'Linux32 Opt'
 
+  routes:
+      - 'coalesce.v1.builds.{{project}}.opt_linux32'
+
   workerType: opt-linux32
 
+  payload:
+      supersederUrl: 'https://coalesce.mozilla-releng.net/v1/list/builds.{{project}}.opt_linux32'
+
   extra:
     treeherder:
       groupSymbol: tc
       groupName: Submitted by taskcluster
       symbol: B