Add --dev-stream filter option for dev version builds#457
Merged
bschwedler merged 5 commits intomainfrom Apr 16, 2026
Merged
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…sion Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…argets Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Test Results1 342 tests 1 342 ✅ 8m 46s ⏱️ Results for commit 056b89a. ♻️ This comment has been updated with latest results. |
The ci matrix command iterates img.versions directly instead of using generate_image_targets(), so the dev_stream filter was not applied to its output. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 tasks
bschwedler
approved these changes
Apr 16, 2026
This was referenced Apr 16, 2026
4 tasks
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.
Summary
metadatafield (dict[str, Any],exclude=True) toImageVersionfor internal use, not settable viabakery.yamlrelease_streamkey) from dev version sources intoImageVersion.metadataduringas_image_version()conversion--dev-streamCLI filter option (values:release,preview,daily) to all 8 commands that have--dev-versions, filtering dev version targets to a specific release streamstreamfield toImageDevelopmentVersionFromEnvso env-sourced dev versions can also be tagged with a release streamTest plan
uv run pytest test/ -m "not slow and not image_build"passes (1315 tests, all green)bakery build --dev-versions only --dev-stream dailyonly builds daily dev versionsbakery build --dev-versions only --dev-stream previewonly builds preview dev versionsbakery build --dev-stream daily(without--dev-versions) emits a warning that--dev-streamhas no effectbakery ci matrix --dev-versions only --dev-stream dailygenerates matrix entries for daily dev versions only🤖 Generated with Claude Code