diff options
author | Eyal Soha <eyalsoha@google.com> | 2020-02-05 11:17:14 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-02-05 11:18:02 -0800 |
commit | 37abbbc547d9d78e0bf42f192403c8eca30593d8 (patch) | |
tree | 3d0e58e37ca49ee01f2c5e7bbaa595db17591ea8 /kokoro | |
parent | 665b614e4a6e715bac25bea15c5c29184016e549 (diff) |
Add packetdrill tests to presubmit and CI testing
PiperOrigin-RevId: 293409718
Diffstat (limited to 'kokoro')
-rw-r--r-- | kokoro/packetdrill_tests.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kokoro/packetdrill_tests.cfg b/kokoro/packetdrill_tests.cfg new file mode 100644 index 000000000..258d7deb4 --- /dev/null +++ b/kokoro/packetdrill_tests.cfg @@ -0,0 +1,9 @@ +build_file: "repo/scripts/packetdrill_tests.sh" + +action { + define_artifacts { + regex: "**/sponge_log.xml" + regex: "**/sponge_log.log" + regex: "**/outputs.zip" + } +} |