Open
Conversation
Adds a ujust toggle-testing command that switches users between stable (lts/lts-hwe) and testing (lts-testing/lts-hwe-testing) images. Uses bootc status --json to detect the current image tag and gum confirm for user confirmation. Exits gracefully on non-LTS images where testing variants do not exist. Also adds lts-testing and lts-hwe-testing channels to the rebase-helper channel picker, with correct date-pin filter logic for testing tags. Closes: projectbluefin#130 Assisted-by: Claude Sonnet 4.5 via OpenCode
ahmedadan
approved these changes
Feb 14, 2026
renner0e
reviewed
Feb 14, 2026
| fi | ||
|
|
||
| # Detect current booted image reference via bootc | ||
| BOOTED_IMAGE="$(sudo bootc status --json | jq -rc '.status.booted.image.image.image')" |
Contributor
There was a problem hiding this comment.
I don't think it's a problem we use bootc for this but it's inconsistent with what we currently have. I personally prefer using bootc for this.
cc @tulilirockz
Contributor
Author
There was a problem hiding this comment.
Yeah the reason that is is I didn't want to touch image-info things in this PR. We didn't add -testing to the image-info.json and I'm not sure if it's worth it? I was thinking once we're all deploying testing branches we can go back and make it consistent.
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.
This adds a toggle similar to dx. Since LTS is the only one with this setup that's behind a gate. Also got an initial pass from KyleGospo before PRing this in.
cc @renner0e:
Bluefin has to wait until gts is gone to implement this but the pull app config in LTS is good to ship if you want it for Aurora. Only issue is figuring out how to cron it, currently it does a release when you merge the testing branch into the prod one. I don't know what's cleaner, adding a new workflow for just the cron? The issue was maintaining the cron snippet in the same file in both
mainandlts.