kokoro: allow individual test case logs for xds (#3478)

Also reduce the size of the grpc/grpc download
This commit is contained in:
Eric Gribkoff
2020-03-26 11:07:05 -07:00
committed by GitHub
parent 192c8a2a35
commit 5dbd4c232c
2 changed files with 7 additions and 1 deletions

View File

@ -3,3 +3,9 @@
# Location of the continuous shell script in repository.
build_file: "grpc-go/test/kokoro/xds.sh"
timeout_mins: 90
action {
define_artifacts {
regex: "**/*sponge_log.*"
regex: "github/grpc/reports/**"
}
}

View File

@ -16,7 +16,7 @@ shopt -u extglob
go build
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_GO_LOG_VERBOSITY_LEVEL=99 GRPC_GO_LOG_SEVERITY_LEVEL=info \