-
Notifications
You must be signed in to change notification settings - Fork 377
Add tmt integration plan #1881
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
Add tmt integration plan #1881
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideIntroduce a new TMT-based integration test plan by adding a dedicated FMF configuration under plans/tmt.fmf, enabling standardized discovery and execution of integration tests for container-selinux. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
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.
@lsm5 PTAL
See: - teemtee/tmt#4047 - teemtee/tmt#4026 Signed-off-by: Cristian Le <git@lecris.dev>
f664351
to
7417ead
Compare
In .packit.yaml we add the podman-next repo and in the TMT plan we bump the priority so that podman and other packages will be fetched from podman-next copr instead of testing-farm-tag repository. |
I think the current setup is fine given the TMT tests finish in a matter of seconds IIUC, and assuming they won't flake. |
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.
Hmm, I don't think we set any special repo priority, but it sounds like you want |
There's the recent TMT RFE about better install tracking. Would that help toward this? Ideally, I'd prefer no priorities / equal priorities on all repos and let the user deal with it. |
By default I've noticed testing-farm envs fetch packages from testing-farm tag repo even after a copr was enabled. I don't know if that's still the case. |
Still the case, but if you overwrite the
Indeed there is, but I think with the design you have in mind for this, it is more on packit side to allow for the case above, and it should be possible in the current implementation. Specifically, we should be able to do this directly from testing-farm-cli and just strip out the rpm artifacts from the request above. Just need a second pair of eyes to check that everything is as intended. |
See:
podman
friends integration plan in relevant repos teemtee/tmt#4047An alternative design is to add the tests in
.packit.yaml
. Let me know which approach would be preferred. I don't quite follow the steps you do withpodman-next*.repo
, maybe we could look into that as well?(should use only one PR where we discuss and test these)
Summary by Sourcery
New Features: