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:
Daniel Varga 2019-11-22 06:53:28 +02:00
Родитель 5500ea37d1
Коммит c40b39b26d
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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