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
22 changes: 17 additions & 5 deletions ci-operator/config/openshift/cri-o/openshift-cri-o-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,20 +80,32 @@ tests:
steps:
cluster_profile: openshift-org-gcp
workflow: openshift-e2e-gcp
- always_run: false
as: perfscale-control-plane-6nodes
- as: perfscale-control-plane-6nodes

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Applies to all the configs changed in this PR.
There are many env differences and missing workers scale test compared to our mainline payload tests

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

updated, everything should look more or less similar now

optional: true
skip_if_only_changed: ^(?:docs|tutorials|logo|test|contrib|scripts|\.github)/|\.md$|^(?:\.gitignore|OWNERS|OWNERS_ALIASES|SECURITY_CONTACTS|PROJECT|LICENSE)$
steps:
allow_skip_on_success: true
cluster_profile: aws-perfscale-qe
env:
ADDITIONAL_WORKER_NODES: "3"
BASE_DOMAIN: qe.devcluster.openshift.com
COMPUTE_NODE_REPLICAS: "6"
CD_V2_EXTRA_FLAGS: --churn-duration=20m --pod-ready-threshold=20s --service-latency
CDV2_ITERATION_MULTIPLIER: "15"
ENABLE_LAYER_3: "false"
ENABLE_LOCAL_INDEX: "true"
ES_TYPE: qe
EXTRA_FLAGS: --churn-duration=20m --pod-ready-threshold=13s
ITERATION_MULTIPLIER_ENV: "15"
IGNORE_JOB_ITERATIONS: "true"
KB_FLAGS: --local-indexing
ND_CNI_EXTRA_FLAGS: --churn-mode=objects --churn-delay=1m --churn-percent=50
--churn-cycles=2
ND_EXTRA_FLAGS: --churn-mode=objects --churn-delay=1m --churn-percent=50 --churn-cycles=2
OUTPUT_FORMAT: JUNIT
RUN_ORION: deferred
UDN_ITERATION_MULTIPLIER: "12"
VERSION: "5.0"
ZONES_COUNT: "3"
test:
- ref: openshift-qe-workers-scale
- chain: openshift-qe-control-plane
- chain: openshift-qe-orion-consolidated
workflow: openshift-qe-installer-aws
Expand Down
24 changes: 19 additions & 5 deletions ci-operator/config/openshift/etcd/openshift-etcd-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,20 +90,34 @@ tests:
steps:
cluster_profile: hypershift-aws
workflow: hypershift-aws-conformance
- always_run: false
as: perfscale-payload-control-plane-6nodes
- as: perfscale-control-plane-6nodes
optional: true
skip_if_only_changed: ^docs/|^Documentation/|^logos/|^contrib/|^tests/|^scripts/|^\.github/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|LICENSE)$
steps:
allow_skip_on_success: true
cluster_profile: aws-perfscale-qe
env:
ADDITIONAL_WORKER_NODES: "3"
BASE_DOMAIN: qe.devcluster.openshift.com
COMPUTE_NODE_REPLICAS: "6"
CD_V2_EXTRA_FLAGS: --churn-duration=20m --pod-ready-threshold=20s --service-latency
CDV2_ITERATION_MULTIPLIER: "15"
ENABLE_LAYER_3: "false"
ENABLE_LOCAL_INDEX: "true"
EXTRA_FLAGS: --churn-duration=20m --pod-ready-threshold=20s
ITERATION_MULTIPLIER_ENV: "15"
ES_TYPE: qe
IGNORE_JOB_ITERATIONS: "true"
KB_FLAGS: --local-indexing
ND_CNI_EXTRA_FLAGS: --churn-mode=objects --churn-delay=1m --churn-percent=50
--churn-cycles=2
ND_EXTRA_FLAGS: --churn-mode=objects --churn-delay=1m --churn-percent=50 --churn-cycles=2
OUTPUT_FORMAT: JUNIT
RUN_ORION: deferred
UDN_ITERATION_MULTIPLIER: "12"
VERSION: "5.0"
ZONES_COUNT: "3"
test:
- ref: openshift-qe-workers-scale
- chain: openshift-qe-control-plane
- chain: openshift-qe-orion-consolidated
workflow: openshift-qe-installer-aws
zz_generated_metadata:
branch: main
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -513,20 +513,32 @@ tests:
steps:
cluster_profile: openshift-org-aws
workflow: openshift-e2e-aws-crun
- always_run: false
as: perfscale-control-plane-6nodes
- as: perfscale-control-plane-6nodes
optional: true
skip_if_only_changed: ^docs/|^logo/|^test/|^\.github/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|SECURITY_CONTACTS|LICENSE)$
steps:
allow_skip_on_success: true
cluster_profile: aws-perfscale-qe
env:
ADDITIONAL_WORKER_NODES: "3"
BASE_DOMAIN: qe.devcluster.openshift.com
COMPUTE_NODE_REPLICAS: "6"
CD_V2_EXTRA_FLAGS: --churn-duration=20m --pod-ready-threshold=20s --service-latency
CDV2_ITERATION_MULTIPLIER: "15"
ENABLE_LAYER_3: "false"
ENABLE_LOCAL_INDEX: "true"
ES_TYPE: qe
EXTRA_FLAGS: --churn-duration=20m --pod-ready-threshold=13s
ITERATION_MULTIPLIER_ENV: "15"
IGNORE_JOB_ITERATIONS: "true"
KB_FLAGS: --local-indexing
ND_CNI_EXTRA_FLAGS: --churn-mode=objects --churn-delay=1m --churn-percent=50
--churn-cycles=2
ND_EXTRA_FLAGS: --churn-mode=objects --churn-delay=1m --churn-percent=50 --churn-cycles=2
OUTPUT_FORMAT: JUNIT
RUN_ORION: deferred
UDN_ITERATION_MULTIPLIER: "12"
VERSION: "5.0"
ZONES_COUNT: "3"
test:
- ref: openshift-qe-workers-scale
- chain: openshift-qe-control-plane
- chain: openshift-qe-orion-consolidated
workflow: openshift-qe-installer-aws
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,35 @@ tests:
test:
- chain: hypershift-openstack-e2e
workflow: hypershift-aws-e2e-nested
- as: perfscale-control-plane-6nodes
optional: true
skip_if_only_changed: ^docs/|^examples/|^test/|^\.github/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|LICENSE)$
steps:
allow_skip_on_success: true
cluster_profile: aws-perfscale-qe
env:
ADDITIONAL_WORKER_NODES: "3"
BASE_DOMAIN: qe.devcluster.openshift.com
CD_V2_EXTRA_FLAGS: --churn-duration=20m --pod-ready-threshold=20s --service-latency
CDV2_ITERATION_MULTIPLIER: "15"
ENABLE_LAYER_3: "false"
ENABLE_LOCAL_INDEX: "true"
ES_TYPE: qe
IGNORE_JOB_ITERATIONS: "true"
KB_FLAGS: --local-indexing
ND_CNI_EXTRA_FLAGS: --churn-mode=objects --churn-delay=1m --churn-percent=50
--churn-cycles=2
ND_EXTRA_FLAGS: --churn-mode=objects --churn-delay=1m --churn-percent=50 --churn-cycles=2
OUTPUT_FORMAT: JUNIT
RUN_ORION: deferred
UDN_ITERATION_MULTIPLIER: "12"
VERSION: "5.0"
ZONES_COUNT: "3"
test:
- ref: openshift-qe-workers-scale
- chain: openshift-qe-control-plane
- chain: openshift-qe-orion-consolidated
workflow: openshift-qe-installer-aws
- as: security
optional: true
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,35 @@ tests:
- chain: ipi-aws-pre
- chain: create-infra-move-ingress-monitoring-registry
workflow: openshift-qe-node-density-cni
- as: perfscale-control-plane-6nodes
optional: true
skip_if_only_changed: ^docs/|^e2e/|^examples/|^deployments/|^\.github/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|PROJECT|LICENSE)$
steps:
allow_skip_on_success: true
cluster_profile: aws-perfscale-qe
env:
ADDITIONAL_WORKER_NODES: "3"
BASE_DOMAIN: qe.devcluster.openshift.com
CD_V2_EXTRA_FLAGS: --churn-duration=20m --pod-ready-threshold=20s --service-latency
CDV2_ITERATION_MULTIPLIER: "15"
ENABLE_LAYER_3: "false"
ENABLE_LOCAL_INDEX: "true"
ES_TYPE: qe
IGNORE_JOB_ITERATIONS: "true"
KB_FLAGS: --local-indexing
ND_CNI_EXTRA_FLAGS: --churn-mode=objects --churn-delay=1m --churn-percent=50
--churn-cycles=2
ND_EXTRA_FLAGS: --churn-mode=objects --churn-delay=1m --churn-percent=50 --churn-cycles=2
OUTPUT_FORMAT: JUNIT
RUN_ORION: deferred
UDN_ITERATION_MULTIPLIER: "12"
VERSION: "5.0"
ZONES_COUNT: "3"
test:
- ref: openshift-qe-workers-scale
- chain: openshift-qe-control-plane
- chain: openshift-qe-orion-consolidated
workflow: openshift-qe-installer-aws
- as: security
optional: true
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,8 @@ tests:
ALL_PROJECTS: "true"
PROJECT_NAME: ovn-kubernetes
workflow: openshift-ci-security
- always_run: true
as: qe-perfscale-payload-control-plane-6nodes
- as: qe-perfscale-payload-control-plane-6nodes
skip_if_only_changed: ^(docs|\.github|contrib|test|dist|helm|LICENSES)/|\.md$|^(\.gitignore|OWNERS|LICENSE|CODEOWNERS|\.coderabbit\.yml|crd-docs-config\.yaml|mkdocs\.yml|requirements\.txt)$
steps:
cluster_profile: aws-perfscale-qe
env:
Expand Down Expand Up @@ -443,9 +443,9 @@ tests:
- chain: ipi-aws-pre
- chain: create-infra-move-ingress-monitoring-registry
workflow: openshift-qe-udn-density-pods
- always_run: true
as: qe-perfscale-aws-ovn-small-udn-density-l3
- as: qe-perfscale-aws-ovn-small-udn-density-l3
optional: true
skip_if_only_changed: ^(docs|\.github|contrib|test|dist|helm|LICENSES)/|\.md$|^(\.gitignore|OWNERS|LICENSE|CODEOWNERS|\.coderabbit\.yml|crd-docs-config\.yaml|mkdocs\.yml|requirements\.txt)$
steps:
cluster_profile: aws-perfscale-qe
env:
Expand All @@ -461,9 +461,9 @@ tests:
- chain: ipi-aws-pre
- chain: create-infra-move-ingress-monitoring-registry
workflow: openshift-qe-udn-density-pods
- always_run: true
as: qe-perfscale-aws-ovn-small-udn-density-l2
- as: qe-perfscale-aws-ovn-small-udn-density-l2
optional: true
skip_if_only_changed: ^(docs|\.github|contrib|test|dist|helm|LICENSES)/|\.md$|^(\.gitignore|OWNERS|LICENSE|CODEOWNERS|\.coderabbit\.yml|crd-docs-config\.yaml|mkdocs\.yml|requirements\.txt)$
steps:
cluster_profile: aws-perfscale-qe
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,9 @@ tests:
- ref: enable-node-coredumps
- chain: ipi-azure-pre
workflow: openshift-upgrade-azure
- always_run: false
as: perfscale-aws-ingress-perf
- as: perfscale-aws-ingress-perf
optional: true
skip_if_only_changed: ^docs/|^example/|^deploy/|^hack/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|PROJECT|LICENSE)$
steps:
cluster_profile: aws-perfscale
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,9 @@ presubmits:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-cri-o-main-perfscale-control-plane-6nodes
optional: true
rerun_command: /test perfscale-control-plane-6nodes
skip_if_only_changed: ^(?:docs|tutorials|logo|test|contrib|scripts|\.github)/|\.md$|^(?:\.gitignore|OWNERS|OWNERS_ALIASES|SECURITY_CONTACTS|PROJECT|LICENSE)$
spec:
containers:
- args:
Expand Down Expand Up @@ -304,4 +306,4 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )(perfscale-control-plane-6nodes|remaining-required),?($|\s.*)
trigger: (?m)^/test( | .* )perfscale-control-plane-6nodes,?($|\s.*)
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ presubmits:
- ^main$
- ^main-
cluster: build06
context: ci/prow/perfscale-payload-control-plane-6nodes
context: ci/prow/perfscale-control-plane-6nodes
decorate: true
decoration_config:
sparse_checkout_files:
Expand All @@ -830,10 +830,11 @@ presubmits:
ci-operator.openshift.io/cloud-cluster-profile: aws-perfscale-qe
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-etcd-main-perfscale-payload-control-plane-6nodes
name: pull-ci-openshift-etcd-main-perfscale-control-plane-6nodes
optional: true
path_alias: go.etcd.io/etcd
rerun_command: /test perfscale-payload-control-plane-6nodes
rerun_command: /test perfscale-control-plane-6nodes
skip_if_only_changed: ^docs/|^Documentation/|^logos/|^contrib/|^tests/|^scripts/|^\.github/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|LICENSE)$
spec:
containers:
- args:
Expand All @@ -842,7 +843,7 @@ presubmits:
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=perfscale-payload-control-plane-6nodes
- --target=perfscale-control-plane-6nodes
command:
- ci-operator
env:
Expand Down Expand Up @@ -898,7 +899,7 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )perfscale-payload-control-plane-6nodes,?($|\s.*)
trigger: (?m)^/test( | .* )perfscale-control-plane-6nodes,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3770,8 +3770,10 @@ presubmits:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-kubernetes-master-perfscale-control-plane-6nodes
optional: true
path_alias: k8s.io/kubernetes
rerun_command: /test perfscale-control-plane-6nodes
skip_if_only_changed: ^docs/|^logo/|^test/|^\.github/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|SECURITY_CONTACTS|LICENSE)$
spec:
containers:
- args:
Expand Down Expand Up @@ -3836,7 +3838,7 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )(perfscale-control-plane-6nodes|remaining-required),?($|\s.*)
trigger: (?m)^/test( | .* )perfscale-control-plane-6nodes,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down
Loading