summaryrefslogtreecommitdiffstats
path: root/taskcluster/ci/release-flatpak-push
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:37 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:37 +0000
commita90a5cba08fdf6c0ceb95101c275108a152a3aed (patch)
tree532507288f3defd7f4dcf1af49698bcb76034855 /taskcluster/ci/release-flatpak-push
parentAdding debian version 126.0.1-1. (diff)
downloadfirefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.tar.xz
firefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.zip
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'taskcluster/ci/release-flatpak-push')
-rw-r--r--taskcluster/ci/release-flatpak-push/kind.yml42
1 files changed, 0 insertions, 42 deletions
diff --git a/taskcluster/ci/release-flatpak-push/kind.yml b/taskcluster/ci/release-flatpak-push/kind.yml
deleted file mode 100644
index 27f5ebf3ec..0000000000
--- a/taskcluster/ci/release-flatpak-push/kind.yml
+++ /dev/null
@@ -1,42 +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:
- - gecko_taskgraph.transforms.release:run_on_releases
- - gecko_taskgraph.transforms.release_deps:transforms
- - gecko_taskgraph.transforms.release_flatpak_push:transforms
- - gecko_taskgraph.transforms.task:transforms
-
-kind-dependencies:
- - release-flatpak-repackage
-
-job-defaults:
- description: Pushes Flatpaks onto Flathub
- run-on-projects: [] # to make sure this never runs as part of CI
- run-on-releases: [beta, release, release-rc]
- shipping-phase: ship
- treeherder:
- platform: linux64/opt
- kind: build
- tier: 2
- worker-type:
- by-release-level:
- production: scriptworker-k8s/gecko-3-pushflatpak
- staging: scriptworker-k8s/gecko-1-pushflatpak
- worker:
- implementation: push-flatpak
- channel:
- by-release-type:
- beta: beta
- release: stable
- default: mock
-
-jobs:
- firefox:
- shipping-product: firefox
- flathub-scope: "flathub:firefox"
- treeherder:
- symbol: Flatpak(push)