Skip to content

Commit

Permalink
Merge pull request #738 from jtaleric/bump-kb
Browse files Browse the repository at this point in the history
Fixing UDN
  • Loading branch information
openshift-merge-bot[bot] authored Jan 16, 2025
2 parents 122f19d + 30e4333 commit 88ec102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workloads/kube-burner-ocp-wrapper/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ else
cmd="${KUBE_DIR}/kube-burner-ocp ${WORKLOAD} --log-level=${LOG_LEVEL} --qps=${QPS} --burst=${BURST} --gc=${GC} --uuid ${UUID}"
fi
cmd+=" ${EXTRA_FLAGS}"
if [[ ${WORKLOAD} =~ "cluster-density" || ${WORKLOAD} =~ "udn-density-l3-pods" ]] && [[ ! ${WORKLOAD} =~ "web-burner" ]] ; then
if [[ ${WORKLOAD} =~ "cluster-density" || ${WORKLOAD} =~ "udn-density-pods" ]] && [[ ! ${WORKLOAD} =~ "web-burner" ]] ; then
ITERATIONS=${ITERATIONS:?}
cmd+=" --iterations=${ITERATIONS} --churn=${CHURN}"
fi
Expand Down

0 comments on commit 88ec102

Please sign in to comment.