mirror of https://github.com/grpc/grpc-java.git
kokoro: add cloud run tests config (#12065)
kokoro: add cloud run tests config
This commit is contained in:
parent
b089761486
commit
b88536a17d
|
|
@ -0,0 +1,17 @@
|
|||
# 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: 240
|
||||
|
||||
action {
|
||||
define_artifacts {
|
||||
regex: "artifacts/**/*sponge_log.xml"
|
||||
regex: "artifacts/**/*.log"
|
||||
strip_prefix: "artifacts"
|
||||
}
|
||||
}
|
||||
env_vars {
|
||||
key: "PSM_TEST_SUITE"
|
||||
value: "cloud_run"
|
||||
}
|
||||
Loading…
Reference in New Issue