mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-07 15:20:38 +00:00
b306367a1c
Bug 1614763 - [ci] Create beetmover tasks to publish release artifacts Added TODO Added head_tag to try_task_config Change locale to multi and fix beetmover URL destinations Bump version Adjust beetmover kind and add beta + format task label Allow all build types for beetmover Bump version Adjust beetmover destination URL + minor mods Try task config - nightly Change try release to beta Remove try_task_config
29 lines
713 B
YAML
29 lines
713 B
YAML
# 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: fenix_taskgraph.loader.multi_dep:loader
|
|
|
|
group-by: build-type
|
|
|
|
transforms:
|
|
- fenix_taskgraph.transforms.multi_dep:transforms
|
|
- fenix_taskgraph.transforms.beetmover:transforms
|
|
- taskgraph.transforms.task:transforms
|
|
|
|
kind-dependencies:
|
|
- signing
|
|
|
|
primary-dependency: signing
|
|
|
|
only-for-build-types:
|
|
- release
|
|
- beta
|
|
- nightly
|
|
|
|
job-template:
|
|
attributes:
|
|
artifact_map: taskcluster/fenix_taskgraph/manifests/fenix_candidates.yml
|
|
treeherder:
|
|
job-symbol: BM
|