зеркало из https://github.com/mozilla/gecko-dev.git
bug 1471638 - fix name for coverage fuzzing build r=marco
MozReview-Commit-ID: LXHvfolbgfE --HG-- extra : rebase_source : cdb17b92eb4bb201cc054468c7961e2f81fee3e7
This commit is contained in:
Родитель
4045d85ad1
Коммит
6f47a9bb39
|
@ -32,7 +32,7 @@ unset MOZ_STDCXX_COMPAT
|
|||
export MOZ_PACKAGE_JSSHELL=1
|
||||
|
||||
# Need this to prevent name conflicts with the normal nightly build packages
|
||||
export MOZ_PKG_SPECIAL=asan-cov
|
||||
export MOZ_PKG_SPECIAL=asan-ccov
|
||||
|
||||
. "$topsrcdir/build/mozconfig.common.override"
|
||||
|
|
@ -594,7 +594,7 @@ linux64-asan-fuzzing-ccov/opt:
|
|||
description: "Linux64 Fuzzing Opt ASAN w/ Coverage"
|
||||
index:
|
||||
product: firefox
|
||||
job-name: linux64-fuzzing-asan-opt-cov
|
||||
job-name: linux64-ccov-fuzzing-asan-opt
|
||||
treeherder:
|
||||
platform: linux64/asan
|
||||
symbol: Bocf
|
||||
|
@ -612,7 +612,7 @@ linux64-asan-fuzzing-ccov/opt:
|
|||
- builds/releng_base_linux_64_builds.py
|
||||
script: "mozharness/scripts/fx_desktop_build.py"
|
||||
secrets: true
|
||||
custom-build-variant-cfg: fuzzing-cov
|
||||
custom-build-variant-cfg: fuzzing-ccov
|
||||
tooltool-downloads: public
|
||||
need-xvfb: true
|
||||
toolchains:
|
||||
|
|
|
@ -7,7 +7,7 @@ config = {
|
|||
'check-test',
|
||||
# 'update',
|
||||
],
|
||||
'stage_platform': 'linux64-fuzzing-cov',
|
||||
'stage_platform': 'linux64-fuzzing-ccov',
|
||||
#### 64 bit build specific #####
|
||||
'env': {
|
||||
'MOZBUILD_STATE_PATH': os.path.join(os.getcwd(), '.mozbuild'),
|
||||
|
@ -25,6 +25,6 @@ config = {
|
|||
'PATH': '/usr/local/bin:/bin:\
|
||||
/usr/bin:/usr/local/sbin:/usr/sbin:/sbin',
|
||||
},
|
||||
'mozconfig_variant': 'nightly-fuzzing-cov',
|
||||
'mozconfig_variant': 'nightly-fuzzing-ccov',
|
||||
#######################
|
||||
}
|
|
@ -414,7 +414,7 @@ class BuildOptionParser(object):
|
|||
'cross-artifact': 'builds/releng_sub_%s_configs/%s_cross_artifact.py',
|
||||
'debug': 'builds/releng_sub_%s_configs/%s_debug.py',
|
||||
'fuzzing-debug': 'builds/releng_sub_%s_configs/%s_fuzzing_debug.py',
|
||||
'fuzzing-cov': 'builds/releng_sub_%s_configs/%s_fuzzing_cov.py',
|
||||
'fuzzing-ccov': 'builds/releng_sub_%s_configs/%s_fuzzing_ccov.py',
|
||||
'asan-and-debug': 'builds/releng_sub_%s_configs/%s_asan_and_debug.py',
|
||||
'asan-tc-and-debug': 'builds/releng_sub_%s_configs/%s_asan_tc_and_debug.py',
|
||||
'lto-tc': 'builds/releng_sub_%s_configs/%s_lto_tc.py',
|
||||
|
|
Загрузка…
Ссылка в новой задаче