AUTOSCALE-681: remove TechPreviewNoUpgrade gate from karpenter upgrade test#8498
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@maxcao13: This pull request explicitly references no 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. |
|
Skipping CI for Draft Pull Request. |
📝 WalkthroughWalkthroughThe upgrade test Sequence Diagram(s)Suggested reviewers
🚥 Pre-merge checks | ✅ 10 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (10 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
AutoNode/Karpenter is no longer behind TechPreviewNoUpgrade in 5.0, so the TECH_PREVIEW_NO_UPGRADE env check is stale and causes the test to be skipped unconditionally in non-techpreview CI jobs. Also bump the minimum version gate from 4.19 to 4.22 since this is a 5.0 feature. Co-authored-by: Cursor <cursoragent@cursor.com>
944ed0d to
756fbc5
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Please upload reports for the commit 756fbc5 to get more accurate results. Additional details and impacted files@@ Coverage Diff @@
## main #8498 +/- ##
==========================================
+ Coverage 39.95% 40.00% +0.05%
==========================================
Files 751 751
Lines 92733 92838 +105
==========================================
+ Hits 37048 37137 +89
- Misses 52998 53014 +16
Partials 2687 2687 see 21 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
d3cb204 to
756fbc5
Compare
|
/test e2e-aws |
AI Test Failure AnalysisJob: Generated by hypershift-analyze-e2e-failure post-step using Claude claude-opus-4-6 |
Test Resultse2e-aws
e2e-aks
|
|
/test e2e-aws e2e-aws-4-22 |
|
I have all the evidence I need. Let me produce the final report. Test Failure Analysis CompleteJob Information
Test Failure AnalysisErrorSummaryBoth Root CausePrimary cause: Missing service account token in hosted control plane namespace prevents AWS authentication. The control-plane-operator pods in the HCP namespaces for both upgrade test clusters could not read the projected service account token at Cascading failure chain:
This PR did NOT cause the failure. The diff modifies only The fact that 13 other tests passed (including Recommendations
Evidence
|
|
/approve |
|
/lgtm |
|
Tests from second stage were triggered manually. Pipeline can be controlled only manually, until HEAD changes. Use command to trigger second stage. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: enxebre, maxcao13 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 |
|
@maxcao13: 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. |
|
/pipeline required |
|
Scheduling tests matching the |
|
/verified by e2e-aws |
|
@maxcao13: 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. |
|
@maxcao13: This pull request references AUTOSCALE-681 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. |
|
@maxcao13: 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:
AutoNode/Karpenter is no longer behind
TechPreviewNoUpgradein 5.0, so theTECH_PREVIEW_NO_UPGRADE=trueenv check inTestKarpenterUpgradeControlPlaneis stale. The test is unconditionally skipped in any CI job that doesn't set
this env var, meaning the upgrade test never runs in the standard periodic jobs.
This removes the gate so the test can run in non-techpreview CI configurations.
Also bumps the version requirement to 4.22 to match
TestKarpenter.Which issue(s) this PR fixes:
N/A
Special notes for your reviewer:
Checklist:
Assisted-by: Cursor Agent
Made with Cursor
Summary by CodeRabbit