-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: run tmt integration test on testing farm #613
Conversation
build.fmf: used to deploy testing farm runner and run tmt integration on it build-tmt.fmf: tmt test to work with discover.fmf which is requited to make .git always present Signed-off-by: Xiaofeng Wang <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this!
Packit is still not working. Move packit configuration out of this PR, and add packit in another PR. |
dnf builddep bootc Signed-off-by: Xiaofeng Wang <[email protected]>
Cool. Just so I understand though, we haven't wired up this to PRs here, right? |
Right. PR #615 finished tmt integration test. |
…ness lib: Properly parse ostree tristate
This PR follows #593 to run tmt integration test on testing farm. Two plan files has to be added:
build.fmf
: tmt plan file used to deploy testing farm runner and run tmt integration on the runnerbuild-tmt.fmf
: tmt test file used to make.git
always present. Onlydiscover.fmf
setting is able to make tmt copy the git root instead of fmf root to the test directoryTesting farm:
testing-farm request --plan /build --git-url https://github.com/henrywang/bootc.git --git-ref tf_run --compose Fedora-40 --arch x86_64