8000 Collect sponge_log.xmls to render in test fusion. (#1454) · chinalikai/python-docs-samples@f375231 · GitHub
[go: up one dir, main page]

Skip to content

Commit f375231

Browse files
SurferJeffAtGoogleJon Wayne Parrott
authored andcommitted
Collect sponge_log.xmls to render in test fusion. (GoogleCloudPlatform#1454)
1 parent 279be9c commit f375231

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.kokoro/common.cfg

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@ gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
66
# All builds use the trampoline script to run in docker.
77
build_file: "python-docs-samples/.kokoro/trampoline.sh"
88

9-
# Use the Python worker docker iamge.
9+
# Use the Python worker docker image.
1010
env_vars: {
1111
key: "TRAMPOLINE_IMAGE"
1212
value: "gcr.io/cloud-devrel-kokoro-resources/python"
1313
}
14+
15+
action {
16+
define_artifacts {
17+
regex: "**/*sponge_log.xml"
18+
}
19+
}

0 commit comments

Comments
 (0)
0