diff --git a/tools/ci-bootstrap.bash b/tools/ci-bootstrap.bash index 1cfec51..65fbde2 100755 --- a/tools/ci-bootstrap.bash +++ b/tools/ci-bootstrap.bash @@ -7,4 +7,4 @@ set -euo pipefail : ${DOCKER_REPO} : ${S3_BUCKET} -make image shell I=ci CMD="tools/ci-run.bash" +make image shell I=ci CMD="tools/ci-run.bash" NI=1 diff --git a/tools/ci-run.bash b/tools/ci-run.bash index 2ee45e8..df8a00a 100755 --- a/tools/ci-run.bash +++ b/tools/ci-run.bash @@ -5,4 +5,4 @@ set -euo pipefail echo "${DOCKER_PASSWORD}" | sudo -E docker login --username "${DOCKER_USERNAME}" --password-stdin make system -make env CMD="dep deploy:live --publish --all" Z=xz CI=1 NI=1 TEST_PATIENCE=4 TEST_CONCURRENCY=1 +make env CMD="dep deploy:live --publish --all" Z=xz CI=1 TEST_PATIENCE=4 TEST_CONCURRENCY=1