From db59c34549e83d97c735792a848cb56695e403ec Mon Sep 17 00:00:00 2001 From: Jonathan Lui Date: Tue, 18 Sep 2018 16:12:06 -0700 Subject: [PATCH] run system and samples test on Kokoro for nodejs repos --- .../node_library/.kokoro/presubmit/node8/samples-test.cfg | 7 +++++++ .../node_library/.kokoro/presubmit/node8/system-test.cfg | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 synthtool/gcp/templates/node_library/.kokoro/presubmit/node8/samples-test.cfg create mode 100644 synthtool/gcp/templates/node_library/.kokoro/presubmit/node8/system-test.cfg diff --git a/synthtool/gcp/templates/node_library/.kokoro/presubmit/node8/samples-test.cfg b/synthtool/gcp/templates/node_library/.kokoro/presubmit/node8/samples-test.cfg new file mode 100644 index 000000000..aabdeb441 --- /dev/null +++ b/synthtool/gcp/templates/node_library/.kokoro/presubmit/node8/samples-test.cfg @@ -0,0 +1,7 @@ +# Download resources for system tests (service account key, etc.) +gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/google-cloud-nodejs" + +env_vars: { + key: "TRAMPOLINE_BUILD_FILE" + value: "github/{{ metadata['repository_name'] }}/.kokoro/samples-test.sh" +} diff --git a/synthtool/gcp/templates/node_library/.kokoro/presubmit/node8/system-test.cfg b/synthtool/gcp/templates/node_library/.kokoro/presubmit/node8/system-test.cfg new file mode 100644 index 000000000..a680040df --- /dev/null +++ b/synthtool/gcp/templates/node_library/.kokoro/presubmit/node8/system-test.cfg @@ -0,0 +1,7 @@ +# Download resources for system tests (service account key, etc.) +gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/google-cloud-nodejs" + +env_vars: { + key: "TRAMPOLINE_BUILD_FILE" + value: "github/{{ metadata['repository_name'] }}/.kokoro/system-test.sh" +}