CNTRLPLANE-3558: Migrate test OCP-48672 Multi-zone AWS infra + NodePo…#80289
CNTRLPLANE-3558: Migrate test OCP-48672 Multi-zone AWS infra + NodePo…#80289mgencur wants to merge 1 commit into
Conversation
…ols across zones Extend the Cilium tests to include multi-zone setup
|
@mgencur: This pull request references CNTRLPLANE-3558 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "5.0.0" version, but no target version was set. 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. |
|
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)
WalkthroughThis PR updates the HyperShift AWS cilium conformance workflow to explicitly pin execution to the ChangesRegional constraint configuration
🎯 1 (Trivial) | ⏱️ ~2 minutes Important Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional. ❌ Failed checks (1 error)
✅ Passed checks (14 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mgencur 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 |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse periodic-ci-openshift-hypershift-release-5.0-periodics-e2e-aws-conformance-cilium |
|
@mgencur: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@mgencur: 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. |
…ols across zones
Fixes https://redhat.atlassian.net/browse/CNTRLPLANE-3558
Extend the Cilium tests to include multi-zone setup. Choosing Cilium arbitrarily. We just want to add the multi-zone to an existing config to prevent bloating the CI test matrix.
Summary by CodeRabbit
This PR extends the HyperShift AWS Cilium conformance workflow to support multi-zone deployment by explicitly configuring AWS region and availability zone settings. The changes update the workflow environment in
ci-operator/step-registry/hypershift/aws/conformance-cilium/hypershift-aws-conformance-cilium-workflow.yamlto:us-east-1(via newHYPERSHIFT_AWS_REGIONenvironment variable)us-east-1a,us-east-1b,us-east-1c) for theHYPERSHIFT_HC_ZONESvariableThis migration enables the existing Cilium test suite to validate networking across multiple AWS availability zones, similar to test OCP-48672 (Multi-zone AWS infra + NodePools across zones), without expanding the test matrix by creating entirely new test configurations. The approach follows the OpenShift CI pattern of adding multi-zone capability through environment variable configuration rather than test duplication.