Skip to content

feat: add scaletest load generation infrastructure #15816

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 36 commits into from
Jan 13, 2025
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
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
pd name
  • Loading branch information
f0ssel committed Dec 19, 2024
commit 101de175b64f9cba9b58984dbfa4f8888d7aaf8b
4 changes: 3 additions & 1 deletion scaletest/terraform/action/coder_helm_values.tftpl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ coder:
- name: "CODER_PROVISIONERD_TAGS"
value: "scope=organization,deployment=${deployment}"
- name: "CODER_PROVISIONER_DAEMON_NAME"
value: "${deployment}"
valueFrom:
fieldRef:
fieldPath: metadata.name
- name: "CODER_CONFIG_DIR"
value: "/tmp/config"
%{~ endif ~}
Expand Down
Loading