From 690f6617c44f2b79942dd7495b44818ffad4dd79 Mon Sep 17 00:00:00 2001 From: Aki Sasaki Date: Tue, 23 Nov 2021 18:55:59 +0000 Subject: [PATCH] Bug 1742375 - stop beetmoving snap packages. r=releng-reviewers,jcristau DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D131872 --- taskcluster/ci/beetmover-snap/kind.yml | 19 ---------- .../manifests/firefox_snap.yml | 37 ------------------- 2 files changed, 56 deletions(-) delete mode 100644 taskcluster/ci/beetmover-snap/kind.yml delete mode 100644 taskcluster/gecko_taskgraph/manifests/firefox_snap.yml diff --git a/taskcluster/ci/beetmover-snap/kind.yml b/taskcluster/ci/beetmover-snap/kind.yml deleted file mode 100644 index b534724d0ebf..000000000000 --- a/taskcluster/ci/beetmover-snap/kind.yml +++ /dev/null @@ -1,19 +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.single_dep:loader - -transforms: - - gecko_taskgraph.transforms.name_sanity:transforms - - gecko_taskgraph.transforms.beetmover:transforms - - gecko_taskgraph.transforms.beetmover_snap:transforms - - gecko_taskgraph.transforms.task:transforms - -kind-dependencies: - - release-snap-repackage # snap builds builds aren't signed - -job-template: - attributes: - artifact_map: taskcluster/gecko_taskgraph/manifests/firefox_snap.yml - shipping-phase: promote diff --git a/taskcluster/gecko_taskgraph/manifests/firefox_snap.yml b/taskcluster/gecko_taskgraph/manifests/firefox_snap.yml deleted file mode 100644 index c73eb0c349e9..000000000000 --- a/taskcluster/gecko_taskgraph/manifests/firefox_snap.yml +++ /dev/null @@ -1,37 +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/. ---- -s3_bucket_paths: - - pub/firefox/candidates -default_locales: # Ignored for snap - - en-US -tasktype_map: # Map task reference to task type. - release-snap-repackage: build - -# A default entry, which the mappings below extend and override. -# Final 'destinations' will be the product of: -# s3_bucket_paths + destinations + locale_prefix + pretty_name -default: &default - all_locales: false - from: - - release-snap-repackage - locale_prefix: '' - source_path_modifier: '' - description: '' - destinations: - - ${version}-candidates/build${build_number}/snap - update_balrog_manifest: false - -mapping: - target.snap: - <<: *default - description: "The main installer we ship our products baked within" - pretty_name: firefox-${version}.snap - checksums_path: firefox-${version}.snap.checksums - - target.snap.checksums: - <<: *default - description: "The checksums to the main installer." - pretty_name: firefox-${version}.snap.checksums - checksums_path: firefox-${version}.snap.checksums