Bug 1370421 - Differentiate Perfherder buckets for Linux64 ASAN builds; r?mshal draft
authorGregory Szorc <gps@mozilla.com>
Tue, 06 Jun 2017 17:31:18 -0700
changeset 589872 70efe090a79b489f9bd4b38ec8874ab944f333da
parent 589871 c7a7f26c20dda373f84d9d50e5f554a39bc9b526
child 589873 c32c095ad7fe02ba52664eae9f165e53f6a778cc
push id62551
push usergszorc@mozilla.com
push dateWed, 07 Jun 2017 00:42:17 +0000
reviewersmshal
bugs1370421
milestone55.0a1
Bug 1370421 - Differentiate Perfherder buckets for Linux64 ASAN builds; r?mshal Previously, these jobs were both writing to the same Perfherder bucket keyed off linux64/asan. We introduce 2 new buckets, each with the actual "opt" or "debug" configuration in their name. MozReview-Commit-ID: J18VqxWFPsK
taskcluster/ci/build/linux.yml
--- a/taskcluster/ci/build/linux.yml
+++ b/taskcluster/ci/build/linux.yml
@@ -277,16 +277,18 @@ linux64-asan/opt:
     index:
         product: firefox
         job-name: linux64-asan-opt
     treeherder:
         platform: linux64/asan
         symbol: tc(Bo)
     worker-type: aws-provisioner-v1/gecko-{level}-b-linux
     worker:
+        env:
+            PERFHERDER_EXTRA_OPTIONS: "opt asan"
         max-run-time: 36000
     run:
         using: mozharness
         actions: [get-secrets build check-test update]
         config:
             - builds/releng_base_linux_64_builds.py
             - balrog/production.py
         script: "mozharness/scripts/fx_desktop_build.py"
@@ -326,16 +328,18 @@ linux64-asan/debug:
     index:
         product: firefox
         job-name: linux64-asan-debug
     treeherder:
         platform: linux64/asan
         symbol: tc(Bd)
     worker-type: aws-provisioner-v1/gecko-{level}-b-linux
     worker:
+        env:
+            PERFHERDER_EXTRA_OPTIONS: "debug asan"
         max-run-time: 36000
     run:
         using: mozharness
         actions: [get-secrets build check-test update]
         config:
             - builds/releng_base_linux_64_builds.py
             - balrog/production.py
         script: "mozharness/scripts/fx_desktop_build.py"