-
Notifications
You must be signed in to change notification settings - Fork 24
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
Use golang 1.20, RHEL 9, and OpenShift 4.14 images for CI #259
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rhmdnd The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The parallel tests timed out waiting for the deployment to become available:
Operator logs contain:
Potential legitimate issue running on RHEL 9? |
Looking at the pod logs, it appears the pod goes into a crash loop:
|
55304e9
to
3968c4a
Compare
Rebased so we can pull in #260 |
/retest The Trivy issues are timeout related. |
Interesting
This is still present in the latest test runs. |
3968c4a
to
b95e5d9
Compare
/test all |
For context - we don't necessarily need this patch to support OpenShift 4.13. We'll need this patch when we decide to actually build containers on RHEL9, but for right now this shouldn't be a blocker for integrating 4.13 support into CI. |
3efb498
to
1774295
Compare
To use golang version 1.20, we need to use a RHEL9 image with OpenShift 4.14, because that is what's available in the CI registries.
1774295
to
93cbb65
Compare
Ok - looks like this is still failing because of a GLIBC mismatch between the build contain and the UBI container:
|
@rhmdnd: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Pursuing this in #491 |
To use golang version 1.20, we need to use a RHEL9 image with OpenShift 4.14, because that is what's available in the CI registries.