summaryrefslogtreecommitdiffhomepage
path: root/kokoro
diff options
context:
space:
mode:
authorEyal Soha <eyalsoha@google.com>2020-02-05 11:17:14 -0800
committergVisor bot <gvisor-bot@google.com>2020-02-05 11:18:02 -0800
commit37abbbc547d9d78e0bf42f192403c8eca30593d8 (patch)
tree3d0e58e37ca49ee01f2c5e7bbaa595db17591ea8 /kokoro
parent665b614e4a6e715bac25bea15c5c29184016e549 (diff)
Add packetdrill tests to presubmit and CI testing
PiperOrigin-RevId: 293409718
Diffstat (limited to 'kokoro')
-rw-r--r--kokoro/packetdrill_tests.cfg9
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"
+ }
+}