diff options
Diffstat (limited to 'kokoro/presubmit.cfg')
-rw-r--r-- | kokoro/presubmit.cfg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kokoro/presubmit.cfg b/kokoro/presubmit.cfg new file mode 100644 index 000000000..a834db198 --- /dev/null +++ b/kokoro/presubmit.cfg @@ -0,0 +1,11 @@ +# Location of bash script that runs the test. The first directory in the path +# is the directory where Kokoro will check out the repo. The rest is the path +# is the path to the test script. +build_file: "repo/kokoro/run_tests.sh" + +action { + define_artifacts { + regex: "**/sponge_log.xml" + regex: "**/sponge_log.log" + } +} |