Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 @@ -236,7 +236,7 @@ tests:
- ref: cloud-bulldozer-e2e-benchmarking-router-perf
workflow: openshift-qe-installer-aws
- always_run: false
as: e2e-udn-density-pods-l3
as: e2e-udn-density-pods-l3-single-node
steps:
allow_skip_on_success: true
cluster_profile: aws-perfscale
Expand All @@ -262,7 +262,7 @@ tests:
- ref: cloud-bulldozer-e2e-benchmarking-udn-density-pods
workflow: openshift-qe-installer-aws
- always_run: false
as: e2e-udn-density-pods-l2
as: e2e-udn-density-pods-l2-single-node
steps:
allow_skip_on_success: true
cluster_profile: aws-perfscale
Expand All @@ -288,6 +288,29 @@ tests:
test:
- ref: cloud-bulldozer-e2e-benchmarking-udn-density-pods
workflow: openshift-qe-installer-aws
- always_run: false
as: e2e-rds-core-single-node
capabilities:
- intranet
restrict_network_access: false
steps:
cluster_profile: metal-perscale-cpt
env:
BAREMETAL: "true"
CRUCIBLE: "false"
HUGEPAGES_COUNT: "1024"
LABEL: node-role.kubernetes.io/worker-dpdk
OCP_BUILD: dev
OCP_VERSION: latest
test:
- chain: openshift-qe-installer-bm-ping
- chain: openshift-qe-installer-bm-deploy
- chain: openshift-qe-cluster-health
- chain: openshift-qe-installer-bm-day2-label
- chain: openshift-qe-installer-bm-day2-sriov
- chain: openshift-qe-installer-bm-day2-metallb
- chain: openshift-qe-installer-bm-day2-perf-profile-rds-core
- ref: cloud-bulldozer-e2e-benchmarking-rds-core
zz_generated_metadata:
branch: master
org: cloud-bulldozer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,82 @@ presubmits:
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )(e2e-node-density-single-node|remaining-required),?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- ^master$
- ^master-
cluster: build11
context: ci/prow/e2e-rds-core-single-node
decorate: true
decoration_config:
skip_cloning: true
labels:
capability/intranet: intranet
ci-operator.openshift.io/cloud: metal-perscale-cpt
ci-operator.openshift.io/cloud-cluster-profile: metal-perscale-cpt
ci.openshift.io/generator: prowgen
job-release: "4.18"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-cloud-bulldozer-e2e-benchmarking-master-e2e-rds-core-single-node
rerun_command: /test e2e-rds-core-single-node
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=e2e-rds-core-single-node
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /secrets/manifest-tool
name: manifest-tool-local-pusher
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: boskos
secret:
items:
- key: credentials
path: credentials
secretName: boskos-credentials
- name: ci-pull-credentials
secret:
secretName: ci-pull-credentials
- name: manifest-tool-local-pusher
secret:
secretName: manifest-tool-local-pusher
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )(e2e-rds-core-single-node|remaining-required),?($|\s.*)
- agent: kubernetes
always_run: false
branches:
Expand Down Expand Up @@ -681,7 +757,7 @@ presubmits:
- ^master$
- ^master-
cluster: build11
context: ci/prow/e2e-udn-density-pods-l2
context: ci/prow/e2e-udn-density-pods-l2-single-node
decorate: true
decoration_config:
skip_cloning: true
Expand All @@ -691,8 +767,8 @@ presubmits:
ci.openshift.io/generator: prowgen
job-release: "4.18"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-cloud-bulldozer-e2e-benchmarking-master-e2e-udn-density-pods-l2
rerun_command: /test e2e-udn-density-pods-l2
name: pull-ci-cloud-bulldozer-e2e-benchmarking-master-e2e-udn-density-pods-l2-single-node
rerun_command: /test e2e-udn-density-pods-l2-single-node
spec:
containers:
- args:
Expand All @@ -701,7 +777,7 @@ presubmits:
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=e2e-udn-density-pods-l2
- --target=e2e-udn-density-pods-l2-single-node
command:
- ci-operator
image: ci-operator:latest
Expand Down Expand Up @@ -749,14 +825,14 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )(e2e-udn-density-pods-l2|remaining-required),?($|\s.*)
trigger: (?m)^/test( | .* )(e2e-udn-density-pods-l2-single-node|remaining-required),?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- ^master$
- ^master-
cluster: build11
context: ci/prow/e2e-udn-density-pods-l3
context: ci/prow/e2e-udn-density-pods-l3-single-node
decorate: true
decoration_config:
skip_cloning: true
Expand All @@ -766,8 +842,8 @@ presubmits:
ci.openshift.io/generator: prowgen
job-release: "4.18"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-cloud-bulldozer-e2e-benchmarking-master-e2e-udn-density-pods-l3
rerun_command: /test e2e-udn-density-pods-l3
name: pull-ci-cloud-bulldozer-e2e-benchmarking-master-e2e-udn-density-pods-l3-single-node
rerun_command: /test e2e-udn-density-pods-l3-single-node
spec:
containers:
- args:
Expand All @@ -776,7 +852,7 @@ presubmits:
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=e2e-udn-density-pods-l3
- --target=e2e-udn-density-pods-l3-single-node
command:
- ci-operator
image: ci-operator:latest
Expand Down Expand Up @@ -824,4 +900,4 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )(e2e-udn-density-pods-l3|remaining-required),?($|\s.*)
trigger: (?m)^/test( | .* )(e2e-udn-density-pods-l3-single-node|remaining-required),?($|\s.*)
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#!/bin/bash
set -o errexit
set -o nounset
set -o pipefail
set -x
cat /etc/os-release
oc config view
oc projects
pushd /tmp

Copy link
Member

Choose a reason for hiding this comment

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

You are missing some pre-reqs: https://github.com/kube-burner/kube-burner-ocp/tree/main?tab=readme-ov-file#core-rds-workloads

We need one host labeled as worker-dpdk and another one as worker-metallb. In openshift-qe/installer/bm/day2/label there is a step that you can reuse to label the nodes.


git clone https://github.com/vishnuchalla/e2e-benchmarking --branch v0.0.1 --depth 1
pushd e2e-benchmarking
pushd workloads/kube-burner-ocp-wrapper
export WORKLOAD=rds-core

current_worker_count=$(oc get nodes --no-headers -l node-role.kubernetes.io/worker=,node-role.kubernetes.io/infra!=,node-role.kubernetes.io/workload!= --output jsonpath="{.items[?(@.status.conditions[-1].type=='Ready')].status.conditions[-1].type}" | wc -w | xargs)

ES_SERVER="" ITERATIONS=${current_worker_count} CHURN=false ./run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"path": "cloud-bulldozer/e2e-benchmarking/rds-core/cloud-bulldozer-e2e-benchmarking-rds-core-ref.yaml",
"owners": {
"approvers": [
"jtaleric",
"rsevilla87",
"dry923",
"venkataanil",
"afcollins",
"krishvoor",
"mukrishn",
"mohit-sheth",
"morenod",
"chentex",
"mrbojangles3",
"vishnuchalla"
],
"reviewers": [
"jtaleric",
"rsevilla87",
"dry923",
"venkataanil",
"afcollins",
"krishvoor",
"mukrishn",
"mohit-sheth",
"morenod",
"chentex",
"mrbojangles3",
"vishnuchalla"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
ref:
as: cloud-bulldozer-e2e-benchmarking-rds-core
from_image:
namespace: e2e
name: e2e-benchmarking
tag: latest
cli: latest
commands: cloud-bulldozer-e2e-benchmarking-rds-core-commands.sh
timeout: 6h
resources:
requests:
cpu: 100m
memory: 100Mi
documentation: >-
This step runs the perfscale configmap-scale workload in the deployed cluster