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-3728] Introduce OKD-scos 4.19 deployments #62535

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
build_root:
image_stream_tag:
name: ci-tools-build-root
namespace: ci
tag: latest
releases:
latest:
candidate:
product: okd
stream: okd-scos
version: "4.19"
resources:
'*':
requests:
cpu: 100m
memory: 200Mi
tests:
- always_run: false
as: compact-cp-3nodes
steps:
allow_skip_on_success: false
cluster_profile: aws-perfscale-qe
env:
BASE_DOMAIN: qe.devcluster.openshift.com
ZONES_COUNT: "3"
test:
- chain: openshift-qe-cluster-density-v2
workflow: openshift-qe-installer-aws-compact
timeout: 5h0m0s
- always_run: false
as: router-perf-24nodes
steps:
allow_skip_on_success: false
cluster_profile: aws-perfscale-qe
env:
ADDITIONAL_WORKER_NODES: "21"
BASE_DOMAIN: qe.devcluster.openshift.com
ZONES_COUNT: "3"
test:
- ref: openshift-qe-workers-scale
- chain: openshift-qe-router-perf
workflow: openshift-qe-installer-aws
timeout: 5h0m0s
- always_run: false
as: payload-node-density-heavy-6nodes
steps:
allow_skip_on_success: false
cluster_profile: aws-perfscale-qe
env:
ADDITIONAL_WORKER_NODES: "3"
BASE_DOMAIN: qe.devcluster.openshift.com
EXTRA_FLAGS: --pod-ready-threshold=43s
ITERATIONS_PER_NAMESPACE: "100"
ZONES_COUNT: "3"
test:
- ref: openshift-qe-workers-scale
- chain: openshift-qe-node-density-heavy
workflow: openshift-qe-installer-aws
timeout: 2h0m0s
- always_run: false
as: payload-node-density-cni-6nodes
steps:
allow_skip_on_success: false
cluster_profile: aws-perfscale-qe
env:
ADDITIONAL_WORKER_NODES: "3"
BASE_DOMAIN: qe.devcluster.openshift.com
POD_READY_THRESHOLD: 4s
ZONES_COUNT: "3"
test:
- ref: openshift-qe-workers-scale
- chain: openshift-qe-node-density-cni
workflow: openshift-qe-installer-aws
timeout: 2h0m0s
Copy link
Contributor

Choose a reason for hiding this comment

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

curious why some jobs you have 5h and others you have 2h?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

ack. so i fear BM deploys takes a bit longer than AWS.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think we are going to stick to AWS for OKD.

- always_run: false
as: control-plane-3nodes
steps:
allow_skip_on_success: false
cluster_profile: aws-perfscale-qe
env:
BASE_DOMAIN: qe.devcluster.openshift.com
COMPUTE_NODE_REPLICAS: "3"
test:
- chain: openshift-qe-control-plane
workflow: openshift-qe-installer-aws
timeout: 5h0m0s
- always_run: false
as: node-density-heavy-3nodes
steps:
allow_skip_on_success: false
cluster_profile: aws-perfscale-qe
env:
BASE_DOMAIN: qe.devcluster.openshift.com
COMPUTE_NODE_REPLICAS: "3"
test:
- chain: openshift-qe-node-density-heavy
workflow: openshift-qe-installer-aws
timeout: 5h0m0s
- always_run: false
as: node-density-cni-3nodes
steps:
allow_skip_on_success: false
cluster_profile: aws-perfscale-qe
env:
BASE_DOMAIN: qe.devcluster.openshift.com
COMPUTE_NODE_REPLICAS: "3"
test:
- chain: openshift-qe-node-density-cni
workflow: openshift-qe-installer-aws
zz_generated_metadata:
branch: main
org: openshift-eng
repo: ocp-qe-perfscale-ci
variant: aws-4.19-okd-x86
Loading