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 @@ -28,6 +28,13 @@ tests:
env:
BASE_DOMAIN: aws-2.ci.openshift.org
workflow: openshift-e2e-aws
- as: e2e-aws-techpreview
interval: 48h
steps:
cluster_profile: aws-2
env:
BASE_DOMAIN: aws-2.ci.openshift.org
workflow: openshift-e2e-aws-techpreview
- as: e2e-aws-compact
interval: 48h
steps:
Expand All @@ -50,6 +57,13 @@ tests:
env:
BASE_DOMAIN: aws-2.ci.openshift.org
workflow: openshift-e2e-aws-serial
- as: e2e-aws-techpreview-serial
interval: 48h
steps:
cluster_profile: aws-2
env:
BASE_DOMAIN: aws-2.ci.openshift.org
workflow: openshift-e2e-aws-techpreview-serial
- as: e2e-aws-compact-serial
interval: 48h
steps:
Expand Down Expand Up @@ -110,6 +124,11 @@ tests:
steps:
cluster_profile: azure4
workflow: openshift-e2e-azure
- as: e2e-azure-techpreview
interval: 48h
steps:
cluster_profile: azure4
workflow: openshift-e2e-azure-techpreview
- as: e2e-azure-compact
interval: 48h
steps:
Expand All @@ -122,6 +141,11 @@ tests:
steps:
cluster_profile: azure4
workflow: openshift-e2e-azure-serial
- as: e2e-azure-techpreview-serial
interval: 48h
steps:
cluster_profile: azure4
workflow: openshift-e2e-azure-techpreview-serial
- as: e2e-azure-compact-serial
interval: 48h
steps:
Expand Down Expand Up @@ -234,13 +258,27 @@ tests:
env:
TEST_SUITE: openshift/conformance/parallel
workflow: openshift-e2e-openstack-ipi
- as: e2e-openstack-techpreview-parallel
Copy link
Member

Choose a reason for hiding this comment

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

Why is parallel in the test name? It's assumed that's what's running unless otherwise specified.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've copied this from the test above, e2e-openstack-parallel on line 221 in this diff. Not sure why it's called that but this is just keeping consistency with the rest of the openstack tests

cron: 0 2,10,18 * * *
Copy link
Contributor

Choose a reason for hiding this comment

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

not speaking cron, how frequent is this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It is every 8 hours, copied from the existing openstack jobs which this would synchronise with. Will talk to the release team about why openstack is so frequent and whether being in sync is going to cause issues

Copy link
Member

Choose a reason for hiding this comment

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

steps:
cluster_profile: openstack-vexxhost
env:
TEST_SUITE: openshift/conformance/parallel
workflow: openshift-e2e-openstack-techpreview
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That one is specific for CCM, this PR is adding generic TechPreviewNoUpgrade tests to prove out TP features in general and in the future, CCM just happens to be a subset of that for now

- as: e2e-openstack-serial
cron: 0 6,14,22 * * *
steps:
cluster_profile: openstack-vexxhost
env:
TEST_SUITE: openshift/conformance/serial
workflow: openshift-e2e-openstack-ipi
- as: e2e-openstack-techpreview-serial
Copy link
Contributor

Choose a reason for hiding this comment

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

Ohh, so we just have periodics for serial suite?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We have serial and the regular tests (parallel?), the block above this should be for the openstack regular tests

cron: 0 6,14,22 * * *
steps:
cluster_profile: openstack-vexxhost
env:
TEST_SUITE: openshift/conformance/serial
workflow: openshift-e2e-openstack-techpreview
- as: e2e-openstack-ovn
interval: 24h
steps:
Expand Down
Loading