mirror of https://github.com/grpc/grpc-java.git
18 lines
367 B
INI
18 lines
367 B
INI
# Config file for internal CI
|
|
|
|
# Location of the continuous shell script in repository.
|
|
build_file: "grpc-java/buildscripts/kokoro/psm-interop-test-java.sh"
|
|
timeout_mins: 180
|
|
|
|
action {
|
|
define_artifacts {
|
|
regex: "artifacts/**/*sponge_log.xml"
|
|
regex: "artifacts/**/*.log"
|
|
strip_prefix: "artifacts"
|
|
}
|
|
}
|
|
env_vars {
|
|
key: "PSM_TEST_SUITE"
|
|
value: "lb"
|
|
}
|