diff options
Diffstat (limited to 'kokoro/do_tests.cfg')
-rw-r--r-- | kokoro/do_tests.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kokoro/do_tests.cfg b/kokoro/do_tests.cfg new file mode 100644 index 000000000..b45ec0b42 --- /dev/null +++ b/kokoro/do_tests.cfg @@ -0,0 +1,9 @@ +build_file: "repo/scripts/do_tests.sh" + +action { + define_artifacts { + regex: "**/sponge_log.xml" + regex: "**/sponge_log.log" + regex: "**/outputs.zip" + } +} |