Skip to content

Commit

Permalink
Bug 1728330 - remove pushsnap tasks. r=releng-reviewers,bhearsum a=re…
Browse files Browse the repository at this point in the history
…lease DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D124411
  • Loading branch information
escapewindow committed Sep 3, 2021
1 parent 76829eb commit 10d3093
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 194 deletions.
38 changes: 0 additions & 38 deletions taskcluster/ci/release-secondary-snap-push/kind.yml

This file was deleted.

41 changes: 0 additions & 41 deletions taskcluster/ci/release-snap-push/kind.yml

This file was deleted.

9 changes: 0 additions & 9 deletions taskcluster/docs/kinds.rst
Original file line number Diff line number Diff line change
Expand Up @@ -310,19 +310,10 @@ release-flatpak-repackage
-------------------------
Generate an installer using Flathub's Flatpak format.

release-snap-push
-----------------
Pushes Snap repackage on Snap store.

release-flatpak-push
--------------------
Pushes Flatpak repackage on Flathub

release-secondary-snap-push
---------------------------
Performs the same function as `release-snap-push`, except for the beta channel as part of RC
Releases.

release-secondary-flatpak-push
------------------------------
Performs the same function as `release-flatpak-push`, except for the beta channel as part of RC
Expand Down
84 changes: 0 additions & 84 deletions taskcluster/taskgraph/transforms/release_snap_push.py

This file was deleted.

22 changes: 0 additions & 22 deletions taskcluster/taskgraph/transforms/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -1182,28 +1182,6 @@ def build_bouncer_submission_payload(config, task, task_def):
}


@payload_builder(
"push-snap",
schema={
Required("channel"): text_type,
Required("upstream-artifacts"): [
{
Required("taskId"): taskref_or_string,
Required("taskType"): text_type,
Required("paths"): [text_type],
}
],
},
)
def build_push_snap_payload(config, task, task_def):
worker = task["worker"]

task_def["payload"] = {
"channel": worker["channel"],
"upstreamArtifacts": worker["upstream-artifacts"],
}


@payload_builder(
"push-flatpak",
schema={
Expand Down

0 comments on commit 10d3093

Please sign in to comment.