OCPBUGS-89231: version-gate TestPullSecretUnavailable to 4.23+#8744
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@bryan-cox: This pull request references Jira Issue OCPBUGS-89231, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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 skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughA single version prerequisite check is added to the Suggested reviewers
🚥 Pre-merge checks | ✅ 11✅ Passed checks (11 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 |
c9b36f5 to
96a92c4
Compare
96a92c4 to
926d030
Compare
The fix for OCPBUGS-77268 (PR openshift#8352) is on main and release-4.23 but not on release-4.22 or older. Gate the test to skip on releases older than 4.23 to prevent test/operator mismatch failures when hypershift-tests:latest from main runs against release branch operators. Co-Authored-By: Claude Opus 4.6 <[email protected]>
926d030 to
1ceddbc
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8744 +/- ##
=======================================
Coverage 41.75% 41.75%
=======================================
Files 758 758
Lines 93981 93981
=======================================
Hits 39240 39240
Misses 51988 51988
Partials 2753 2753
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
/jira refresh |
|
@bryan-cox: This pull request references Jira Issue OCPBUGS-89231, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
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. |
|
/lgtm |
|
Scheduling tests matching the |
|
/verified by e2e |
|
@bryan-cox: This PR has been marked as verified by 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. |
AI Test Failure AnalysisJob: Generated by hypershift-analyze-e2e-failure post-step using Claude claude-opus-4-6 |
Test Resultse2e-aws
e2e-aks
|
AI Test Failure AnalysisJob: Generated by hypershift-analyze-e2e-failure post-step using Claude claude-opus-4-6 |
|
/retest |
|
I now have all the evidence needed. Both failures are identical CI infrastructure issues. Here is the report: Test Failure Analysis CompleteJob Information
Test Failure AnalysisErrorSummaryBoth jobs failed due to a CI infrastructure issue — not a product or test code defect. The Root CauseThe CI infrastructure secret When ci-operator starts a multi-stage test, it imports the cluster profile secret from the This is a transient CI infrastructure failure. The secret is centrally managed and periodically synced; a temporary gap in availability caused both jobs to fail simultaneously. This is not caused by the PR under test. Recommendations
Evidence
|
|
/retest |
|
/override ci/prow/e2e-kubevirt-aws-ovn-reduced This is known to be permafailing. |
|
@bryan-cox: Overrode contexts on behalf of bryan-cox: ci/prow/e2e-kubevirt-aws-ovn-reduced 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. |
|
@bryan-cox: Jira Issue Verification Checks: Jira Issue OCPBUGS-89231 Jira Issue OCPBUGS-89231 has been moved to the MODIFIED state and will move to the VERIFIED state when the change is available in an accepted nightly payload. 🕓 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. |
|
@bryan-cox: 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
e2eutil.AtLeast(t, e2eutil.Version423)toTestPullSecretUnavailableso it skips on release branches older than 4.23.The fix for OCPBUGS-77268 (PR #8352) is on
mainandrelease-4.23but not onrelease-4.22or older. Sincehypershift-tests:latestis built from main and used by release branch CI jobs, the test runs against operators that don't have the fix — causing permafailures on release-4.22 periodic jobs.Which issue(s) this PR fixes:
Fixes https://redhat.atlassian.net/browse/OCPBUGS-89231
Special notes for your reviewer:
The test was introduced in #8352 alongside the operator fix. Since the fix was not backported to release-4.22 (and no backport is planned per OCPBUGS-77268), the test needs to be gated to avoid running against operators that lack the fix.
Checklist:
Summary by CodeRabbit