Skip to content

feat: add new scaletest infrastructure #15573

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 24 commits into from
Dec 12, 2024
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
Next Next commit
swap icons
  • Loading branch information
f0ssel committed Dec 9, 2024
commit 486e0f246b04c4aea12c14559e064c1f5a08b140
4 changes: 2 additions & 2 deletions scaletest/terraform/action/coder_proxies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ curl '${local.deployments.primary.url}/api/v2/licenses' \

europe_token=$(curl '${local.deployments.primary.url}/api/v2/workspaceproxies' \
-H "Coder-Session-Token: $${token}" \
--data-raw '{"name":"europe","display_name":"Europe","icon":"/emojis/1f35b.png"}' \
--data-raw '{"name":"europe","display_name":"Europe","icon":"/emojis/1f950.png"}' \
--insecure --silent | jq -r .proxy_token)

asia_token=$(curl '${local.deployments.primary.url}/api/v2/workspaceproxies' \
-H "Coder-Session-Token: $${token}" \
--data-raw '{"name":"asia","display_name":"Asia","icon":"/emojis/1f950.png"}' \
--data-raw '{"name":"asia","display_name":"Asia","icon":"/emojis/1f35b.png"}' \
--insecure --silent | jq -r .proxy_token)

mkdir -p ${path.module}/.coderv2
Expand Down
Loading