forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1481916 - add l10n-bumper task. r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D53116 --HG-- extra : moz-landing-system : lando
- Loading branch information
1 parent
652014c
commit fedc28e
Showing
7 changed files
with
147 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
# This Source Code Form is subject to the terms of the Mozilla Public | ||
# License, v. 2.0. If a copy of the MPL was not distributed with this | ||
# file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
--- | ||
loader: taskgraph.loader.transform:loader | ||
|
||
transforms: | ||
- taskgraph.transforms.release_version_bump:transforms | ||
- taskgraph.transforms.task:transforms | ||
|
||
|
||
job-defaults: | ||
worker-type: | ||
by-project: | ||
mozilla-(beta|central|release|esr.*): scriptworker-k8s/gecko-3-tree | ||
default: scriptworker-k8s/gecko-1-tree | ||
worker: | ||
implementation: treescript | ||
tags: [] | ||
bump: false | ||
dontbuild: true | ||
ignore-closed-tree: False | ||
push: | ||
by-project: | ||
mozilla-(central|beta|release|esr.*): true | ||
default: false | ||
l10n-bump-info: | ||
by-release-type: | ||
esr.*: | ||
name: Firefox l10n changesets | ||
path: mobile/locales/l10n-changesets.json | ||
version-path: mobile/android/config/version-files/release/version.txt | ||
revision-url: "https://l10n.mozilla.org/shipping/l10n-changesets?av=fennec%(MAJOR_VERSION)s" | ||
platform-configs: [{ | ||
"platforms": ["android-multilocale"], | ||
"path": "mobile/android/locales/maemo-locales", | ||
}] | ||
default: | ||
name: Firefox l10n changesets | ||
path: browser/locales/l10n-changesets.json | ||
version-path: browser/config/version.txt | ||
revision-url: "https://l10n.mozilla.org/shipping/l10n-changesets?av=fx%(MAJOR_VERSION)s" | ||
ignore-config: | ||
ja: | ||
- macosx64 | ||
- macosx64-devedition | ||
ja-JP-mac: | ||
- linux | ||
- linux-devedition | ||
- linux64 | ||
- linux64-devedition | ||
- win32 | ||
- win32-devedition | ||
- win64 | ||
- win64-devedition | ||
- win64-aarch64 | ||
- win64-aarch64-devedition | ||
platform-configs: [{ | ||
"platforms": [ | ||
"linux", | ||
"linux-devedition", | ||
"linux64", | ||
"linux64-devedition", | ||
"macosx64", | ||
"macosx64-devedition", | ||
"win32", | ||
"win32-devedition", | ||
"win64", | ||
"win64-devedition", | ||
"win64-aarch64", | ||
"win64-aarch64-devedition", | ||
], | ||
"path": "browser/locales/shipped-locales", | ||
"format": "shipped-locales", | ||
}] | ||
|
||
jobs: | ||
l10n-bumper: | ||
name: l10n_bumper | ||
description: l10n changesets bumper | ||
run-on-projects: [] | ||
treeherder: | ||
kind: build | ||
platform: linux64/opt | ||
symbol: l10n-bump | ||
tier: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters