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 @@ -424,8 +424,40 @@ tests:
test:
- chain: openshift-qe-node-density-cni
workflow: openshift-qe-installer-aws
- as: control-plane-ipsec-120nodes
- as: control-plane-ipsec-24nodes
cron: 0 10 11,23 * *
reporter_config:
channel: '#ocp-qe-scale-ci-results'
job_states_to_report:
- success
- failure
- error
report_template: '{{if eq .Status.State "success"}} :white_check_mark: Job *{{.Spec.Job}}*
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :white_check_mark:
{{else}} :warning: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View
logs> :warning: {{end}}'
steps:
allow_skip_on_success: true
cluster_profile: aws-perfscale
env:
ADDITIONAL_WORKER_NODES: "21"
BASE_DOMAIN: perfscale.devcluster.openshift.com
CD_V2_EXTRA_FLAGS: --churn-duration=20m --service-latency
ENABLE_LAYER_3: "false"
KB_FLAGS: --set=metricsEndpoints.0.step=2m --set=metricsEndpoints.1.step=2m
--local-indexing
NODE_DENSITY_GC: "false"
ORION_ENVS: ipsec=true
RUN_ORION: deferred
UDN_ITERATION_MULTIPLIER: "3"
ZONES_COUNT: "3"
test:
- ref: openshift-qe-workers-scale
- chain: openshift-qe-control-plane
- chain: openshift-qe-orion-consolidated
workflow: openshift-qe-installer-aws-ovn-ipsec
- always_run: false
as: control-plane-ipsec-120nodes
reporter_config:
channel: '#ocp-qe-scale-ci-results'
job_states_to_report:
Expand Down Expand Up @@ -462,8 +494,8 @@ tests:
- chain: openshift-qe-control-plane
workflow: openshift-qe-installer-aws-ovn-ipsec
timeout: 14h0m0s
- as: control-plane-ipsec-252nodes
cron: 0 18 11,23 * *
- always_run: false
as: control-plane-ipsec-252nodes
reporter_config:
channel: '#ocp-qe-scale-ci-results'
job_states_to_report:
Expand Down
Loading