diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2018-06-20 13:19:29 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-06-20 13:20:36 -0700 |
commit | 5aa7615ec93335a922361728881ab1224a6e9266 (patch) | |
tree | 106c4c70dc2a495024dff5aee8f326c77a42cfcc /kokoro/gcp_ubuntu/presubmit.cfg | |
parent | d93f55e863c598de9126a0316a813f872b11e29f (diff) |
Kokoro: Change name of uploaded log files.
PiperOrigin-RevId: 201404066
Change-Id: I8a0f2405d0192d412386592c1872a67582921b12
Diffstat (limited to 'kokoro/gcp_ubuntu/presubmit.cfg')
-rw-r--r-- | kokoro/gcp_ubuntu/presubmit.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kokoro/gcp_ubuntu/presubmit.cfg b/kokoro/gcp_ubuntu/presubmit.cfg index e4dfb8d5e..e6552753c 100644 --- a/kokoro/gcp_ubuntu/presubmit.cfg +++ b/kokoro/gcp_ubuntu/presubmit.cfg @@ -6,6 +6,6 @@ build_file: "repo/kokoro/gcp_ubuntu/run_tests.sh" action { define_artifacts { regex: "**/sponge_log.xml" - regex: "**/test.log" + regex: "**/sponge_log.log" } } |