CNTRLPLANE-3371: Re-enable KAS allowed CIDRs test in Azure v2 self-managed e2e#79048
CNTRLPLANE-3371: Re-enable KAS allowed CIDRs test in Azure v2 self-managed e2e#79048bryan-cox wants to merge 1 commit intoopenshift:mainfrom
Conversation
The ValidateKASAllowedCIDRs test was skipped via --ginkgo.skip pending an upstream fix in the HyperShift operator. The fix (wait for HCP propagation before checking KAS reachability) has landed on main. Remove the skip to re-enable the test. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
@bryan-cox: This pull request references CNTRLPLANE-3371 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)
💤 Files with no reviewable changes (1)
WalkthroughThis PR removes a Ginkgo test skip flag from the hypershift Azure E2E public cluster test invocation. The "KAS allowed CIDRs" test will now run as part of the public test suite instead of being skipped. ChangesTest Configuration Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[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 |
|
/test e2e-azure-v2-self-managed |
|
@bryan-cox: The specified target(s) for The following commands are available to trigger optional jobs: Use 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 kubernetes-sigs/prow repository. |
|
[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 |
|
@bryan-cox: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-openshift-hypershift-main-e2e-azure-v2-self-managed |
|
@bryan-cox: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@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. |
Summary
--ginkgo.skip="KAS allowed CIDRs"from thehypershift-azure-run-e2e-v2-selfmanagedstep registry chainTest plan
hypershift-azure-e2e-v2-self-managedpasses with the KAS allowed CIDRs test enabled🤖 Generated with Claude Code
Summary
This PR re-enables the KAS allowed CIDRs validation test in the HyperShift Azure v2 self-managed E2E test suite. The test was previously skipped via a
--ginkgo.skip="KAS allowed CIDRs"flag in the CI step registry, pending an upstream fix in the HyperShift operator. That fix—which ensures HCP propagates before checking KAS reachability—has now landed on HyperShift main, making it safe to run this test.Changes
The modification removes the ginkgo skip directive from the
hypershift-azure-run-e2e-v2-selfmanagedstep registry chain, allowing the ValidateKASAllowedCIDRs test to execute as part of the standard E2E test suite. This validates that the Kubernetes API Server properly respects CIDR allowlist configurations in Azure self-managed deployments.Testing
The change will be validated through rehearsal of the
hypershift-azure-e2e-v2-self-managedtest job to confirm the previously-skipped test now passes with the upstream fix in place.