kokoro: allow individual test case logs for xds (#3478)
Also reduce the size of the grpc/grpc download
This commit is contained in:
@ -3,3 +3,9 @@
|
|||||||
# Location of the continuous shell script in repository.
|
# Location of the continuous shell script in repository.
|
||||||
build_file: "grpc-go/test/kokoro/xds.sh"
|
build_file: "grpc-go/test/kokoro/xds.sh"
|
||||||
timeout_mins: 90
|
timeout_mins: 90
|
||||||
|
action {
|
||||||
|
define_artifacts {
|
||||||
|
regex: "**/*sponge_log.*"
|
||||||
|
regex: "github/grpc/reports/**"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -16,7 +16,7 @@ shopt -u extglob
|
|||||||
go build
|
go build
|
||||||
popd
|
popd
|
||||||
|
|
||||||
git clone -b "${branch}" https://github.com/grpc/grpc.git
|
git clone -b "${branch}" --single-branch --depth=1 https://github.com/grpc/grpc.git
|
||||||
|
|
||||||
grpc/tools/run_tests/helper_scripts/prep_xds.sh
|
grpc/tools/run_tests/helper_scripts/prep_xds.sh
|
||||||
GRPC_GO_LOG_VERBOSITY_LEVEL=99 GRPC_GO_LOG_SEVERITY_LEVEL=info \
|
GRPC_GO_LOG_VERBOSITY_LEVEL=99 GRPC_GO_LOG_SEVERITY_LEVEL=info \
|
||||||
|
Reference in New Issue
Block a user