We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569e6ee commit ea7dd88Copy full SHA for ea7dd88
buildscripts/kokoro/psm-spiffe.cfg
@@ -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: 240
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: "spiffe"
17
0 commit comments