Skip to content

Commit 0db8da1

Browse files
committed
fixup: Ensure test-e2e-kube-ci runs serially
1 parent b41b599 commit 0db8da1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Taskfile.yml

Lines changed: 2 additions & 2 deletions
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.
@@ -241,7 +241,7 @@ tasks:
241241

242242
test-load2:
243243
desc: Runs second iteration of load tests
244-
cmds:
244+
cmds:
245245
- task: build
246246
- cmd: go run ./tests/load2/main --avalanchego-path=./build/avalanchego {{.CLI_ARGS}}
247247

0 commit comments

Comments
 (0)