Bug 1286092 - Add a pushlog-id format for l10n on-change routes. r=aki

for L10n jobs should run per-push based on the corresponding builds

Differential Revision: https://phabricator.services.mozilla.com/D1400
This commit is contained in:
Justin Wood
2017-12-01 11:58:29 -05:00
parent dbb138556e
commit f4dd2f7f59

View File

@@ -591,6 +591,7 @@ V2_NIGHTLY_L10N_TEMPLATES = [
V2_L10N_TEMPLATES = [
"index.{trust-domain}.v2.{project}.revision.{branch_rev}.{product}-l10n.{job-name}.{locale}",
"index.{trust-domain}.v2.{project}.pushdate.{build_date_long}.{product}-l10n.{job-name}.{locale}", # noqa - too long
"index.{trust-domain}.v2.{project}.pushlog-id.{pushlog_id}.{product}-l10n.{job-name}.{locale}",
"index.{trust-domain}.v2.{project}.latest.{product}-l10n.{job-name}.{locale}",
]