Skip to content
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

[PERFSCALE-2349]: Loaded Migration - OpenShift SDN to OVNK #42306

Closed
wants to merge 10 commits into from
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,41 @@ tests:
- ref: openshift-qe-perfscale-aws-data-path-sg
- chain: openshift-qe-data-path-tests
timeout: 5h0m0s
- as: perfscale-aws-sdn-to-ovn-24nodes-periodic
cron: 0 12 1-31/14 * *
steps:
cluster_profile: aws-perfscale-qe
env:
BASE_DOMAIN: qe.devcluster.openshift.com
COMPUTE_NODE_REPLICAS: "24"
COMPUTE_NODE_TYPE: m5.xlarge
LOKI_USE_SERVICEMONITOR: "false"
OVN_SDN_MIGRATION_TIMEOUT: 3600s
ZONES_COUNT: "3"
post:
- chain: ipi-aws-post
pre:
- chain: ipi-aws-pre
test:
- ref: openshift-qe-cluster-density-v2
- ref: ovn-sdn-migration
- as: perfscale-aws-sdn-to-ovn-120nodes-periodic
cron: 0 14 1-31/14 * *
steps:
cluster_profile: aws-perfscale-qe
env:
BASE_DOMAIN: qe.devcluster.openshift.com
COMPUTE_NODE_REPLICAS: "120"
COMPUTE_NODE_TYPE: m5.xlarge
LOKI_USE_SERVICEMONITOR: "false"
ZONES_COUNT: "3"
post:
- chain: ipi-aws-post
pre:
- chain: ipi-aws-pre
test:
- ref: openshift-qe-cluster-density-v2
- ref: ovn-sdn-migration
zz_generated_metadata:
branch: main
org: openshift-qe
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,38 @@ tests:
- chain: openshift-qe-data-path-tests
workflow: rosa-aws-sts
timeout: 5h0m0s
- as: perfscale-rosa-sdn-to-ovn-24nodes-periodic
cron: 0 6 1-31/14 * *
steps:
cluster_profile: aws-perfscale-qe
env:
CHANNEL_GROUP: nightly
COMPUTE_MACHINE_TYPE: m5.xlarge
ENABLE_AUTOSCALING: "false"
MULTI_AZ: "true"
OPENSHIFT_VERSION: "4.12"
OVN_SDN_MIGRATION_TIMEOUT: 3600s
REPLICAS: "24"
test:
- ref: openshift-qe-cluster-density-v2
- ref: ovn-sdn-migration
workflow: rosa-aws-sts
- as: perfscale-rosa-sdn-to-ovn-120nodes-periodic
cron: 0 16 1-31/14 * *
steps:
cluster_profile: aws-perfscale-qe
env:
CHANNEL_GROUP: nightly
COMPUTE_MACHINE_TYPE: m5.xlarge
ENABLE_AUTOSCALING: "false"
MULTI_AZ: "true"
OPENSHIFT_VERSION: "4.12"
OVN_SDN_MIGRATION_TIMEOUT: "7200"
REPLICAS: "120"
test:
- ref: openshift-qe-cluster-density-v2
- ref: ovn-sdn-migration
workflow: rosa-aws-sts
zz_generated_metadata:
branch: main
org: openshift-qe
Expand Down
Loading