We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40bcfbc commit 2088113Copy full SHA for 2088113
1 file changed
.github/workflows/benchmark.yml
@@ -4,11 +4,11 @@ on:
4
workflow_dispatch:
5
inputs:
6
timeout:
7
- description: Timeout (e.g., 10m)
+ description: Ginkgo Eventually Timeout (e.g., 2m)
8
required: false
9
- default: 10m
+ default: 2m
10
namespace:
11
- description: Fleet workspace namespace
+ description: Fleet namespace
12
13
default: fleet-local
14
schedule:
@@ -57,6 +57,11 @@ jobs:
57
- name: Install k3d
58
run: curl --silent --fail https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | TAG=${{ env.SETUP_K3D_VERSION }} bash
59
60
+ - name: Verify k3d installation
61
+ run: |
62
+ k3d version
63
+ which k3d
64
+
65
- name: Provision k3d Cluster
66
run: |
67
k3d cluster create upstream --wait \
0 commit comments