CNTRLPLANE-3600: Bump Prow CI build root image to Go 1.26#8941
CNTRLPLANE-3600: Bump Prow CI build root image to Go 1.26#8941bryan-cox wants to merge 1 commit into
Conversation
The k8s v0.36.2 dependency bump requires Go 1.26 (go.mod has go 1.26.0). Update the ci-operator build root image from golang-1.25 to golang-1.26 so Prow jobs can compile. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@bryan-cox: This pull request references CNTRLPLANE-3600 which is a valid jira issue. DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
/area ci-tooling |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bryan-cox The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis change updates the Possibly related PRs
🚥 Pre-merge checks | ✅ 11✅ Passed checks (11 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8941 +/- ##
=======================================
Coverage 43.45% 43.45%
=======================================
Files 771 771
Lines 95718 95718
=======================================
Hits 41597 41597
Misses 51234 51234
Partials 2887 2887
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
/lgtm |
|
Scheduling tests matching the |
|
/verified by e2e |
|
@bryan-cox: This PR has been marked as verified by DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
AI Test Failure AnalysisJob: Generated by hypershift-analyze-e2e-failure post-step using Claude claude-opus-4-6 |
Test Resultse2e-aws
Failed TestsTotal failed tests: 26
... and 21 more failed tests e2e-aks
|
|
/retest |
|
/retest |
|
/hold Revision db8bc73 was retested 3 times: holding |
AI Test Failure AnalysisJob: Generated by hypershift-analyze-e2e-failure post-step using Claude claude-opus-4-6 |
|
/retest |
|
/test e2e-aws Issue with teardown flake |
|
/retest |
|
/test e2e-aws All failures have been different. Last one looks like an infra issue. |
|
/retest |
|
/lgtm |
|
/test e2e-aws |
|
/test e2e-aws |
|
@bryan-cox: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
The analyzer timed out waiting for artifacts. Now I have all the information needed. Let me produce the final report. Test Failure Analysis CompleteJob Information
Test Failure AnalysisErrorSummaryThe Root CauseKnown flaky test — not caused by PR changes. The
The exact same failure (2/3 pods stuck, Why this is unrelated to the Go 1.26 bump:
Recommendations
Evidence
|
What this PR does / why we need it:
Bumps the Prow CI build root image from
golang-1.25togolang-1.26.The k8s v0.36.2 dependency bump in #8695 sets
go 1.26.0in go.mod. PR #8888 already updated the GHA runner image to Go 1.26.4, but Prow e2e jobs still fail because the build root image has Go 1.25.8:Which issue(s) this PR fixes:
Fixes CNTRLPLANE-3600
Special notes for your reviewer:
Prerequisite for #8695 (k8s bump). The
golang-1.26image already exists in the CI registry.Checklist:
Summary by CodeRabbit