Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v9] Do not block apt publishing if there is a more current pre-release #10805

Merged
merged 3 commits into from
Mar 4, 2022

Conversation

wadells
Copy link
Contributor

@wadells wadells commented Mar 3, 2022

v9 backport of #10804

Summary

We do not publish pre-releases to apt repos, but we do publish them to github. That means we need to filter pre-releases out of the github release list when considering if an apt release should be published. We don't want v8.3.3 publishing to be blocked by v9.0.0-dev.1, only by v9.0.0.

Contributes to #10800

Testing Done

None, beyond what was done in the original #10804

We do not publish pre-releases to apt repos, but we do publish them to
github.  That means we need to filter them out when considering if an
apt release should be published.  We don't want v8.3.3 to be blocked by
v9.0.0-dev.1, only by v9.0.0.

Honestly, this is a bit of a mess, but it only needs to hold out a bit
longer until #10746 lands.

Contributes to #10800

(cherry picked from commit 08bc483)
@wadells wadells enabled auto-merge (squash) March 4, 2022 06:13
@wadells wadells merged commit e2da546 into branch/v9 Mar 4, 2022
@wadells wadells deleted the walt/v9-deb-gating branch March 4, 2022 07:12
@russjones russjones added the cloud Cloud label Mar 18, 2022
@webvictim webvictim mentioned this pull request Apr 19, 2022
@webvictim webvictim mentioned this pull request Jun 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants