WIP: test/ccm: upgrade ccm healthz test to use aws sdk v2#30954
WIP: test/ccm: upgrade ccm healthz test to use aws sdk v2#30954tthvo wants to merge 3 commits intoopenshift:mainfrom
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
Important Review skippedAuto reviews are limited based on label configuration. 🚫 Review skipped — only excluded labels are configured. (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/hold Waiting on #30952 to merge and test pending 👀 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: tthvo 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 |
|
/test e2e-aws-ovn-serial-1of2 e2e-aws-ovn-serial-2of2 |
|
PR needs rebase. 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. |
Description
This PR introduces a partial upgrade of tests to use AWS SDK v2, which is required to run tests against EU Sovereign Cloud (eusc partition).
The AWS SDK v1 is already EOL and cannot resolve the correct EUSC endpoints, thus AWS SDK v2 is a must.
Important
To avoid massive changes, this only focuses on the CCM LB healthz configuration tests, which is currently the only test failing for eusc e2e.
See openshift/release#75568 (comment)