Bug 1284602 - Linux PGO Builds should publish to 'linux64-pgo'; r?dustin draft
authorMike Shal <mshal@mozilla.com>
Tue, 20 Sep 2016 17:17:34 -0400
changeset 416324 1daa73f7d37a8d330066aa111d83a0448f252e04
parent 415108 fd0564234eca242b7fb753a110312679020f8059
child 531816 9001b2328cbefb3e14f344e72757cf722f7ed03a
push id30101
push userbmo:mshal@mozilla.com
push dateWed, 21 Sep 2016 21:29:43 +0000
reviewersdustin
bugs1284602
milestone52.0a1
Bug 1284602 - Linux PGO Builds should publish to 'linux64-pgo'; r?dustin MozReview-Commit-ID: 1rHb9VsOYWy
taskcluster/ci/build/linux.yml
taskcluster/taskgraph/transforms/gecko_v2_whitelist.py
--- a/taskcluster/ci/build/linux.yml
+++ b/taskcluster/ci/build/linux.yml
@@ -18,20 +18,22 @@ linux64/opt:
             - builds/releng_base_linux_64_builds.py
             - balrog/production.py
         script: "mozharness/scripts/fx_desktop_build.py"
         secrets: true
         tooltool-downloads: public
         need-xvfb: true
 
 linux64/pgo:
-    description: "Linux64 Opt PGO"
+    description: "Linux64 PGO"
     index:
         product: firefox
-        job-name: linux64-pgo-opt
+        job-name:
+            buildbot: linux64-pgo
+            gecko-v2: linux64-pgo
     treeherder:
         platform: linux64/pgo
         symbol: tc(B)
         tier: 2
     worker-type: aws-provisioner-v1/gecko-{level}-b-linux
     worker:
         implementation: docker-worker
         max-run-time: 36000
--- a/taskcluster/taskgraph/transforms/gecko_v2_whitelist.py
+++ b/taskcluster/taskgraph/transforms/gecko_v2_whitelist.py
@@ -28,17 +28,17 @@ JOB_NAME_WHITELIST = set([
     'browser-haz-debug',
     'linux32-l10n-opt',
     'linux64-artifact-opt',
     'linux64-asan-debug',
     'linux64-asan-opt',
     'linux64-debug',
     'linux64-l10n-opt',
     'linux64-opt',
-    'linux64-pgo-opt',
+    'linux64-pgo',
     'linux64-st-an-opt',
     'linux64-valgrind-opt',
     'linux-debug',
     'linux-opt',
     'macosx64-debug',
     'macosx64-opt',
     'macosx64-st-an-opt',
     'mulet-dbg',