WINC-1971: Add standalone OTE proxy suite job for vsphere - #83352
WINC-1971: Add standalone OTE proxy suite job for vsphere#83352rrasouli wants to merge 1 commit into
Conversation
|
@rrasouli: This pull request references WINC-1971 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 story 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. |
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
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: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThe CI configuration adds an optional ChangesWMCO CI job configuration
Estimated code review effort: 2 (Simple) | ~10 minutes Mergeability Score: ⚪ Minimal · up to This change adds a dedicated vsphere proxy end-to-end CI job and updates its trigger configuration; no actionable merge-blocking risk remains beyond normal checks and review. Possibly related PRs
Suggested reviewers: 🚥 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 |
a68f460 to
d89076b
Compare
|
Note GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer. |
d89076b to
cb76859
Compare
|
Note GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer. |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In
`@ci-operator/config/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-master.yaml`:
- Around line 397-401: Align the skip patterns for the
windows-machine-config-operator-test image build and the vsphere-proxy-e2e-ote
job so OTE changes trigger both consistently. Update the relevant
skip_if_only_changed configuration to remove or add the ote path as appropriate,
then run make update to regenerate the Prow jobs and ensure the generated master
presubmit includes vsphere-proxy-e2e-ote.
Apply the same fix in
`@ci-operator/config/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-master.yaml`
around lines 394 - 395.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository YAML (base), Central YAML (inherited)
Review profile: CHILL
Plan: Pro Plus
Run ID: adcd4c3d-3e82-4ede-b704-c62b7833f3d3
📒 Files selected for processing (2)
ci-operator/config/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-master.yamlclusters/app.ci/publicize/_config.yaml
cb76859 to
25cccc5
Compare
|
Note GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer. |
25cccc5 to
4796643
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: rrasouli The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
4796643 to
d8df426
Compare
|
Note GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer. |
|
/assign @jrvaldes |
a47568a to
62a0f9a
Compare
Adds a new vsphere-proxy-e2e-ote job that runs OTE proxy tests on a vsphere proxy cluster. This is a separate job from the existing vsphere-proxy-e2e-operator to keep complexity isolated per reviewer feedback. Signed-off-by: rrasouli <rrasouli@redhat.com>
62a0f9a to
03c7cd5
Compare
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/test config |
|
@rrasouli: 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. |
Summary
Adds a standalone
vsphere-proxy-e2e-oteProw job that runs OTE proxy tests on a vsphere proxy cluster.Changes
vsphere-proxy-e2e-otejob with OTE dependencies and env (EXTENSION_IMAGE,EXTENSION_BINARY_PATH,EXTENSION_COMPONENT_NAME,TEST_SUITE)openshift-tests-extension-setup-out-of-payloadandopenshift-e2e-teststep refsTEST_SUITEtowindows-machine-config-operator/proxywhich runs only[node-proxy]tagged testsipi-vsphere-ovn-hybrid-custom-vxlan-port-proxyworkflow for the proxy cluster setupote|fromskip_if_only_changedso OTE changes trigger this jobNotes
vsphere-proxy-e2e-operatorjob is unchangedSummary by CodeRabbit
vsphere-proxy-e2e-oteProw job for the Windows Machine Config Operator repository.windows-machine-config-operator/proxytest suite.ote-only changes.vsphere-proxy-e2e-operatorunchanged.