We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0934cd8 commit 72e26d5Copy full SHA for 72e26d5
.github/workflows/e2e-perf.yaml
@@ -106,7 +106,7 @@ jobs:
106
107
- name: Time taken to create UffizziClusters with different numbers of workers
108
run: |
109
- for n_workers in $(seq 1 5 30); do
+ for n_workers in $(seq 1 5 31); do
110
111
yq -i '.concurrent = "$n_workers"' helm-values.yaml
112
n_simultaneous_clusters=3
0 commit comments