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 @@ -54,19 +54,29 @@ tests:
make test-unit JUNITFILE=/tmp/artifacts/junit_report.xml --warn-undefined-variables
container:
from: test-bin
- as: e2e-aws
- as: e2e
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-loki
- as: e2e-gcp-upgrade
cluster_profile: gcp
workflow: openshift-e2e-gcp-loki
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I picked GCP to back the new e2e. Let me know if you prefer AWS.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no strong feelings

- as: e2e-upgrade
commands: TEST_SUITE=all run-upgrade-tests
openshift_installer:
cluster_profile: gcp
upgrade: true
- as: e2e-aws-disruptive
- as: e2e-disruptive
commands: setup_ssh_bastion; TEST_SUITE=openshift/disruptive run-tests; TEST_SUITE=openshift/conformance/parallel run-tests
openshift_installer:
cluster_profile: aws
- artifact_dir: /tmp/artifacts
as: e2e-operator
commands: |
make test-e2e JUNITFILE=/tmp/artifacts/junit_report.xml --warn-undefined-variables
openshift_installer_src:
cluster_profile: aws
- as: e2e-aws
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-loki
- as: e2e-azure
steps:
cluster_profile: azure4
Expand All @@ -79,12 +89,6 @@ tests:
steps:
cluster_profile: packet
workflow: baremetalds-e2e
- artifact_dir: /tmp/artifacts
as: e2e-aws-operator
commands: |
make test-e2e JUNITFILE=/tmp/artifacts/junit_report.xml --warn-undefined-variables
openshift_installer_src:
cluster_profile: aws
zz_generated_metadata:
branch: master
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,29 @@ tests:
make test-unit JUNITFILE=/tmp/artifacts/junit_report.xml --warn-undefined-variables
container:
from: test-bin
- as: e2e-aws
- as: e2e
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-loki
- as: e2e-gcp-upgrade
cluster_profile: gcp
workflow: openshift-e2e-gcp-loki
- as: e2e-upgrade
commands: TEST_SUITE=all run-upgrade-tests
openshift_installer:
cluster_profile: gcp
upgrade: true
- as: e2e-aws-disruptive
- as: e2e-disruptive
commands: setup_ssh_bastion; TEST_SUITE=openshift/disruptive run-tests; TEST_SUITE=openshift/conformance/parallel run-tests
openshift_installer:
cluster_profile: aws
- artifact_dir: /tmp/artifacts
as: e2e-operator
commands: |
make test-e2e JUNITFILE=/tmp/artifacts/junit_report.xml --warn-undefined-variables
openshift_installer_src:
cluster_profile: aws
- as: e2e-aws
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-loki
- as: e2e-azure
steps:
cluster_profile: azure4
Expand All @@ -80,12 +90,6 @@ tests:
steps:
cluster_profile: packet
workflow: baremetalds-e2e
- artifact_dir: /tmp/artifacts
as: e2e-aws-operator
commands: |
make test-e2e JUNITFILE=/tmp/artifacts/junit_report.xml --warn-undefined-variables
openshift_installer_src:
cluster_profile: aws
zz_generated_metadata:
branch: release-4.6
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,29 @@ tests:
make test-unit JUNITFILE=/tmp/artifacts/junit_report.xml --warn-undefined-variables
container:
from: test-bin
- as: e2e-aws
- as: e2e
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-loki
- as: e2e-gcp-upgrade
cluster_profile: gcp
workflow: openshift-e2e-gcp-loki
- as: e2e-upgrade
commands: TEST_SUITE=all run-upgrade-tests
openshift_installer:
cluster_profile: gcp
upgrade: true
- as: e2e-aws-disruptive
- as: e2e-disruptive
commands: setup_ssh_bastion; TEST_SUITE=openshift/disruptive run-tests; TEST_SUITE=openshift/conformance/parallel run-tests
openshift_installer:
cluster_profile: aws
- artifact_dir: /tmp/artifacts
as: e2e-operator
commands: |
make test-e2e JUNITFILE=/tmp/artifacts/junit_report.xml --warn-undefined-variables
openshift_installer_src:
cluster_profile: aws
- as: e2e-aws
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-loki
- as: e2e-azure
steps:
cluster_profile: azure4
Expand All @@ -79,12 +89,6 @@ tests:
steps:
cluster_profile: packet
workflow: baremetalds-e2e
- artifact_dir: /tmp/artifacts
as: e2e-aws-operator
commands: |
make test-e2e JUNITFILE=/tmp/artifacts/junit_report.xml --warn-undefined-variables
openshift_installer_src:
cluster_profile: aws
zz_generated_metadata:
branch: release-4.7
org: openshift
Expand Down
Loading