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

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ resources:
cpu: 100m
memory: 200Mi
tests:
- as: netpol-24nodes
cron: 20 12 7,14,21,28 * *
- always_run: false
as: netpol-24nodes
reporter_config:
channel: '#ocp-qe-scale-ci-results'
job_states_to_report:
Expand Down Expand Up @@ -183,8 +183,8 @@ tests:
- chain: openshift-qe-control-plane
workflow: openshift-qe-installer-aws-ovn-fips
timeout: 14h0m0s
- as: control-plane-24nodes
cron: 20 5 * * 0,1,3,5
- always_run: false
as: control-plane-24nodes
reporter_config:
channel: '#ocp-qe-scale-ci-results'
job_states_to_report:
Expand All @@ -209,8 +209,8 @@ tests:
- ref: openshift-qe-workers-scale
- chain: openshift-qe-control-plane
workflow: openshift-qe-installer-aws
- as: control-plane-fips-24nodes
cron: 37 9 * * *
- always_run: false
as: control-plane-fips-24nodes
reporter_config:
channel: '#ocp-qe-scale-ci-results'
job_states_to_report:
Expand Down Expand Up @@ -238,8 +238,8 @@ tests:
- chain: openshift-qe-control-plane
- chain: openshift-qe-orion-consolidated
workflow: openshift-qe-installer-aws-ovn-fips
- as: control-plane-fips-6nodes
cron: 37 15 * * *
- always_run: false
as: control-plane-fips-6nodes
reporter_config:
channel: '#ocp-qe-scale-ci-results'
job_states_to_report:
Expand Down Expand Up @@ -267,8 +267,8 @@ tests:
- chain: openshift-qe-control-plane
- chain: openshift-qe-orion-consolidated
workflow: openshift-qe-installer-aws-ovn-fips
- as: control-plane-etcdencrypt-24nodes
cron: 20 3 * * 5
- always_run: false
as: control-plane-etcdencrypt-24nodes
reporter_config:
channel: '#ocp-qe-scale-ci-results'
job_states_to_report:
Expand Down Expand Up @@ -458,8 +458,8 @@ tests:
- chain: openshift-qe-control-plane
workflow: openshift-qe-installer-aws-ovn-ipsec
timeout: 14h0m0s
- as: data-path-ipsec-9nodes
cron: 20 2 9,23 * *
- always_run: false
as: data-path-ipsec-9nodes
reporter_config:
channel: '#ocp-qe-scale-ci-results'
job_states_to_report:
Expand Down Expand Up @@ -487,8 +487,8 @@ tests:
- ref: openshift-qe-perfscale-aws-data-path-sg
- chain: openshift-qe-data-path-tests
workflow: openshift-qe-installer-aws-ovn-ipsec
- as: udn-density-l3-24nodes
cron: 20 2 * * *
- always_run: false
as: udn-density-l3-24nodes
reporter_config:
channel: '#ocp-qe-scale-ci-results'
job_states_to_report:
Expand Down Expand Up @@ -517,8 +517,8 @@ tests:
- chain: create-infra-move-ingress-monitoring-registry
- ref: openshift-qe-workers-scale
workflow: openshift-qe-udn-density-pods
- as: cudn-density-single-ns-500-24nodes
cron: 20 2 * * 0,2,4
- always_run: false
as: cudn-density-single-ns-500-24nodes
reporter_config:
channel: '#ocp-qe-scale-ci-results'
job_states_to_report:
Expand Down Expand Up @@ -550,8 +550,8 @@ tests:
- ref: openshift-qe-workers-scale
test:
- chain: openshift-qe-cudn-density
- as: cudn-density-single-ns-250-24nodes
cron: 20 4 * * 0,2,4
- always_run: false
as: cudn-density-single-ns-250-24nodes
reporter_config:
channel: '#ocp-qe-scale-ci-results'
job_states_to_report:
Expand Down Expand Up @@ -583,8 +583,8 @@ tests:
- ref: openshift-qe-workers-scale
test:
- chain: openshift-qe-cudn-density
- as: cudn-pod-churn-250-24nodes
cron: 20 6 * * 3
- always_run: false
as: cudn-pod-churn-250-24nodes
reporter_config:
channel: '#ocp-qe-scale-ci-results'
job_states_to_report:
Expand Down Expand Up @@ -617,8 +617,8 @@ tests:
- ref: openshift-qe-workers-scale
test:
- chain: openshift-qe-cudn-density
- as: cudn-churn-250-24nodes
cron: 20 8 * * 3
- always_run: false
as: cudn-churn-250-24nodes
reporter_config:
channel: '#ocp-qe-scale-ci-results'
job_states_to_report:
Expand Down Expand Up @@ -651,8 +651,8 @@ tests:
- ref: openshift-qe-workers-scale
test:
- chain: openshift-qe-cudn-density
- as: cudn-incremental-1000-24nodes
cron: 20 10 * * 1,3
- always_run: false
as: cudn-incremental-1000-24nodes
reporter_config:
channel: '#ocp-qe-scale-ci-results'
job_states_to_report:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ resources:
cpu: 100m
memory: 200Mi
tests:
- as: daily-virt-6nodes
- always_run: false
as: daily-virt-6nodes
capabilities:
- intranet
cron: 50 0 * * *
reporter_config:
channel: '#ocp-qe-scale-ci-results'
job_states_to_report:
Expand Down Expand Up @@ -69,10 +69,10 @@ tests:
- ref: openshift-qe-orion-virt-density-nomount
- ref: openshift-qe-orion-report
workflow: openshift-qe-installer-bm-deploy
- as: network-workloads
- always_run: false
as: network-workloads
capabilities:
- intranet
cron: 50 7 */2 * *
reporter_config:
channel: '#ocp-qe-scale-ci-results'
job_states_to_report:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ resources:
cpu: 100m
memory: 200Mi
tests:
- as: olmv1-benchmark-test
- always_run: false
as: olmv1-benchmark-test
capabilities:
- intranet
cron: 0 3,7,11 * * *
reporter_config:
channel: '#olm-ci-results'
job_states_to_report:
Expand Down
Loading