Skip to content

Commit

Permalink
kokoro: allow individual test case logs for xds (#3479)
Browse files Browse the repository at this point in the history
Also reduce the size of the grpc/grpc download
  • Loading branch information
ericgribkoff committed Mar 26, 2020
1 parent 84c29a7 commit 5581ff0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions test/kokoro/xds.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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/**"
}
}
2 changes: 1 addition & 1 deletion test/kokoro/xds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 5581ff0

Please sign in to comment.