-
Notifications
You must be signed in to change notification settings - Fork 90
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: Add CentOS 9 image mode #1920
base: main
Are you sure you want to change the base?
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
61d68a4
to
84c84de
Compare
84c84de
to
1f50fa7
Compare
This failed even earlier, in TF install packages step -- it really can't do that in bootc mode, this needs some thinking. |
- centos-stream-9-aarch64 | ||
- centos-stream-10 | ||
centos-stream-9-x86_64: | ||
distros: ["centos-stream-9", "CentOS-Stream-9-image-mode"] | ||
|
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.
tf_extra_params: | |
environments: | |
- artifacts: [] |
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.
@martinpitt let's try this, this should disable the artifacts installation :)
You can consume then the copr build via Packit's environment variables it injects to the tests:
https://packit.dev/docs/configuration/upstream/tests#optional-parameters
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.
@thrix No, didn't help unfortunately: https://artifacts.dev.testing-farm.io/5ba18f34-5551-42e1-867f-16d24984ee20/
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.
Reported as https://issues.redhat.com/browse/TFT-3028
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.
No need to report that, we have other ways to try it out, let me open a new MR so i can experiment and 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.
continuing myself in #1924 for a prototype with all the needed workarounds
Installed build deps programmatically, so a local |
See https://gitlab.com/testing-farm/general/-/blob/main/rfd/rfd5-testing-image-mode.adoc
https://issues.redhat.com/browse/COCKPIT-1213
This doesn't work locally:
fails with
This feels like an rpm-ostree issue together with a dnf depsolver. Reported to https://issues.redhat.com/browse/TFT-3020 . Let's see how that works in packit/TF. Also, this isn't quite the correct way, we should really build a derived container and boot into that.