summaryrefslogtreecommitdiffhomepage
path: root/kokoro/packetimpact_tests.cfg
diff options
context:
space:
mode:
authorEyal Soha <eyalsoha@google.com>2020-03-19 12:32:15 -0700
committergVisor bot <gvisor-bot@google.com>2020-03-19 12:33:29 -0700
commite0fbcdcb7f8a3e18946ccd5d5b98ea3adadee5ba (patch)
tree6697510f4dad6f789dad195789313acead7ecd8c /kokoro/packetimpact_tests.cfg
parent8b461aa36b4ad1d9a05a5917446fe89356dbb70d (diff)
Add packetimpact tests to presubmit and CI testing
PiperOrigin-RevId: 301872161
Diffstat (limited to 'kokoro/packetimpact_tests.cfg')
-rw-r--r--kokoro/packetimpact_tests.cfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/kokoro/packetimpact_tests.cfg b/kokoro/packetimpact_tests.cfg
new file mode 100644
index 000000000..db86b52d5
--- /dev/null
+++ b/kokoro/packetimpact_tests.cfg
@@ -0,0 +1,9 @@
+build_file: "repo/scripts/packetimpact_tests.sh"
+
+action {
+ define_artifacts {
+ regex: "**/sponge_log.xml"
+ regex: "**/sponge_log.log"
+ regex: "**/outputs.zip"
+ }
+}