|
|
@@ -22,12 +22,18 @@ env:
|
|
|
- TARGET=linux-amd64-functional
|
|
|
- TARGET=linux-amd64-unit
|
|
|
- TARGET=all-build
|
|
|
+ - TARGET=linux-amd64-grpcproxy
|
|
|
+ - TARGET=linux-amd64-coverage
|
|
|
- TARGET=linux-amd64-fmt-unit-go-tip
|
|
|
- TARGET=linux-386-unit
|
|
|
|
|
|
matrix:
|
|
|
fast_finish: true
|
|
|
allow_failures:
|
|
|
+ - go: 1.10.3
|
|
|
+ env: TARGET=linux-amd64-grpcproxy
|
|
|
+ - go: 1.10.3
|
|
|
+ env: TARGET=linux-amd64-coverage
|
|
|
- go: tip
|
|
|
env: TARGET=linux-amd64-fmt-unit-go-tip
|
|
|
- go: 1.10.3
|
|
|
@@ -47,6 +53,10 @@ matrix:
|
|
|
env: TARGET=linux-amd64-unit
|
|
|
- go: tip
|
|
|
env: TARGET=all-build
|
|
|
+ - go: tip
|
|
|
+ env: TARGET=linux-amd64-grpcproxy
|
|
|
+ - go: tip
|
|
|
+ env: TARGET=linux-amd64-coverage
|
|
|
- go: 1.10.3
|
|
|
env: TARGET=linux-amd64-fmt-unit-go-tip
|
|
|
- go: tip
|
|
|
@@ -103,6 +113,12 @@ script:
|
|
|
&& GO_BUILD_FLAGS='-v' GOARCH=arm64 ./build \
|
|
|
&& GO_BUILD_FLAGS='-v' GOARCH=ppc64le ./build"
|
|
|
;;
|
|
|
+ linux-amd64-grpcproxy)
|
|
|
+ sudo HOST_TMP_DIR=/tmp TEST_OPTS="PASSES='build grpcproxy'" make docker-test
|
|
|
+ ;;
|
|
|
+ linux-amd64-coverage)
|
|
|
+ sudo HOST_TMP_DIR=/tmp make docker-test-coverage
|
|
|
+ ;;
|
|
|
linux-amd64-fmt-unit-go-tip)
|
|
|
GOARCH=amd64 PASSES='fmt unit' ./test
|
|
|
;;
|