OCPNODE-4078: Add DRAPartitionableDevices to TechPreviewNoUpgrade#2694
OCPNODE-4078: Add DRAPartitionableDevices to TechPreviewNoUpgrade#2694harche wants to merge 1 commit intoopenshift:masterfrom
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
Review Summary by QodoAdd DRAPartitionableDevices feature gate to TechPreviewNoUpgrade
WalkthroughsDescription• Add DRAPartitionableDevices feature gate to codebase • Enable feature in TechPreviewNoUpgrade cluster profile • Update all feature gate manifest files consistently • Document feature in features.md table Diagramflowchart LR
A["DRAPartitionableDevices<br/>Feature Gate"] -->|"Defined in"| B["features.go"]
A -->|"Enabled in"| C["TechPreviewNoUpgrade<br/>Profile"]
B -->|"Manifests updated"| D["Feature Gate<br/>YAML Files"]
A -->|"Documented in"| E["features.md"]
File Changes1. features/features.go
|
|
Hello @harche! Some important instructions when contributing to openshift/api: |
Code Review by Qodo
1. Jira component casing mismatch
|
|
/test |
|
PR-Agent: Missing component name in ✨ Test tool usage guide:The where 'component_name' is the name of a specific component in the PR. To get a list of the components that changed in the PR, use the Configuration options:
See more information about the test tool in the docs. |
features/features.go
Outdated
| contactPerson("harpatil"). | ||
| productScope(kubernetes). | ||
| enhancementPR("https://github.com/kubernetes/enhancements/issues/4815"). | ||
| enableIn(configv1.TechPreviewNoUpgrade). |
There was a problem hiding this comment.
Must also be in DevPreviewNoUpgrade if it's in TechPreviewNoUpgrade
317f36c to
bee641a
Compare
📝 WalkthroughWalkthroughA new feature gate 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/retest |
Signed-off-by: Harshal Patil <12152047+harche@users.noreply.github.com>
bee641a to
1fece6c
Compare
|
/retitle OCPNODE-4078: Add DRAPartitionableDevices to TechPreviewNoUpgrade |
Review Summary by QodoAdd DRAPartitionableDevices feature gate to preview profiles
WalkthroughsDescription• Add DRAPartitionableDevices feature gate definition • Enable feature in DevPreviewNoUpgrade and TechPreviewNoUpgrade profiles • Update feature gate manifests across all cluster profiles • Update feature documentation with new gate entry Diagramflowchart LR
A["Feature Gate Definition"] -->|"enableIn DevPreview/TechPreview"| B["Feature Gate Configuration"]
B -->|"update manifests"| C["Hypershift Profiles"]
B -->|"update manifests"| D["SelfManagedHA Profiles"]
C -->|"document"| E["Feature Documentation"]
D -->|"document"| E
File Changes1. features/features.go
|
|
/ok-to-test |
|
Persistent review updated to latest commit 1fece6c |
|
/cc @haircommander |
|
/lgtm |
|
Scheduling tests matching the |
|
/test |
|
PR-Agent: Missing component name in ✨ Test tool usage guide:The where 'component_name' is the name of a specific component in the PR. To get a list of the components that changed in the PR, use the Configuration options:
See more information about the test tool in the docs. |
|
/test e2e-aws-ovn-techpreview |
|
PR-Agent: could not fine a component named |
Thanks @haircommander cc @JoelSpeed for approval. |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: haircommander, JoelSpeed 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 |
Thanks @JoelSpeed I am wondering why ci bot is not triggering the CI jobs and removing the |
|
/pipeline required Likely a CI cluster issue |
|
Scheduling tests matching the |
|
/test unit |
|
PR-Agent: could not fine a component named |
Add DRAPartitionableDevices to TechPreviewNoUpgrade