-
Notifications
You must be signed in to change notification settings - Fork 2.2k
[OCPCLOUD-1201] Add periodics for TechPreviewNoUpgrade clusters #19845
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
3b2f76b
8896b18
6ae0e50
18085ad
bcb1e12
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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: | ||
|
|
@@ -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: | ||
|
|
@@ -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: | ||
|
|
@@ -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: | ||
|
|
@@ -234,13 +258,27 @@ tests: | |
| env: | ||
| TEST_SUITE: openshift/conformance/parallel | ||
| workflow: openshift-e2e-openstack-ipi | ||
| - as: e2e-openstack-techpreview-parallel | ||
| cron: 0 2,10,18 * * * | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. not speaking cron, how frequent is this?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I thought we had a job already for that:
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That one is specific for CCM, this PR is adding generic |
||
| - 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 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ohh, so we just have periodics for serial suite?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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: | ||
|
|
||
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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-parallelon 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