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
Prev Previous commit
Next Next commit
typo
  • Loading branch information
f0ssel committed Dec 6, 2024
commit 186d3163634e61a853280f05a47f02648a464249
2 changes: 1 addition & 1 deletion scaletest/terraform/action/k8s_coder_proxies.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
data "http" "coder_healthy" {
url = local.deployments.primary.url
// Wait up to 5 minutes for DNS to propogate
// Wait up to 5 minutes for DNS to propagate
retry {
attempts = 30
min_delay_ms = 10000
Expand Down
Loading