WIP rehearse change: update e2e test command to include DNM flag#81508
WIP rehearse change: update e2e test command to include DNM flag#81508kaovilai wants to merge 1 commit into
Conversation
|
/pj-rehearse |
|
@kaovilai: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kaovilai 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 |
WalkthroughThis change updates two CI e2e commands in one YAML file so they invoke ChangesCI Configuration Update
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
|
/pj-rehearse |
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@kaovilai: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@kaovilai: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@kaovilai: The following tests 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. |
Signed-off-by: Tiger Kaovilai tkaovila@redhat.com
Summary by CodeRabbit
This PR updates the OpenShift OADP operator CI configuration for the 4.23 stream (
ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6__4.23.yaml) so the e2e tests run with theDNM=truerehearsal flag enabled. Concretely, the e2e command invocations are changed to includeDNM=true(alongside the existingTEST_CLI=truewhere applicable) so the e2e CLI AWS tests and the related e2e step execute in “do not merge” mode.