summaryrefslogtreecommitdiffstats
path: root/taskcluster/ci/release-snap-push/kind.yml
diff options
context:
space:
mode:
Diffstat (limited to 'taskcluster/ci/release-snap-push/kind.yml')
-rw-r--r--taskcluster/ci/release-snap-push/kind.yml41
1 files changed, 41 insertions, 0 deletions
diff --git a/taskcluster/ci/release-snap-push/kind.yml b/taskcluster/ci/release-snap-push/kind.yml
new file mode 100644
index 0000000000..131698c59c
--- /dev/null
+++ b/taskcluster/ci/release-snap-push/kind.yml
@@ -0,0 +1,41 @@
+# 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: taskgraph.loader.transform:loader
+
+transforms:
+ - taskgraph.transforms.release_deps:transforms
+ - taskgraph.transforms.release_snap_push:transforms
+ - taskgraph.transforms.task:transforms
+
+kind-dependencies:
+ - release-snap-repackage
+
+job-defaults:
+ description: Pushes (Ubuntu) Snaps onto Snap Store
+ run-on-projects: [] # to make sure this never runs as part of CI
+ shipping-phase: push
+ treeherder:
+ platform: linux64/opt
+ kind: build
+ tier: 2
+ worker-type:
+ by-release-level:
+ production: scriptworker-k8s/gecko-3-pushsnap
+ staging: scriptworker-k8s/gecko-1-pushsnap
+ worker:
+ implementation: push-snap
+ channel:
+ by-release-type:
+ beta: beta
+ release: candidate
+ esr78: esr/stable
+ # esrXX: esr/candidate
+ default: mock
+
+jobs:
+ firefox:
+ shipping-product: firefox
+ treeherder:
+ symbol: Snap(push)