summaryrefslogtreecommitdiffstats
path: root/taskcluster/ci/release-version-bump/kind.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:35:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:35:49 +0000
commitd8bbc7858622b6d9c278469aab701ca0b609cddf (patch)
treeeff41dc61d9f714852212739e6b3738b82a2af87 /taskcluster/ci/release-version-bump/kind.yml
parentReleasing progress-linux version 125.0.3-1~progress7.99u1. (diff)
downloadfirefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.tar.xz
firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.zip
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'taskcluster/ci/release-version-bump/kind.yml')
-rw-r--r--taskcluster/ci/release-version-bump/kind.yml24
1 files changed, 22 insertions, 2 deletions
diff --git a/taskcluster/ci/release-version-bump/kind.yml b/taskcluster/ci/release-version-bump/kind.yml
index be1d9cd85f..114d52df95 100644
--- a/taskcluster/ci/release-version-bump/kind.yml
+++ b/taskcluster/ci/release-version-bump/kind.yml
@@ -11,6 +11,8 @@ transforms:
kind-dependencies:
- release-beetmover-push-to-release
+ - post-beetmover-components-dummy
+ - push-bundle
job-defaults:
description: Release Promotion version bump/tag
@@ -22,10 +24,19 @@ job-defaults:
dontbuild: true
tags: ['release']
bump: true
+ # We're bumping both desktop and mobile version regardless of which product is getting
+ # released, to avoid confusion from them getting out of sync.
bump-files:
by-project:
- default: ["browser/config/version_display.txt"]
- mozilla-(release|esr.*):
+ default:
+ - "browser/config/version_display.txt"
+ - "mobile/android/version.txt"
+ mozilla-release:
+ - "browser/config/version.txt"
+ - "browser/config/version_display.txt"
+ - "config/milestone.txt"
+ - "mobile/android/version.txt"
+ mozilla-esr.*:
- "browser/config/version.txt"
- "browser/config/version_display.txt"
- "config/milestone.txt"
@@ -57,3 +68,12 @@ jobs:
symbol: Rel(VerBump)
tier: 1
kind: build
+
+ firefox-android:
+ name: firefox-android-version-bump
+ shipping-product: firefox-android
+ treeherder:
+ platform: fenix-android-all/opt
+ symbol: Rel(VerBump)
+ tier: 1
+ kind: build