trusted-execution-clusters: Remove operator test#81152
Conversation
|
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 (3)
💤 Files with no reviewable changes (3)
WalkthroughUpdates trusted-execution-clusters OWNERS files across config and step-registry paths, removing named users from reviewer and approver lists. ChangesTrusted Execution Clusters OWNERS updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ 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 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Jakob-Naucke 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 |
|
required diff by |
Test relied on moving PR code to another host and running KinD there, which has been superseded by running on GHA trusted-execution-clusters/operator#287. Keeping basic structure for trusted-execution-clusters because we still intend to utilize OpenShift on openshift#79393. Signed-off-by: Jakob Naucke <jnaucke@redhat.com>
e1ae924 to
0975dd9
Compare
|
@Jakob-Naucke: 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. |
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
Test relied on moving PR code to another host and running KinD there, which has been superseded by running on GHA
trusted-execution-clusters/operator#287.
Keeping basic structure for trusted-execution-clusters because we still intend to utilize OpenShift on #79393.
Summary by CodeRabbit
This PR updates OpenShift CI configuration under
ci-operator/config/trusted-execution-clustersandci-operator/step-registry/trusted-execution-clustersby removing the legacy operator test workflow that provisioned a Kind cluster on a Beaker host and executed the operator integration tests there (including the associated step-registry YAMLs, command scripts, metadata, and cleanup/provision chain definitions).Practically, the operator integration test is no longer driven through the
trusted-execution-clustersCI/operator Beaker → Kind → test flow, and the remainingtrusted-execution-clustersscaffolding is kept for future OpenShift usage. The change also narrows CODEOWNERS routing by updating multipleOWNERSfiles to removefangge1212andyalzhangwhile keepingalicefrandJakob-Naucke(as applicable per file).