DNM: test aws ccm byo sg nlb with CI against go 1.26 version#461
DNM: test aws ccm byo sg nlb with CI against go 1.26 version#461mfbonfigli wants to merge 8 commits into
Conversation
|
Skipping CI for Draft Pull Request. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughUpdated build environment and Go toolchain: bumped module to Go 1.26, upgraded many k8s and transitive dependencies to v0.36.0/v1.36.0, switched CI/Docker builder image to rhel-9-release-golang-1.26-openshift-5.0, and adjusted a Makefile test build to run with GOWORK=off and clean module cache. ChangesGo Toolchain / Dependency and CI Image Upgrade
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Important Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional. ❌ Failed checks (1 error, 2 warnings)
✅ Passed checks (9 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/testwith openshift/cloud-provider-aws/main/e2e-aws-ovn-techpreview openshift/cloud-provider-aws#153 openshift/installer#10512 |
|
/testwith openshift/cloud-provider-aws/main/e2e-aws-ovn-techpreview openshift/cloud-provider-aws#153 openshift/installer#10512 |
|
/testwith openshift/cloud-provider-aws/main/e2e-aws-ovn-techpreview openshift/cloud-provider-aws#153 openshift/installer#10512 |
1 similar comment
|
/testwith openshift/cloud-provider-aws/main/e2e-aws-ovn-techpreview openshift/cloud-provider-aws#153 openshift/installer#10512 |
|
/testwith openshift/cloud-provider-aws/main/e2e-aws-ovn-techpreview openshift/cloud-provider-aws#153 openshift/installer#10512 |
|
/testwith openshift/cloud-provider-aws/main/e2e-aws-ovn-techpreview openshift/cloud-provider-aws#153 openshift/installer#10512 |
|
/testwith openshift/cloud-provider-aws/main/e2e-aws-ovn openshift/cloud-provider-aws#153 openshift/installer#10512 |
|
/testwith abort |
|
/testwith openshift/cloud-provider-aws/main/e2e-aws-ovn openshift/cloud-provider-aws#153 openshift/installer#10512 |
|
/testwith openshift/cluster-cloud-controller-manager-operator/main/e2e-aws-ovn openshift/cloud-provider-aws#153 openshift/installer#10512 |
Create empty DNM PR for testing Replace ccm version and bump dependencies Force disabling vendor folder for test binary Update openshift ccm version Bump go version in ci-operator yaml Update replace directives to 0.36.0 Force module cache invalidation before building aws ccm test binary Empty commit to force CI rebuild
|
/test unit |
|
@mfbonfigli: 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. |
Do not merge
Test CI run of AWS CCM e2e tests against go 1.26
To make the tests work on go 1.26, required by the upstream AWS CCM, the following was done:
go.workcloud-controller-manager-aws-tests-extto build without the go workspacereplacedirective a version of onsi-ginkgo inside test extension that is compatible with both k8s.io/kubernetes 1.36.0 and theopenshift-eng/openshift-tests-extensiondependencySummary by CodeRabbit