Bug 1614998 - Change treeherder representation for L10n to be 'B' and 'Bs' instead of 'N' and 'Ns' r=aki

Differential Revision: https://phabricator.services.mozilla.com/D62640

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Justin Wood 2020-02-12 22:59:13 +00:00
Родитель 41fceb0658
Коммит 0780501613
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -118,7 +118,7 @@ job-template:
default: b-linux
win.*: b-win2012
treeherder:
symbol: L10n(N)
symbol: L10n(B)
tier:
by-build-platform:
default: 1

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

@ -23,7 +23,7 @@ def make_signing_description(config, jobs):
dep_job = job['primary-dependency']
# add the chunk number to the TH symbol
symbol = 'Ns{}'.format(dep_job.attributes.get('l10n_chunk'))
symbol = 'Bs{}'.format(dep_job.attributes.get('l10n_chunk'))
group = 'L10n'
job['treeherder'] = {