Skip to content

Commit a5230a9

Browse files
authored
adds kokoro presubmit file (GoogleCloudPlatform#595)
1 parent 95459ab commit a5230a9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.kokoro/presubmit.cfg

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
# Download secrets from Cloud Storage.
4+
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/php-docs-samples"
5+
6+
# Tell the trampoline which build file to use.
7+
env_vars: {
8+
key: "TRAMPOLINE_BUILD_FILE"
9+
value: "github/php-docs-samples/.kokoro/system_tests.sh"
10+
}

0 commit comments

Comments
 (0)