More cfs testing2#1794
Closed
cgwalters wants to merge 8 commits into
Closed
Conversation
Previously we duplicated all test names *three* times: - In the plan fmf - In the test fmf - In the test binary itself Now while we could be using plans better, because we're provisioning with bcvk now we have to basically bypass the plan stuff and directly run a test. So use the plans for logical grouping, but change our runner code to just directly run the tests. Signed-off-by: Colin Walters <walters@verbum.org>
Why tmt doesn't do this by default, I have no idea. It's also baffling that it takes three levels of verbose i.e. `-vvv` to get the actual test error. But anyways it works. Signed-off-by: Colin Walters <walters@verbum.org>
Right now touching e.g. xtask.rs causes a build phase when it shouldn't, this helps bypassing that. Signed-off-by: Colin Walters <walters@verbum.org>
Otherwise we compile many dependencies twice unnecessarily. Signed-off-by: Colin Walters <walters@verbum.org>
To help debugging. Signed-off-by: Colin Walters <walters@verbum.org>
To make it easier to do upgrade tests. Signed-off-by: Colin Walters <walters@verbum.org>
This ensures it all can work much more elegantly/naturally with sealed UKI builds - we don't want to do the build-on-target thing. Signed-off-by: Colin Walters <walters@verbum.org>
Signed-off-by: Colin Walters <walters@verbum.org>
3fa4bed to
d44942e
Compare
Collaborator
Author
|
I rolled this into #1790 |
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 one rolls in #1790 which we should land first
The goal here is to have upgrade testing for composefs too. But also this paves the way for having more upgrade builds done from the host.