File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,9 @@ maybedryrun "$DRY_RUN" "${PROJECT_ROOT}/scaletest/lib/coder_workspacetraffic.sh"
171
171
--traffic-bytes-per-tick " ${SCALETEST_TRAFFIC_BYTES_PER_TICK} " \
172
172
--traffic-tick-interval " ${SCALETEST_TRAFFIC_TICK_INTERVAL} "
173
173
maybedryrun " $DRY_RUN " kubectl --kubeconfig=" ${KUBECONFIG} " -n " coder-${SCALETEST_NAME} " wait pods coder-scaletest-workspace-traffic --for condition=Ready
174
- maybedryrun " $DRY_RUN " kubectl --kubeconfig=" ${KUBECONFIG} " -n " coder-${SCALETEST_NAME} " logs -f pod/coder-scaletest-workspace-traffic
174
+
175
+ echo " Sleeping 15 minutes for traffic generation"
176
+ maybedryrun " $DRY_RUN " sleep 900
175
177
176
178
echo " Starting pprof"
177
179
maybedryrun " $DRY_RUN " kubectl -n " coder-${SCALETEST_NAME} " port-forward deployment/coder 6061:6060 &
You can’t perform that action at this time.
0 commit comments