diff options
author | Eyal Soha <eyalsoha@google.com> | 2020-03-19 12:32:15 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-03-19 12:33:29 -0700 |
commit | e0fbcdcb7f8a3e18946ccd5d5b98ea3adadee5ba (patch) | |
tree | 6697510f4dad6f789dad195789313acead7ecd8c /kokoro/packetimpact_tests.cfg | |
parent | 8b461aa36b4ad1d9a05a5917446fe89356dbb70d (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.cfg | 9 |
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" + } +} |