Skip to content

Commit

Permalink
Deprecate legacy kube-burner directory (#608)
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <rsevilla@redhat.com>
  • Loading branch information
rsevilla87 authored Jan 12, 2024
1 parent a8ef28e commit ae79591
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 18 deletions.
6 changes: 0 additions & 6 deletions ci/CI_test_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,4 @@ router-perf-v2:./ingress-performance.sh
etcd-perf:./run_etcd_tests_fromgit.sh
scale-perf:./run_scale_fromgit.sh
network-perf:GEN_CSV=false ./run.sh
kube-burner:WORKLOAD=cluster-density ./run.sh
kube-burner:WORKLOAD=node-density ./run.sh
kube-burner:WORKLOAD=node-density-heavy ./run.sh
kube-burner:WORKLOAD=pod-density-heavy ./run.sh
kube-burner:WORKLOAD=max-services ./run.sh
kube-burner:WORKLOAD=max-namespaces ./run.sh
upgrade-perf:./run_upgrade_fromgit.sh
12 changes: 0 additions & 12 deletions ci/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,6 @@ export NEW_WORKER_COUNT=$((ORIGINAL_WORKER_COUNT + 1))
export SCALE=$NEW_WORKER_COUNT
export RUNS=2

# For kube burner
export JOB_ITERATIONS=1
export NAMESPACE_COUNT=1
export SERVICE_COUNT=1
export CLEANUP=true
export CLEANUP_WHEN_FINISH=true
export NODE_COUNT=1
export PODS_PER_NODE=100
export PODS=50
export POD_READY_THRESHOLD=1m
export ALERTS_PROFILE=alerts-profiles/ci.yml

# For upgrade perf
export TOVERSION=`oc get clusterversion | grep -o [0-9.]* | head -1`

Expand Down
6 changes: 6 additions & 0 deletions workloads/kube-burner/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Deprecation notice

### The workloads and scripts in this directory are not actively maintained or supported and shouldn't be used anymore, use [kube-burner-ocp-wrapper](../kube-burner-ocp-wrapper) instead.

---

# Kube-burner e2e benchmarks

In order to kick off one of these benchmarks you must use the run.sh script. There are 13 different workloads at the moment, that could be launched as follows:
Expand Down

0 comments on commit ae79591

Please sign in to comment.