Skip to content
Snippets Groups Projects
Commit 64090e49 authored by Julien Cristau's avatar Julien Cristau
Browse files

Bug 1824856 - migrate version-bump kind from firefox-android....

Bug 1824856 - migrate version-bump kind from firefox-android. r=bhearsum,amejiamarmol,geckoview-reviewers,releng-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D201445
parent 214b9446
No related branches found
No related tags found
No related merge requests found
......@@ -2,21 +2,22 @@
# 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
loader: gecko_taskgraph.loader.transform:loader
transforms:
- taskgraph.transforms.from_deps
- android_taskgraph.transforms.treeherder
- android_taskgraph.transforms.version_bump
- taskgraph.transforms.task
- gecko_taskgraph.transforms.task
kind-dependencies:
- post-beetmover
- post-beetmover-components-dummy
# TODO: Make it depend on push-bundle too. At the moment, it's okay to wait solely
# on post-beetmover because they're part of the ship graph while push-bundle is in the
# promote one
tasks:
jobs:
version-bump:
description: Firefox-android version bump
from-deps:
......@@ -29,21 +30,21 @@ tasks:
unique-kinds: false
attributes:
component: all
run-on-tasks-for: []
shipping-phase: ship
worker-type: tree
worker:
implementation: treescript
bump: true
bump-files: ["version.txt"]
bump-files: ["mobile/android/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/moz-releng-automation-stage on your fork.
default: false
tags: []
treeherder:
job-symbol:
symbol:
by-build-type:
release: vb
beta: vbB
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment