Conversation
|
let's also add plan and the new "golden tests" here or in a part - 0 |
|
@Bixilon I think that would cover your use-case? |
|
oh yes, precisely! |
2aad6b7 to
0ae4ca7
Compare
0ae4ca7 to
9304d68
Compare
2a70987 to
be93d9f
Compare
be93d9f to
dd1a1d3
Compare
|
depends on #486 for its integration tests |
130e8b5 to
e482605
Compare
|
AI summary review OverviewAdds support for building multiple stages via Code QualityGood:
Concerns:
Specific Suggestions
Tests
SummarySolid, focused implementation. The |
|
I chose panic on purpose because this is not indicative of a runtime error, but a programming mistake. |
c9c99a9 to
9adaff4
Compare
9adaff4 to
a3b8d92
Compare
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.