mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 20:20:00 +00:00
Bug 1580356 - Pre: Don't collect package metrics. r=mshal
Differential Revision: https://phabricator.services.mozilla.com/D47696 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
6905ecebb7
commit
116ce05f35
@ -73,5 +73,8 @@ config = {
|
||||
'MINIDUMP_SAVE_PATH': '%(base_work_dir)s/minidumps',
|
||||
},
|
||||
'src_mozconfig': 'mobile/android/config/mozconfigs/android/nightly',
|
||||
# Bug 1583594: GeckoView doesn't (yet) produce have a package file
|
||||
# from which to extract package metrics.
|
||||
'disable_package_metrics': True,
|
||||
#########################################################################
|
||||
}
|
||||
|
@ -3,7 +3,6 @@ config = {
|
||||
'src_mozconfig': 'mobile/android/config/mozconfigs/android-api-16-gradle-dependencies/nightly',
|
||||
'multi_locale_config_platform': 'android',
|
||||
# gradle-dependencies doesn't produce a package. So don't collect package metrics.
|
||||
'disable_package_metrics': True,
|
||||
'postflight_build_mach_commands': [
|
||||
['android',
|
||||
'gradle-dependencies',
|
||||
|
Loading…
x
Reference in New Issue
Block a user