-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Adding rds-core to e2e-ci #62177
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
Adding rds-core to e2e-ci #62177
Changes from 1 commit
7af39ce
1bcd444
2164e37
b42db0a
a9b868d
5950160
6dccb5f
a545339
bd526f7
902b038
e05af53
8373e6c
5937735
8d92af5
eaa9dc9
6062a0b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ../OWNERS |
| 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 | ||
|
|
||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
vishnuchalla marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| 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 |
Uh oh!
There was an error while loading. Please reload this page.