Skip to content

Commit

Permalink
TEST: ci: add additional info on CI for number of parallel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oktalz committed Oct 19, 2022
1 parent 5ae4638 commit 8c8a6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ docker-build-sch:
script:
- CI_ENV=gitlab deploy/tests/create.sh
- kubectl get pods -A
- IFS='#' read -r -a array <<< $TEST_PART; echo "running tests with --tags=${array[1]}"
- IFS='#' read -r -a array <<< $TEST_PART; echo "running tests with -p ${array[0]} --tags=${array[1]}"
- 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]}
.kind_deployment_schedules:
needs: ["docker-build-sch"]
Expand Down

0 comments on commit 8c8a6d9

Please sign in to comment.