CNTRLPLANE-4010: add Azure AKS external OIDC periodic and presubmit jobs for 4.22 and 5.0 - #83045
CNTRLPLANE-4010: add Azure AKS external OIDC periodic and presubmit jobs for 4.22 and 5.0#83045Nirshal wants to merge 1 commit into
Conversation
|
@Nirshal: This pull request references CNTRLPLANE-4010 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 ignored due to path filters (4)
📒 Files selected for processing (4)
🚧 Files skipped from review as they are similar to previous changes (4)
WalkthroughHyperShift 4.22 and 5.0 CI configurations now include Azure AKS External OIDC jobs. The changes add always-running jobs and periodic regular or TechPreview jobs with certificate authentication and certificate-rotation scaling. ChangesAzure AKS External OIDC coverage
Estimated code review effort: 2 (Simple) | ~10 minutes Suggested reviewers: Important Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional. ❌ Failed checks (1 inconclusive)
✅ Passed checks (14 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Nirshal 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 |
|
@Nirshal: |
|
/jira refresh |
|
@Nirshal: This pull request references CNTRLPLANE-4010 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. |
…obs for 4.22 and 5.0 The Azure AKS external OIDC test jobs were not propagated when release-4.22 and release-5.0 branches were created, because config-brancher runs with --skip-periodics. Add the following jobs, mirroring the existing 4.21 configuration: - e2e-azure-aks-external-oidc periodic (daily) on 4.22 and 5.0 - e2e-azure-aks-external-oidc-techpreview periodic (3x/month) on 4.22 and 5.0 - e2e-azure-aks-external-oidc presubmit (always_run) on 4.22 and 5.0 - e2e-azure-aks-external-oidc-techpreview presubmit (optional) on 4.22 The techpreview presubmit on 5.0 already exists and is not modified. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
e5a2345 to
05becce
Compare
|
/pj-rehearse |
|
@Nirshal: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
Note GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer. |
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@Nirshal: The following tests 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. |
What this PR does / why we need it:
Adds the missing Azure AKS external OIDC periodic and presubmit test jobs to
release-4.22andrelease-5.0. These jobs already exist onrelease-4.20andrelease-4.21but were not propagated to newer branches becauseconfig-brancherruns with--skip-periodics.The base External OIDC feature (
ExternalOIDCWithUIDAndExtraClaimMappings) is GA since 4.20. The non-techpreview test exercises GA functionality and should exist in all active releases. The techpreview variant testsExternalOIDCWithUpstreamParity, which remains TechPreview-only.Jobs added:
e2e-azure-aks-external-oidc0 9 * * *)e2e-azure-aks-external-oidc-techpreview0 20 9,18,25 * *)e2e-azure-aks-external-oidcalways_run: true)e2e-azure-aks-external-oidc-techpreviewoptional: true)All configurations mirror the existing
release-4.21setup. Both variants use Keycloak as OIDC provider via theidp-external-oidc-keycloak-aks-serverCI step.Pass rates on existing releases (Prow full history, ~5.5 months):
Once the periodic jobs accumulate enough runs on 4.22/5.0, they will be added as informing tests in the HO Konflux release gating pipeline, and later evaluated for promotion to blocking.
Special notes for your reviewer:
The AWS external OIDC variants are correctly propagated across all releases and are not modified by this PR. Only the Azure AKS variants are in scope.
Full investigation report: External OIDC Test Investigation
Which issue(s) this PR fixes:
CNTRLPLANE-4010 (relates to CNTRLPLANE-3790)
Checklist:
Summary by CodeRabbit
This PR restores Azure AKS external OIDC CI coverage for OpenShift HyperShift
release-4.22andrelease-5.0.release-4.22.TestExternalOIDCwith certificate authentication and certificate-rotation scaling.These jobs restore coverage omitted when
config-brancherskipped periodic jobs.