diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:42 +0000 |
commit | da4c7e7ed675c3bf405668739c3012d140856109 (patch) | |
tree | cdd868dba063fecba609a1d819de271f0d51b23e /taskcluster/ci/beetmover-android-app | |
parent | Adding upstream version 125.0.3. (diff) | |
download | firefox-da4c7e7ed675c3bf405668739c3012d140856109.tar.xz firefox-da4c7e7ed675c3bf405668739c3012d140856109.zip |
Adding upstream version 126.0.upstream/126.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'taskcluster/ci/beetmover-android-app')
-rw-r--r-- | taskcluster/ci/beetmover-android-app/kind.yml | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/taskcluster/ci/beetmover-android-app/kind.yml b/taskcluster/ci/beetmover-android-app/kind.yml new file mode 100644 index 0000000000..59ef9cb149 --- /dev/null +++ b/taskcluster/ci/beetmover-android-app/kind.yml @@ -0,0 +1,47 @@ +# 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: gecko_taskgraph.loader.transform:loader + +transforms: + - taskgraph.transforms.from_deps + - android_taskgraph.transforms.upstream_artifacts + - android_taskgraph.transforms.treeherder + - android_taskgraph.transforms.beetmover_android_app + - gecko_taskgraph.transforms.task + +kind-dependencies: + - signing-apk + - signing-bundle + +jobs: + beetmover: + from-deps: + with-attributes: + build-type: + - fenix-release + - fenix-beta + - fenix-nightly + - focus-release + - klar-release + - focus-beta + - focus-nightly + group-by: + attribute: build-type + copy-attributes: true + attributes: + artifact_map: taskcluster/android_taskgraph/manifests/apk_releases.yml + shipping_phase: ship + treeherder: + symbol: + by-build-type: + klar.*: BM-klar + default: BM + bucket-scope: + by-level: + '3': + by-build-type: + .*-nightly: "project:releng:beetmover:bucket:nightly" + .*-(release|beta): "project:releng:beetmover:bucket:release" + default: "project:releng:beetmover:bucket:dep" |