From 7d1a1e021fa104876bd879ec3e1941252db5f2f4 Mon Sep 17 00:00:00 2001 From: Mihai Tabara Date: Tue, 27 Sep 2016 17:13:50 +0100 Subject: [PATCH] Bug 1253314 - enable Linux32 PGO builds. r=dustin MozReview-Commit-ID: 8OLKfc9IAhh --HG-- extra : rebase_source : 1c0baee1cf9dae3e921c3476d31377175f7741d8 --- taskcluster/ci/build/linux.yml | 29 ++++++++++++++++++- .../transforms/gecko_v2_whitelist.py | 1 + 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/taskcluster/ci/build/linux.yml b/taskcluster/ci/build/linux.yml index a3cc7d7c8897..a7ca83808dfc 100644 --- a/taskcluster/ci/build/linux.yml +++ b/taskcluster/ci/build/linux.yml @@ -128,6 +128,33 @@ linux/debug: tooltool-downloads: public need-xvfb: true +linux/pgo: + description: "Linux32 PGO" + index: + product: firefox + job-name: + gecko-v2: linux-pgo + treeherder: + platform: linux32/pgo + symbol: tc(B) + tier: 2 + worker-type: aws-provisioner-v1/gecko-{level}-b-linux + worker: + implementation: docker-worker + max-run-time: 36000 + coalesce-name: linux32-pgo + run: + using: mozharness + actions: [get-secrets build check-test generate-build-stats update] + options: [enable-pgo] + config: + - builds/releng_base_linux_32_builds.py + - balrog/production.py + script: "mozharness/scripts/fx_desktop_build.py" + secrets: true + tooltool-downloads: public + need-xvfb: true + linux64-asan/opt: description: "Linux64 Opt ASAN" index: @@ -225,4 +252,4 @@ linux64-ccov/opt: secrets: true custom-build-variant-cfg: code-coverage tooltool-downloads: public - need-xvfb: true \ No newline at end of file + need-xvfb: true diff --git a/taskcluster/taskgraph/transforms/gecko_v2_whitelist.py b/taskcluster/taskgraph/transforms/gecko_v2_whitelist.py index d178c806ac3d..51eaeca120ff 100644 --- a/taskcluster/taskgraph/transforms/gecko_v2_whitelist.py +++ b/taskcluster/taskgraph/transforms/gecko_v2_whitelist.py @@ -41,6 +41,7 @@ JOB_NAME_WHITELIST = set([ 'linux64-valgrind-opt', 'linux-debug', 'linux-opt', + 'linux-pgo', 'macosx64-debug', 'macosx64-opt', 'macosx64-st-an-opt',