Skip to content

Commit 8c8a6d9

Browse files
committed
TEST: ci: add additional info on CI for number of parallel tests
1 parent 5ae4638 commit 8c8a6d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ docker-build-sch:
196196
script:
197197
- CI_ENV=gitlab deploy/tests/create.sh
198198
- kubectl get pods -A
199-
- IFS='#' read -r -a array <<< $TEST_PART; echo "running tests with --tags=${array[1]}"
199+
- IFS='#' read -r -a array <<< $TEST_PART; echo "running tests with -p ${array[0]} --tags=${array[1]}"
200200
- IFS='#' read -r -a array <<< $TEST_PART; KIND_URL=docker CGO_ENABLED=0 go test -v -p ${array[0]} ./deploy/tests/e2e/... --tags=${array[1]}
201201
.kind_deployment_schedules:
202202
needs: ["docker-build-sch"]

0 commit comments

Comments
 (0)