We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae4638 commit 8c8a6d9Copy full SHA for 8c8a6d9
.gitlab-ci.yml
@@ -196,7 +196,7 @@ docker-build-sch:
196
script:
197
- CI_ENV=gitlab deploy/tests/create.sh
198
- kubectl get pods -A
199
- - 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]}"
200
- 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]}
201
.kind_deployment_schedules:
202
needs: ["docker-build-sch"]
0 commit comments