AUTOSCALE-827: Apply KarpenterOperator feature gate to karpenter-operator jobs#81504
AUTOSCALE-827: Apply KarpenterOperator feature gate to karpenter-operator jobs#81504maxcao13 wants to merge 1 commit into
Conversation
Signed-off-by: Max Cao <macao@redhat.com>
|
@maxcao13: This pull request references AUTOSCALE-827 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 (4)
WalkthroughThis PR updates CI configuration YAML files for the openshift-karpenter-operator across four branches (main, release-4.23, release-5.0, release-5.1), adding ChangesCI Config Feature Gate Update
Estimated code review effort: 1 (Trivial) | ~5 minutes Suggested labels: `lgtm`, `approved`, `rehearsals-ack` 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 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 |
|
@maxcao13: |
|
/pj-rehearse list |
|
@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. |
|
@maxcao13: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
See openshift/api#2898
We need to replace
DevPreviewNoUpgradefeature set with aCustomNoUpgradefeature set with the newKarpenterOperatorFeatureGate enabled.Summary by CodeRabbit
This PR updates the OpenShift CI jobs for the
openshift/karpenter-operatorrepository so the affected AWS e2e workflows now run with theKarpenterOperatorfeature gate enabled. In practical terms, the CI configuration shifts these jobs fromDevPreviewNoUpgradetoCustomNoUpgradeand explicitly turns onKarpenterOperator=true, aligning the test environment with the newer feature-gate setup across the main and release branches.