Bug 1291473: set tier explicitly for SM and Hazard jobs; r=sfink draft
authorDustin J. Mitchell <dustin@mozilla.com>
Tue, 26 Jul 2016 19:34:48 +0000
changeset 398167 fc0437c73c99d6135495a2eac36c83d726ac08dc
parent 398166 d93a48d7112f65985d571655d42398c5745f0110
child 398168 4ec86906e64a0b7da1400dd47c32f79a1ee21bb6
push id25464
push userdmitchell@mozilla.com
push dateMon, 08 Aug 2016 19:39:25 +0000
reviewerssfink
bugs1291473
milestone51.0a1
Bug 1291473: set tier explicitly for SM and Hazard jobs; r=sfink MozReview-Commit-ID: BKnbx0wsyue
taskcluster/ci/legacy/tasks/builds/haz_linux.yml
taskcluster/ci/legacy/tasks/builds/sm_base.yml
--- a/taskcluster/ci/legacy/tasks/builds/haz_linux.yml
+++ b/taskcluster/ci/legacy/tasks/builds/haz_linux.yml
@@ -44,16 +44,17 @@ task:
       - staging
     treeherder:
       machine:
         # see https://github.com/mozilla/treeherder/blob/master/ui/js/values.js
         platform: linux64
       groupSymbol: tc
       groupName: Submitted by taskcluster for your pleasure
       symbol: H
+      tier: 1
       collection:
         debug: true
     # Rather then enforcing particular conventions we require that all build
     # tasks provide the "build" extra field to specify where the build and tests
     # files are located.
     locations:
       build: null
       tests: null
--- a/taskcluster/ci/legacy/tasks/builds/sm_base.yml
+++ b/taskcluster/ci/legacy/tasks/builds/sm_base.yml
@@ -28,14 +28,15 @@ task:
       - staging
       - production
     treeherder:
       groupSymbol: SM-tc
       groupName: Spider Monkey, submitted by taskcluster
       machine:
         # see https://github.com/mozilla/treeherder/blob/master/ui/js/values.js
         platform: linux64
+      tier: 1
     # Rather then enforcing particular conventions we require that all build
     # tasks provide the "build" extra field to specify where the build and tests
     # files are located.
     locations:
       build: 'public/build/target.spidermonkey.tar.bz2'
       tests: 'public/build/target.spidermonkey.tar.bz2'