Skip to content

Commit 2c5a7ca

Browse files
authored
buildscripts: add regional td config for psm-interop (v1.81.x backport) (#12865)
Backport of #12833 to v1.81.x. --- null
1 parent 6b079b7 commit 2c5a7ca

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Config file for internal CI
2+
3+
# Location of the continuous shell script in repository.
4+
build_file: "grpc-java/buildscripts/kokoro/psm-interop-test-java.sh"
5+
timeout_mins: 30
6+
7+
action {
8+
define_artifacts {
9+
regex: "artifacts/**/*sponge_log.xml"
10+
regex: "artifacts/**/*.log"
11+
strip_prefix: "artifacts"
12+
}
13+
}
14+
env_vars {
15+
key: "PSM_TEST_SUITE"
16+
value: "regional_td"
17+
}

0 commit comments

Comments
 (0)