diff options
Diffstat (limited to 'kokoro/runtime_tests/nodejs12.4.0.cfg')
-rw-r--r-- | kokoro/runtime_tests/nodejs12.4.0.cfg | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/kokoro/runtime_tests/nodejs12.4.0.cfg b/kokoro/runtime_tests/nodejs12.4.0.cfg new file mode 100644 index 000000000..c67ad5567 --- /dev/null +++ b/kokoro/runtime_tests/nodejs12.4.0.cfg @@ -0,0 +1,16 @@ +build_file: "github/github/kokoro/runtime_tests/runtime_tests.sh" + +env_vars { + key: "RUNTIME_TEST_NAME" + value: "nodejs12.4.0" +} + +action { + define_artifacts { + regex: "**/sponge_log.xml" + regex: "**/sponge_log.log" + regex: "**/outputs.zip" + regex: "**/runsc" + regex: "**/runsc.*" + } +}
\ No newline at end of file |