Skip to content

Commit 092e793

Browse files
authored
test/kokoro: Add psm-csm build config (#7263)
1 parent 5ffe0ef commit 092e793

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

test/kokoro/psm-csm.cfg

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-go/test/kokoro/psm-interop-test-go.sh"
5+
timeout_mins: 120
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: "csm"
17+
}

0 commit comments

Comments
 (0)