CNTRLPLANE-4010: add Azure AKS external OIDC periodic and presubmit jobs for 4.22 and 5.0 - #83045
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 (6)
📒 Files selected for processing (6)
🚧 Files skipped from review as they are similar to previous changes (4)
WalkthroughAzure AKS External OIDC release and periodic jobs were added for HyperShift releases 4.22, 4.23, and 5.0. The jobs use certificate authentication, certificate-rotation scaling, and the External OIDC workflow. ChangesAzure AKS External OIDC CI coverage
Estimated code review effort: 2 (Simple) | ~10 minutes Suggested labels: Suggested reviewers: Important Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional. ❌ Failed checks (1 error, 1 warning, 1 inconclusive)
✅ Passed checks (12 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
@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. |
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. |
|
/retest |
|
/pj-rehearse periodic-ci-openshift-hypershift-release-5.0-periodics-e2e-azure-aks-external-oidc-techpreview periodic-ci-openshift-hypershift-release-5.0-periodics-e2e-azure-aks-external-oidc |
|
@Nirshal: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
05becce to
d0430db
Compare
|
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. |
|
This is missing the 4.23 tests too. |
…obs for 4.22, 4.23 and 5.0 The Azure AKS external OIDC test jobs were not propagated when release-4.22, release-4.23 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, 4.23 and 5.0 - e2e-azure-aks-external-oidc-techpreview periodic (3x/month) on 4.22, 4.23 and 5.0 - e2e-azure-aks-external-oidc presubmit (second-stage) on 4.22, 4.23 and 5.0 - e2e-azure-aks-external-oidc-techpreview presubmit (optional) on 4.22 The techpreview presubmit on 4.23 and 5.0 already exists and is not modified. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
d0430db to
64b0a0c
Compare
|
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: |
|
/approve |
|
/pj-rehearse ack |
|
@Nirshal: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bryan-cox, clebs, Nirshal 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 |
|
@Nirshal: all tests passed! 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.22,release-4.23andrelease-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-oidcpipeline_skip_if_only_changed)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. Presubmits follow the second-stage pattern (same ase2e-aks).Pass rates on existing releases (Prow full history, ~5.5 months):
Once the periodic jobs accumulate enough runs on 4.22/4.23/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: