Bug 1253314 - enable Linux32 PGO builds. r=dustin

MozReview-Commit-ID: 8OLKfc9IAhh

--HG--
extra : rebase_source : 1c0baee1cf9dae3e921c3476d31377175f7741d8
This commit is contained in:
Mihai Tabara 2016-09-27 17:13:50 +01:00
parent 5169b351fb
commit 7d1a1e021f
2 changed files with 29 additions and 1 deletions

View File

@ -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
need-xvfb: true

View File

@ -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',