Skip to content

Commit e167ff7

Browse files
committed
hard-code client machine type
1 parent 2872f11 commit e167ff7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/manual-benchmarks-cascade.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ on:
4040
server_machine_type:
4141
description: "Hetzner server machine type to run the benchmarks in"
4242
default: "cpx41"
43-
client_machine_type:
44-
description: "Hetzner server machine type to run the benchmarks in"
45-
default: "cpx31"
46-
4743
env:
4844
# Common environment variables
4945
HCLOUD_TOKEN: ${{ secrets.HCLOUD_TOKEN }}
@@ -241,7 +237,7 @@ jobs:
241237
uses: ./.github/workflows/actions/create-server-with-retry
242238
with:
243239
server_name: ${{ steps.extract_names.outputs.client_name }}
244-
server_type: ${{ inputs.client_machine_type }}
240+
server_type: "cpx31"
245241
region: ${{ inputs.region }}
246242
max_retries: 5
247243
runBenchmarks:

0 commit comments

Comments
 (0)