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.
1 parent 2872f11 commit e167ff7Copy full SHA for e167ff7
.github/workflows/manual-benchmarks-cascade.yaml
@@ -40,10 +40,6 @@ on:
40
server_machine_type:
41
description: "Hetzner server machine type to run the benchmarks in"
42
default: "cpx41"
43
- client_machine_type:
44
- description: "Hetzner server machine type to run the benchmarks in"
45
- default: "cpx31"
46
-
47
env:
48
# Common environment variables
49
HCLOUD_TOKEN: ${{ secrets.HCLOUD_TOKEN }}
@@ -241,7 +237,7 @@ jobs:
241
237
uses: ./.github/workflows/actions/create-server-with-retry
242
238
with:
243
239
server_name: ${{ steps.extract_names.outputs.client_name }}
244
- server_type: ${{ inputs.client_machine_type }}
240
+ server_type: "cpx31"
245
region: ${{ inputs.region }}
246
max_retries: 5
247
runBenchmarks:
0 commit comments