8000
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 279be9c commit f375231Copy full SHA for f375231
.kokoro/common.cfg
@@ -6,8 +6,14 @@ gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
6
# All builds use the trampoline script to run in docker.
7
build_file: "python-docs-samples/.kokoro/trampoline.sh"
8
9
-# Use the Python worker docker iamge.
+# Use the Python worker docker image.
10
env_vars: {
11
key: "TRAMPOLINE_IMAGE"
12
value: "gcr.io/cloud-devrel-kokoro-resources/python"
13
}
14
+
15
+action {
16
+ define_artifacts {
17
+ regex: "**/*sponge_log.xml"
18
+ }
19
+}
0 commit comments