diff options
author | Andrei Vagin <avagin@google.com> | 2019-02-11 12:42:20 -0800 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-02-11 12:43:38 -0800 |
commit | ecce96bab56de3aedd7d5cf47a6981f0f56acba1 (patch) | |
tree | 67dc95abad53f0fbda9a4865a21457f034472cb5 /kokoro/presubmit.cfg | |
parent | efe5e737d7da48e6f99a1d9a53fe04b6d21b7511 (diff) |
gvisor: Run syscall tests in kokoro on the rbe cluster
PiperOrigin-RevId: 233458853
Change-Id: I92c734b8075aa31e040fe7b4770bcf608e271e7a
Diffstat (limited to 'kokoro/presubmit.cfg')
-rw-r--r-- | kokoro/presubmit.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kokoro/presubmit.cfg b/kokoro/presubmit.cfg index a834db198..2d8ab76d6 100644 --- a/kokoro/presubmit.cfg +++ b/kokoro/presubmit.cfg @@ -7,5 +7,6 @@ action { define_artifacts { regex: "**/sponge_log.xml" regex: "**/sponge_log.log" + regex: "**/outputs.zip" } } |