зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1593465 - Removing -full for causing build bustage from kind.yml and run_pgo_profile.py. On a CLOSED TREE
--HG-- extra : amend_source : 8ca7be097049e9edd26385716ab0c0cd7dc22c79
This commit is contained in:
Родитель
5500ea37d1
Коммит
c40b39b26d
|
@ -18,7 +18,7 @@ transforms:
|
|||
job-defaults:
|
||||
shipping-phase: build
|
||||
attributes:
|
||||
enable-full-crashsymbols: true
|
||||
enable-crashsymbols: true
|
||||
treeherder:
|
||||
symbol: Bpgo(instr)
|
||||
tier: 1
|
||||
|
|
|
@ -30,6 +30,6 @@ def run_profile_data(config, jobs):
|
|||
artifact = 'target.tar.bz2'
|
||||
job.setdefault('fetches', {})[instr] = [
|
||||
artifact,
|
||||
'target.crashreporter-symbols-full.zip',
|
||||
'target.crashreporter-symbols.zip',
|
||||
]
|
||||
yield job
|
||||
|
|
Загрузка…
Ссылка в новой задаче