mirror of https://github.com/linkerd/linkerd2.git
Set PROXY_SKIP_TESTS for CI Docker build (#283)
The SKIP_TESTS flag is not used. The PROXY_SKIP_TESTS flag should be set so that unoptimized proxy tests are not built.
This commit is contained in:
parent
6a0936e699
commit
95b91c5976
|
@ -123,8 +123,9 @@ jobs:
|
|||
- export BUILD_DEBUG=1 DOCKER_TRACE=1
|
||||
|
||||
script:
|
||||
# Tests are run in the `test` stage, se-running them here would be redundant/slow. #280
|
||||
- SKIP_TESTS=1 bin/docker-build
|
||||
# Proxy tests are run in the `test` stage, re-running them here would be
|
||||
# redundant/slow. #280
|
||||
- PROXY_SKIP_TESTS=1 bin/docker-build
|
||||
|
||||
after_success:
|
||||
- bin/docker-push-deps
|
||||
|
|
Loading…
Reference in New Issue