Skip to content

Automatically append -fast suffix for konflux main image tags#172

Closed
mclasmeier wants to merge 1 commit into
mainfrom
mc/konflux-auto-add-fast-suffix
Closed

Automatically append -fast suffix for konflux main image tags#172
mclasmeier wants to merge 1 commit into
mainfrom
mc/konflux-auto-add-fast-suffix

Conversation

@mclasmeier

Copy link
Copy Markdown
Collaborator

No description provided.

tag := operatorTag
if konflux {
repo = operatorBundleImageReleaseRepo
if !strings.HasSuffix(tag, "-fast") {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This won't work for release-* branch builds or PRs targeting release branches.

Unless something changed and I'm not aware, and the wiki was not updated?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you elaborate? I don't follow.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Konflux builds in the release branches don't have the -fast suffix

@mclasmeier mclasmeier closed this May 12, 2026
@mclasmeier mclasmeier deleted the mc/konflux-auto-add-fast-suffix branch May 18, 2026 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants