Skip to content

Commit

Permalink
buildscripts: allow per-xds test case artifacts (#6857) (#6861)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgribkoff committed Mar 26, 2020
1 parent 8599712 commit 45ef4af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions buildscripts/kokoro/xds.cfg
Expand Up @@ -3,3 +3,9 @@
# Location of the continuous shell script in repository.
build_file: "grpc-java/buildscripts/kokoro/xds.sh"
timeout_mins: 90
action {
define_artifacts {
regex: "**/*sponge_log.*"
regex: "github/grpc/reports/**"
}
}
2 changes: 1 addition & 1 deletion buildscripts/kokoro/xds.sh
Expand Up @@ -17,7 +17,7 @@ shopt -u extglob
../gradlew installDist -x test -PskipCodegen=true -PskipAndroid=true
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
JAVA_OPTS=-Djava.util.logging.config.file=grpc-java/buildscripts/xds_logging.properties \
Expand Down

0 comments on commit 45ef4af

Please sign in to comment.