mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
40 lines
1.0 KiB
YAML
40 lines
1.0 KiB
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
|
||
|
|
||
|
transforms:
|
||
|
- fenix_taskgraph.transforms.multi_dep:transforms
|
||
|
- fenix_taskgraph.transforms.version_bump:transforms
|
||
|
- taskgraph.transforms.task:transforms
|
||
|
|
||
|
kind-dependencies:
|
||
|
- push-apk
|
||
|
|
||
|
primary-dependency: push-apk
|
||
|
|
||
|
group-by: build-type
|
||
|
|
||
|
only-for-build-types:
|
||
|
- beta
|
||
|
- release
|
||
|
|
||
|
job-template:
|
||
|
description: Fenix version bump/tag
|
||
|
worker-type: tree
|
||
|
worker:
|
||
|
bump: true
|
||
|
bump-files: ["version.txt"]
|
||
|
push:
|
||
|
by-level:
|
||
|
"3": true
|
||
|
# If you set the following line to true, you need to grant write access
|
||
|
# to https://github.com/mozilla-release-automation-bot-staging on your
|
||
|
# fork.
|
||
|
default: false
|
||
|
|
||
|
treeherder:
|
||
|
job-symbol: vb
|
||
|
kind: build
|