trusted-execution-clusters: Remove operator test#81152
Conversation
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>
|
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 ignored due to path filters (1)
📒 Files selected for processing (32)
💤 Files with no reviewable changes (32)
WalkthroughUpdates trusted-execution-clusters OWNERS files across config and step-registry paths, removing ChangesTrusted Execution Clusters OWNERS updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 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 |
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( |
|
required diff by |
|
@Jakob-Naucke: The following test failed, say
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. |
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 removes the legacy
trusted-execution-clustersoperator CI test flow that depended on moving PR code to a Beaker host and running KinD there. The deleted step-registry entries, scripts, and generated metadata covered the full remote provisioning, test execution, cleanup, and artifact collection path.In practical terms, the operator integration test is no longer driven through this CI-operator/Beaker workflow and is expected to run via GitHub Actions instead. The broader
trusted-execution-clustersstructure is left in place so it can still support future OpenShift-related CI use.