Draft
Conversation
Collaborator
Author
|
let's also add plan and the new "golden tests" here or in a part - 0 |
Collaborator
Author
|
@Bixilon I think that would cover your use-case? |
Contributor
|
oh yes, precisely! |
2aad6b7 to
0ae4ca7
Compare
0ae4ca7 to
9304d68
Compare
mzihlmann
commented
Feb 2, 2026
2a70987 to
be93d9f
Compare
mzihlmann
commented
Feb 2, 2026
be93d9f to
dd1a1d3
Compare
Collaborator
Author
|
depends on #486 for its integration tests |
dd1a1d3 to
130e8b5
Compare
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.
Fixes #480
Description
First part of multi-target builds. This change allows building of multiple stages, but so far still only pushing a single stage. This allows for use-cases where after build we want to run tests. So far these use-cases had to rely on
--skip-unused-stages=false, which we're going to deprecate.In this case we could now run
--target=final,test. Note that the order is important. The first stage in that list is the stage we're going to push, but it doesn't necessarily need to be the last stage we're going to build.Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
See the contribution guide for more details.
Reviewer Notes
Release Notes
Describe any changes here so maintainer can include it in the release notes, or delete this block.