-
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 #1924
base: main
Are you sure you want to change the base?
Conversation
thrix
commented
Dec 5, 2024
- test: Add CentOS 9 image mode
- try to disable tmt artifacts
- Install test deps programmatically
- HACK: install cockpit 330
- Disable artifacts installation
Signed-off-by: Miroslav Vadkerti <[email protected]>
"Failed to submit tests: Internal Server Error." -- seems packit doesn't like that syntax? 😢 |
@martinpitt yeah, that will not work, unfortunately. Trying last workaround before we move to TF API support for disabling. You can instruct TF to exclude some packages from installation (very vaguely described here): https://docs.testing-farm.io/Testing%20Farm/0.1/test-results.html#_artifacts_installation_failed |
@thrix Interesting! that did something, at least the guest setup does not try to install rpms any more. But pipeline.log still treats that as failure, any idea? |
Sorry for the delay, yes, some deps need to be installed on the machine, so getting those in today and will retry |
Still working in out, stay tuned |