diff options
Diffstat (limited to 'taskcluster/ci/beetmover-android-app/kind.yml')
-rw-r--r-- | taskcluster/ci/beetmover-android-app/kind.yml | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/taskcluster/ci/beetmover-android-app/kind.yml b/taskcluster/ci/beetmover-android-app/kind.yml deleted file mode 100644 index 59ef9cb149..0000000000 --- a/taskcluster/ci/beetmover-android-app/kind.yml +++ /dev/null @@ -1,47 +0,0 @@ -# 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" |