SDCICD-1840 MC simulation orchestrator integration + executor env propagation#3256
SDCICD-1840 MC simulation orchestrator integration + executor env propagation#3256YiqinZhang wants to merge 5 commits into
Conversation
|
There are test jobs defined for this repository which are not configured to run automatically. Comment |
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: YiqinZhang 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 |
81730d6 to
68aa1f4
Compare
|
@YiqinZhang: 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. |
Wires the mcsimulation package into the osde2e test lifecycle so that operators depending on HyperShift HostedControlPlane resources can be tested on a ROSA Classic cluster without a real Management Cluster.
Test plan
go build ./... — passes
go test ./pkg/common/mcsimulation/... -race — 16 tests pass
go vet — no warnings
Manual: run example-operator e2e with --configs=...,mc-simulation
Depends on:
Review scope: only commit 81730d6. First 4 commits belong to #PR 3254 and #PR 3255.
Co-authored-by: Cursor cursoragent@cursor.com