mirror of https://github.com/grpc/grpc-java.git
buildscripts: allow per-xds test case artifacts (#6857)
This commit is contained in:
parent
a2896051b8
commit
e2bb44106a
|
@ -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/**"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue