[prod] 35.0.0 RC2 - #1427
Merged
Merged
Conversation
The beta channel base "35" upgrade job resolved its "install from" version through a fallback cascade. During the first prerelease streak of a new major there is no stable 35 and no earlier prerelease, so the cascade fetched the target release itself (e.g. nextcloud-35.0.0rc1.zip) as the base. That is a no-op self-upgrade the updater rightfully refuses, turning the job red even though the outcome is expected. Record which candidate URL actually satisfied the base fetch and skip the job when nothing could be fetched or the only fetchable base equals the target download URL. The skip is surfaced via a log annotation and the run summary so it reads as an intentional skip rather than a silent pass. The existing post-unzip no-op check is kept: it still catches the latest-major == target stable case that a URL comparison cannot. Assisted-by: ClaudeCode:claude-opus-4-8 Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
…self-upgrade fix(ci): skip prerelease upgrade job when there is nothing to upgrade from
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.