Bug 1286075: use a distinct symbol for Android gradle builds; r=nalexander draft
authorDustin J. Mitchell <dustin@mozilla.com>
Sat, 13 Aug 2016 13:53:46 +0000
changeset 412722 1f8e4014f635d55196c2f32c44a2a56c309c76b6
parent 412721 0cba5a3fc0383ed01fa3de18fc522314e4bd022f
child 412723 1d6360413bc5494fae792a3bca28f07a5bd42289
push id29252
push userdmitchell@mozilla.com
push dateMon, 12 Sep 2016 19:16:39 +0000
reviewersnalexander
bugs1286075
milestone51.0a1
Bug 1286075: use a distinct symbol for Android gradle builds; r=nalexander This allows the "regular" build task to be distinguished visually from the gradle build. MozReview-Commit-ID: 4FgA0QEkUkT
taskcluster/ci/legacy/tasks/builds/android_api_15_gradle.yml
--- a/taskcluster/ci/legacy/tasks/builds/android_api_15_gradle.yml
+++ b/taskcluster/ci/legacy/tasks/builds/android_api_15_gradle.yml
@@ -50,17 +50,17 @@ task:
       - production
       - staging
     treeherder:
       machine:
         # see https://github.com/mozilla/treeherder/blob/master/ui/js/values.js
         platform: android-4-0-armv7-api15
       groupSymbol: tc
       groupName: Submitted by taskcluster
-      symbol: B
+      symbol: Bg
       tier: 2
     # 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.apk'
       mozharness: 'public/build/mozharness.zip'
       test_packages: 'public/build/target.test_packages.json'