Skip to content
Merged
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 @@ -2730,21 +2730,23 @@ periodics:
memory: 200Mi
tests:
- as: e2e-$(CLUSTER_TYPE)
commands: TEST_SUITE=openshift/conformance/parallel run-tests
openshift_installer:
steps:
cluster_profile: "$(CLUSTER_TYPE)"
workflow: openshift-e2e-$(CLUSTER_TYPE)
- as: e2e-$(CLUSTER_TYPE)-serial
commands: TEST_SUITE=openshift/conformance/serial run-tests
openshift_installer:
steps:
cluster_profile: "$(CLUSTER_TYPE)"
workflow: openshift-e2e-$(CLUSTER_TYPE)-serial
- as: e2e-$(CLUSTER_TYPE)-upgrade
steps:
cluster_profile: "$(CLUSTER_TYPE)"
workflow: openshift-upgrade-$(CLUSTER_TYPE)
- as: launch-$(CLUSTER_TYPE)
commands: sleep 9000 & wait
openshift_installer:
steps:
cluster_profile: "$(CLUSTER_TYPE)"
test:
- ref: clusterbot-wait
workflow: openshift-e2e-$(CLUSTER_TYPE)
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
Expand Down Expand Up @@ -2933,22 +2935,23 @@ periodics:
memory: 200Mi
tests:
- as: e2e-$(CLUSTER_TYPE)
commands: TEST_SUITE=openshift/conformance/parallel run-tests
openshift_installer:
steps:
cluster_profile: "$(CLUSTER_TYPE)"
workflow: openshift-e2e-$(CLUSTER_TYPE)
- as: e2e-$(CLUSTER_TYPE)-serial
commands: TEST_SUITE=openshift/conformance/serial run-tests
openshift_installer:
steps:
cluster_profile: "$(CLUSTER_TYPE)"
workflow: openshift-e2e-$(CLUSTER_TYPE)-serial
- as: e2e-$(CLUSTER_TYPE)-upgrade
commands: TEST_SUITE=all run-upgrade-tests
openshift_installer:
steps:
cluster_profile: "$(CLUSTER_TYPE)"
upgrade: true
workflow: openshift-upgrade-$(CLUSTER_TYPE)
- as: launch-$(CLUSTER_TYPE)
commands: sleep 9000 & wait
openshift_installer:
steps:
cluster_profile: "$(CLUSTER_TYPE)"
test:
- ref: clusterbot-wait
workflow: openshift-e2e-$(CLUSTER_TYPE)
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
Expand Down Expand Up @@ -3032,22 +3035,23 @@ periodics:
memory: 200Mi
tests:
- as: e2e-$(CLUSTER_TYPE)
commands: TEST_SUITE=openshift/conformance/parallel run-tests
openshift_installer:
steps:
cluster_profile: "$(CLUSTER_TYPE)"
workflow: openshift-e2e-$(CLUSTER_TYPE)
- as: e2e-$(CLUSTER_TYPE)-serial
commands: TEST_SUITE=openshift/conformance/serial run-tests
openshift_installer:
steps:
cluster_profile: "$(CLUSTER_TYPE)"
workflow: openshift-e2e-$(CLUSTER_TYPE)-serial
- as: e2e-$(CLUSTER_TYPE)-upgrade
commands: TEST_SUITE=all run-upgrade-tests
openshift_installer:
steps:
cluster_profile: "$(CLUSTER_TYPE)"
upgrade: true
workflow: openshift-upgrade-$(CLUSTER_TYPE)
- as: launch-$(CLUSTER_TYPE)
commands: sleep 9000 & wait
openshift_installer:
steps:
cluster_profile: "$(CLUSTER_TYPE)"
test:
- ref: clusterbot-wait
workflow: openshift-e2e-$(CLUSTER_TYPE)
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
Expand Down