diff options
author | Adin Scannell <ascannell@google.com> | 2020-04-22 10:13:40 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-04-22 10:15:10 -0700 |
commit | a27d6329df96d50b5b5cd4b550ca024cc3f0b16c (patch) | |
tree | 078951ce67636c1ccf9b152c3370d3a3cf5f30f8 /kokoro/make_tests.cfg | |
parent | 6d23673e10bca2fb573809ff78506fc0566817dd (diff) |
Remove unnecessary kokoro configurations.
PiperOrigin-RevId: 307841689
Diffstat (limited to 'kokoro/make_tests.cfg')
-rw-r--r-- | kokoro/make_tests.cfg | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/kokoro/make_tests.cfg b/kokoro/make_tests.cfg deleted file mode 100644 index d973130ff..000000000 --- a/kokoro/make_tests.cfg +++ /dev/null @@ -1,9 +0,0 @@ -build_file: "repo/scripts/make_tests.sh" - -action { - define_artifacts { - regex: "**/sponge_log.xml" - regex: "**/sponge_log.log" - regex: "**/outputs.zip" - } -} |