Bug 1742375 - stop beetmoving snap packages. r=releng-reviewers,jcristau DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D131872
This commit is contained in:
Aki Sasaki 2021-11-23 18:55:59 +00:00
Родитель 0ae3ea4ce0
Коммит 690f6617c4
2 изменённых файлов: 0 добавлений и 56 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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