Skip to content

feat(scaletest): annotate scaletest pod when scaletest is in progress #10235

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

Merged
merged 8 commits into from
Oct 12, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
return 1
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
  • Loading branch information
johnstcn and mafredri authored Oct 12, 2023
commit 785be858bb6b6cf5a6cee6b902ddf6d07b4799f0
2 changes: 1 addition & 1 deletion scaletest/templates/scaletest-runner/scripts/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ fetch_coder_full() {
ns=$(namespace)
if [[ -z "${ns}" ]]; then
log "Could not determine namespace!"
return
return 1
fi
log "Namespace from serviceaccount token is ${ns}"
pods=$(coder_pods)
Expand Down