Skip to content

Commit 2088113

Browse files
committed
Update
1 parent 40bcfbc commit 2088113

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
workflow_dispatch:
55
inputs:
66
timeout:
7-
description: Timeout (e.g., 10m)
7+
description: Ginkgo Eventually Timeout (e.g., 2m)
88
required: false
9-
default: 10m
9+
default: 2m
1010
namespace:
11-
description: Fleet workspace namespace
11+
description: Fleet namespace
1212
required: false
1313
default: fleet-local
1414
schedule:
@@ -57,6 +57,11 @@ jobs:
5757
- name: Install k3d
5858
run: curl --silent --fail https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | TAG=${{ env.SETUP_K3D_VERSION }} bash
5959

60+
- name: Verify k3d installation
61+
run: |
62+
k3d version
63+
which k3d
64+
6065
- name: Provision k3d Cluster
6166
run: |
6267
k3d cluster create upstream --wait \

0 commit comments

Comments
 (0)