forked from BrowserWorks/Waterfox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1501878 - add mar-signing{,-l10n} kinds. r=tomprince
also rename the partials_signing transform to mar_signing. Differential Revision: https://phabricator.services.mozilla.com/D11731 --HG-- rename : taskcluster/taskgraph/transforms/partials_signing.py => taskcluster/taskgraph/transforms/mar_signing.py extra : moz-landing-system : lando
- Loading branch information
1 parent
78d5fe5
commit 34f6a8c
Showing
6 changed files
with
113 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# 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.single_dep:loader | ||
|
||
transforms: | ||
- taskgraph.transforms.name_sanity:transforms | ||
- taskgraph.transforms.mar_signing:transforms | ||
- taskgraph.transforms.task:transforms | ||
|
||
kind-dependencies: | ||
- repackage-l10n | ||
|
||
only-for-build-platforms: | ||
- linux-nightly/opt | ||
- linux-devedition-nightly/opt | ||
- linux64-nightly/opt | ||
- linux64-devedition-nightly/opt | ||
- linux64-asan-reporter-nightly/opt | ||
- macosx64-nightly/opt | ||
- macosx64-devedition-nightly/opt | ||
- win32-nightly/opt | ||
- win32-devedition-nightly/opt | ||
- win64-nightly/opt | ||
- win64-devedition-nightly/opt | ||
|
||
job-template: | ||
shipping-phase: promote | ||
treeherder-group: ms | ||
description-suffix: 'mar signing' |
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,33 @@ | ||
# 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.single_dep:loader | ||
|
||
transforms: | ||
- taskgraph.transforms.name_sanity:transforms | ||
- taskgraph.transforms.mar_signing:transforms | ||
- taskgraph.transforms.task:transforms | ||
|
||
kind-dependencies: | ||
- repackage | ||
|
||
only-for-build-platforms: | ||
- linux-nightly/opt | ||
- linux-devedition-nightly/opt | ||
- linux64-nightly/opt | ||
- linux64-devedition-nightly/opt | ||
- linux64-asan-reporter-nightly/opt | ||
- macosx64-nightly/opt | ||
- macosx64-devedition-nightly/opt | ||
- win32-nightly/opt | ||
- win32-devedition-nightly/opt | ||
- win64-nightly/opt | ||
- win64-devedition-nightly/opt | ||
- linux64-asan-reporter-nightly/opt | ||
- win64-asan-reporter-nightly/opt | ||
|
||
job-template: | ||
shipping-phase: promote | ||
treeherder-group: ms | ||
description-suffix: 'mar signing' |
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