Skip to content

Commit cb6bf09

Browse files
committed
fixup: Ensure test-e2e-kube-ci job is configured with E2E_SERIAL=1
1 parent ce284b9 commit cb6bf09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ tasks:
203203
env:
204204
E2E_SERIAL: 1
205205
cmds:
206-
- task: test-e2e-kube
206+
- cmd: bash -x ./scripts/tests.e2e.kube.sh {{.CLI_ARGS}}
207207

208208
# To use a different fuzz time, run `task test-fuzz FUZZTIME=[value in seconds]`.
209209
# A value of `-1` will run until it encounters a failing output.

0 commit comments

Comments
 (0)