bug 1345619 - point at browser/locales/l10n-changesets.json. r=Callek

At this point, we could tear out the `ignore-locales` attribute, since
l10n-bumper supplies that information. However, we may want to use flatfiles
for something; `ignore-locales` allows for that.

MozReview-Commit-ID: 8mD4iav3bKx

--HG--
extra : rebase_source : abe2075503838223a2c150676b9c72a1aa74df59
This commit is contained in:
Aki Sasaki 2017-09-25 10:17:20 -07:00
Родитель ad67f87efc
Коммит 26844dcf4a
3 изменённых файлов: 7 добавлений и 8 удалений

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

@ -1,8 +1,9 @@
%include build/sparse-profiles/mach %include build/sparse-profiles/mach
[include] [include]
# This file is read as part of validating the taskgraph. # These files are read as part of generating the taskgraph.
path:browser/locales/all-locales path:browser/locales/l10n-changesets.json
path:mobile/locales/l10n-changesets.json
# Lots of random files in here are read. Just pull in the whole thing. # Lots of random files in here are read. Just pull in the whole thing.
path:build/ path:build/
@ -12,9 +13,6 @@ path:build/
path:layout/tools/reftest/ path:layout/tools/reftest/
path:testing/web-platform/tests/tools/ path:testing/web-platform/tests/tools/
# This file is read as part of validating the taskgraph.
path:mobile/locales/l10n-changesets.json
# The main meat of this profile. # The main meat of this profile.
path:taskcluster/ path:taskcluster/

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

@ -26,7 +26,7 @@ job-template:
android-api-16-l10n: Single Locale Repack android-api-16-l10n: Single Locale Repack
locales-file: locales-file:
by-build-platform: by-build-platform:
default: browser/locales/all-locales default: browser/locales/l10n-changesets.json
android-api-16-l10n: mobile/locales/l10n-changesets.json android-api-16-l10n: mobile/locales/l10n-changesets.json
ignore-locales: ignore-locales:
by-build-platform: by-build-platform:
@ -102,7 +102,8 @@ job-template:
android-api-16-l10n: mozharness/scripts/mobile_l10n.py android-api-16-l10n: mozharness/scripts/mobile_l10n.py
when: when:
files-changed: files-changed:
- browser/locales/all-locales - browser/locales/l10n-changesets.json
- mobile/locales/l10n-changesets.json
- testing/mozharness/configs/single_locale/** - testing/mozharness/configs/single_locale/**
- testing/mozharness/mozharness/mozilla/l10n/locales.py - testing/mozharness/mozharness/mozilla/l10n/locales.py
- testing/mozharness/scripts/desktop_l10n.py - testing/mozharness/scripts/desktop_l10n.py

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

@ -27,7 +27,7 @@ job-template:
android-api-16-nightly: Single Locale Repack android-api-16-nightly: Single Locale Repack
locales-file: locales-file:
by-build-platform: by-build-platform:
default: browser/locales/all-locales default: browser/locales/l10n-changesets.json
android-api-16-nightly: mobile/locales/l10n-changesets.json android-api-16-nightly: mobile/locales/l10n-changesets.json
locales-per-chunk: 2 locales-per-chunk: 2
run-on-projects: ['release'] run-on-projects: ['release']