зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1474756 - Run Windows opt-msvc jobs with PGO enabled. r=dmajor
--HG-- extra : rebase_source : f2d7bb18913971258a96b9b684999470d9c9f36a
This commit is contained in:
Родитель
96d75a387b
Коммит
56f19d058d
|
@ -798,12 +798,12 @@ win32-msvc/debug:
|
||||||
- win64-sccache
|
- win64-sccache
|
||||||
|
|
||||||
win32-msvc/opt:
|
win32-msvc/opt:
|
||||||
description: "Win32 MSVC Opt"
|
description: "Win32 MSVC PGO"
|
||||||
index:
|
index:
|
||||||
product: firefox
|
product: firefox
|
||||||
job-name: win32-msvc-opt
|
job-name: win32-msvc-pgo
|
||||||
treeherder:
|
treeherder:
|
||||||
platform: windows2012-32/opt
|
platform: windows2012-32/pgo
|
||||||
symbol: Bmsvc
|
symbol: Bmsvc
|
||||||
tier: 2
|
tier: 2
|
||||||
stub-installer:
|
stub-installer:
|
||||||
|
@ -820,7 +820,7 @@ win32-msvc/opt:
|
||||||
PERFHERDER_EXTRA_OPTIONS: msvc
|
PERFHERDER_EXTRA_OPTIONS: msvc
|
||||||
run:
|
run:
|
||||||
using: mozharness
|
using: mozharness
|
||||||
options: [append-env-variables-from-configs]
|
options: [enable-pgo, append-env-variables-from-configs]
|
||||||
script: mozharness/scripts/fx_desktop_build.py
|
script: mozharness/scripts/fx_desktop_build.py
|
||||||
config:
|
config:
|
||||||
- builds/releng_base_firefox.py
|
- builds/releng_base_firefox.py
|
||||||
|
@ -868,12 +868,12 @@ win64-msvc/debug:
|
||||||
- win64-sccache
|
- win64-sccache
|
||||||
|
|
||||||
win64-msvc/opt:
|
win64-msvc/opt:
|
||||||
description: "Win64 MSVC Opt"
|
description: "Win64 MSVC PGO"
|
||||||
index:
|
index:
|
||||||
product: firefox
|
product: firefox
|
||||||
job-name: win64-msvc-opt
|
job-name: win64-msvc-pgo
|
||||||
treeherder:
|
treeherder:
|
||||||
platform: windows2012-64/opt
|
platform: windows2012-64/pgo
|
||||||
symbol: Bmsvc
|
symbol: Bmsvc
|
||||||
tier: 2
|
tier: 2
|
||||||
worker-type: aws-provisioner-v1/gecko-{level}-b-win2012
|
worker-type: aws-provisioner-v1/gecko-{level}-b-win2012
|
||||||
|
@ -884,7 +884,7 @@ win64-msvc/opt:
|
||||||
PERFHERDER_EXTRA_OPTIONS: msvc
|
PERFHERDER_EXTRA_OPTIONS: msvc
|
||||||
run:
|
run:
|
||||||
using: mozharness
|
using: mozharness
|
||||||
options: [append-env-variables-from-configs]
|
options: [enable-pgo, append-env-variables-from-configs]
|
||||||
script: mozharness/scripts/fx_desktop_build.py
|
script: mozharness/scripts/fx_desktop_build.py
|
||||||
config:
|
config:
|
||||||
- builds/releng_base_firefox.py
|
- builds/releng_base_firefox.py
|
||||||
|
|
|
@ -40,6 +40,7 @@ gtest:
|
||||||
run-on-projects:
|
run-on-projects:
|
||||||
by-test-platform:
|
by-test-platform:
|
||||||
windows.*-pgo/.*: [] # permafails on pgo
|
windows.*-pgo/.*: [] # permafails on pgo
|
||||||
|
windows.*-msvc/opt: [] # msvc opt builds are pgo
|
||||||
windows.*-nightly/.*: [] # permafails on nightly too
|
windows.*-nightly/.*: [] # permafails on nightly too
|
||||||
windows10-64-asan/opt: [] # permafails on asan too
|
windows10-64-asan/opt: [] # permafails on asan too
|
||||||
.*-devedition/.*: [] # don't run on devedition
|
.*-devedition/.*: [] # don't run on devedition
|
||||||
|
|
Загрузка…
Ссылка в новой задаче