-
Notifications
You must be signed in to change notification settings - Fork 894
chore(scaletest/templates/scaletest-runner): fix dashboard command invocation, autoscale provisioners #10177
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
Changes from 3 commits
aa3945c
54830cc
aaf16d8
4a651c6
db541c5
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 |
---|---|---|
|
@@ -51,3 +51,9 @@ log "Cleaning up from previous runs (if applicable)..." | |
"${SCRIPTS_DIR}/cleanup.sh" "prepare" | ||
|
||
log "Preparation complete!" | ||
|
||
log "Scaling up provisioners to ${SCALETEST_PARAM_CREATE_CONCURRENCY}..." | ||
maybedryrun "$DRY_RUN" kubectl scale deployment/coder-provisioner \ | ||
--replicas "${SCALETEST_PARAM_CREATE_CONCURRENCY}" | ||
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. This is dope! 😍 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. actually I may need to handle concurrency=0 🤔 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. Maybe we can just enforce a non-zero value for create concurrency in the template 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. OK, if |
||
log "Waiting for provisioners to scale up..." | ||
maybedryrun "$DRY_RUN" kubectl rollout status deployment/coder-provisioner |
Uh oh!
There was an error while loading. Please reload this page.