Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -301,14 +301,10 @@ tests:
openshift_installer_upi:
cluster_profile: vsphere
- as: e2e-dr-snapshot-tests
commands: |
run-dr-snapshot-tests
TEST_SUITE=openshift/conformance/parallel run-tests
commands: TEST_SUITE=openshift/conformance/parallel run-dr-snapshot-tests
openshift_installer:
cluster_profile: aws
- as: e2e-dr-quorum-tests
commands: |
run-dr-quorum-tests
TEST_SUITE=openshift/conformance/parallel run-tests
commands: TEST_SUITE=openshift/conformance/parallel run-dr-quorum-tests
openshift_installer:
cluster_profile: aws
Original file line number Diff line number Diff line change
Expand Up @@ -604,9 +604,7 @@ presubmits:
- name: JOB_NAME_SAFE
value: e2e-dr-quorum-tests
- name: TEST_COMMAND
value: |
run-dr-quorum-tests
TEST_SUITE=openshift/conformance/parallel run-tests
value: TEST_SUITE=openshift/conformance/parallel run-dr-quorum-tests
image: ci-operator:latest
imagePullPolicy: Always
name: ""
Expand Down Expand Up @@ -671,9 +669,7 @@ presubmits:
- name: JOB_NAME_SAFE
value: e2e-dr-snapshot-tests
- name: TEST_COMMAND
value: |
run-dr-snapshot-tests
TEST_SUITE=openshift/conformance/parallel run-tests
value: TEST_SUITE=openshift/conformance/parallel run-dr-snapshot-tests
image: ci-operator:latest
imagePullPolicy: Always
name: ""
Expand Down