Skip to content

Commit

Permalink
remote build: use channel defaults
Browse files Browse the repository at this point in the history
Remove the forcing of a specific channel for snapcraft and
core18 (which is no longer relevant as snapcraft moved to core20).

Signed-off-by: Sergio Schvezov <sergio.schvezov@canonical.com>
  • Loading branch information
sergiusens committed Nov 26, 2021
1 parent e744669 commit d94db69
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions snapcraft/internal/remote_build/_launchpad.py
Expand Up @@ -189,10 +189,6 @@ def _issue_build_request(self, snap: Entry) -> Entry:
archive = dist.main_archive
return snap.requestBuilds(
archive=archive,
channels={
"core18": self._core18_channel,
"snapcraft": self._snapcraft_channel,
},
pocket="Updates",
)

Expand Down
1 change: 0 additions & 1 deletion tests/unit/remote_build/test_launchpad.py
Expand Up @@ -321,7 +321,6 @@ def test_issue_build_request_defaults(self):
[
mock.call.requestBuilds(
archive="main_archive",
channels={"core18": "stable", "snapcraft": "stable"},
pocket="Updates",
)
]
Expand Down

0 comments on commit d94db69

Please sign in to comment.