Skip to content

Commit e2bb441

Browse files
authored
buildscripts: allow per-xds test case artifacts (#6857)
1 parent a289605 commit e2bb441

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

buildscripts/kokoro/xds.cfg

+6
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@
33
# Location of the continuous shell script in repository.
44
build_file: "grpc-java/buildscripts/kokoro/xds.sh"
55
timeout_mins: 90
6+
action {
7+
define_artifacts {
8+
regex: "**/*sponge_log.*"
9+
regex: "github/grpc/reports/**"
10+
}
11+
}

buildscripts/kokoro/xds.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ shopt -u extglob
1717
../gradlew installDist -x test -PskipCodegen=true -PskipAndroid=true
1818
popd
1919

20-
git clone -b "${branch}" https://github.com/grpc/grpc.git
20+
git clone -b "${branch}" --single-branch --depth=1 https://github.com/grpc/grpc.git
2121

2222
grpc/tools/run_tests/helper_scripts/prep_xds.sh
2323
JAVA_OPTS=-Djava.util.logging.config.file=grpc-java/buildscripts/xds_logging.properties \

0 commit comments

Comments
 (0)