diff options
author | Fabricio Voznika <fvoznika@google.com> | 2019-10-01 13:49:35 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-10-01 13:51:10 -0700 |
commit | 739f53fc17e3e3ed82dc2bc920f49fa91738a437 (patch) | |
tree | ccc8b681bd4a76a38e5c13f45ec1121be6bc1de9 /kokoro/docker_tests.cfg | |
parent | 103a3906b0ad8cfba7c2a534a7c3aeb22f8e58a8 (diff) |
Add runsc logs to kokoro artifacts
PiperOrigin-RevId: 272286122
Diffstat (limited to 'kokoro/docker_tests.cfg')
-rw-r--r-- | kokoro/docker_tests.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kokoro/docker_tests.cfg b/kokoro/docker_tests.cfg index 717d71dd3..0a0ef87ed 100644 --- a/kokoro/docker_tests.cfg +++ b/kokoro/docker_tests.cfg @@ -5,5 +5,6 @@ action { regex: "**/sponge_log.xml" regex: "**/sponge_log.log" regex: "**/outputs.zip" + regex: "**/runsc_logs_*.tar.gz" } } |