-
Notifications
You must be signed in to change notification settings - Fork 35
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
images: add python3-pcp for RHEL images #6775
Conversation
image-refresh rhel-10-0 done: https://github.com/cockpit-project/bots/commits/image-refresh-rhel-10-0-20240822-150951 |
image-refresh rhel-10-0 done: https://github.com/cockpit-project/bots/commits/image-refresh-rhel-10-0-20240822-151111 |
image-refresh rhel-9-5 done: https://github.com/cockpit-project/bots/commits/image-refresh-rhel-9-5-20240822-152713 |
image-refresh centos-10 done: https://github.com/cockpit-project/bots/commits/image-refresh-centos-10-20240822-154802 |
Just to make sure, you only want this as a runtime dependency, not a build-time one ( Tests are an absolute disaster.. 😢 this is definitively a "yell very loudly on Monday" thing. |
Yes
Ugh, kinda feared that. Should I split it up? |
@ptoscano Can you please have a look at the three sub-man regressions on RHEL 10? sub-man, sub-man-cockpit, and on rhel-9-5 ? Same test, and same failed assertion, but slightly different failure mode -- one screenshot has a popup alert ("Failure in name resolution"), the other doesn't. @jelly I take a look at the c10s failures first, they also break TF runs. As this is such a mess, I suggest to only take one image refresh here, and handle the other images in separate PRs. |
Most of the centos-10 regressions are explained by the new kernel breaking journal logging. I reported this as https://issues.redhat.com/browse/RHEL-56025 . This has a reasonably straightforward workaround, however, it's not the full story as the TF failures show. However, let's do another refresh with that fix, and see where we land. |
3e1c8c3
to
4bce68a
Compare
image-refresh centos-10 done: https://github.com/cockpit-project/bots/commits/image-refresh-centos-10-20240826-032738 |
image-refresh rhel-10-0 done: https://github.com/cockpit-project/bots/commits/image-refresh-rhel-10-0-20240826-034313 |
38f9ff4
to
4779053
Compare
image-refresh centos-10 done: https://github.com/cockpit-project/bots/commits/image-refresh-centos-10-20240826-075906 |
image-refresh rhel-10-0 done: https://github.com/cockpit-project/bots/commits/image-refresh-rhel-10-0-20240826-081522 |
OK, there's no sense in trying to hack around this. This is broken beyond our reach. https://issues.redhat.com/browse/RHEL-54549 is likely a duplicate and points to some more root causes. So this is just broken for now. I'll still keep the cleanup commit, and let's consider RHEL 10 as "broken" and rebuilds as blocked. Let's instead try to refresh rhel 9.5 so that @jelly has something to play with for pcp? |
4779053
to
ca684ff
Compare
image-refresh rhel-9-5 done: https://github.com/cockpit-project/bots/commits/image-refresh-rhel-9-5-20240826-084927 |
So it's just that sub-man regression now. @ptoscano can you please have a look? |
It's due to recent changes in insights-client that appeared few days ago in RHEL composes; see candlepin/subscription-manager-cockpit#80 for a longer explanation and hopefully a fix (reviewer welcome, my JS is non-existent). |
The Python rewrite of cockpit-pcp is underway and to help development and testing add the new runtime dependency.
zero-disk.setup already does that.
2d4aea2
to
9a830a1
Compare
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.
Wohoo!
The Python rewrite of cockpit-pcp is underway and to help development and testing add the new runtime dependency.