We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7624a1f + 676b2a2 commit 010e49fCopy full SHA for 010e49f
2 files changed
csp_benchmarks/hetzner/server.py
@@ -22,7 +22,7 @@ class ServerConfig:
22
name: str = "csp-benchmark-runner"
23
server_type: str = "cpx21" # 3 vCPU, 4GB RAM (AMD)
24
image: str = "ubuntu-24.04"
25
- location: str = "fsn1" # Falkenstein, Germany
+ location: str = "nbg1" # Nuremberg, Germany (supports AMD cpx series)
26
ssh_key_name: str | None = None
27
28
csp_benchmarks/tests/test_hetzner.py
@@ -20,7 +20,7 @@ def test_default_config(self):
20
assert config.name == "csp-benchmark-runner"
21
assert config.server_type == "cpx21"
assert config.image == "ubuntu-24.04"
- assert config.location == "fsn1"
+ assert config.location == "nbg1"
assert config.ssh_key_name is None
def test_custom_config(self):
0 commit comments