We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a289605 commit e2bb441Copy full SHA for e2bb441
buildscripts/kokoro/xds.cfg
@@ -3,3 +3,9 @@
3
# Location of the continuous shell script in repository.
4
build_file: "grpc-java/buildscripts/kokoro/xds.sh"
5
timeout_mins: 90
6
+action {
7
+ define_artifacts {
8
+ regex: "**/*sponge_log.*"
9
+ regex: "github/grpc/reports/**"
10
+ }
11
+}
buildscripts/kokoro/xds.sh
@@ -17,7 +17,7 @@ shopt -u extglob
17
../gradlew installDist -x test -PskipCodegen=true -PskipAndroid=true
18
popd
19
20
-git clone -b "${branch}" https://github.com/grpc/grpc.git
+git clone -b "${branch}" --single-branch --depth=1 https://github.com/grpc/grpc.git
21
22
grpc/tools/run_tests/helper_scripts/prep_xds.sh
23
JAVA_OPTS=-Djava.util.logging.config.file=grpc-java/buildscripts/xds_logging.properties \
0 commit comments