diff --git a/.kokoro/appengine/node10/memcached.cfg b/.kokoro/appengine/node10/memcached.cfg new file mode 100644 index 0000000000..3a1e74cf36 --- /dev/null +++ b/.kokoro/appengine/node10/memcached.cfg @@ -0,0 +1,13 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +# Set the folder in which the tests are run +env_vars: { + key: "PROJECT" + value: "appengine/memcached" +} + +# Tell the trampoline which build file to use. +env_vars: { + key: "TRAMPOLINE_BUILD_FILE" + value: "github/nodejs-docs-samples/.kokoro/build.sh" +} diff --git a/.kokoro/appengine/node8/memcached.cfg b/.kokoro/appengine/node8/memcached.cfg new file mode 100644 index 0000000000..3a1e74cf36 --- /dev/null +++ b/.kokoro/appengine/node8/memcached.cfg @@ -0,0 +1,13 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +# Set the folder in which the tests are run +env_vars: { + key: "PROJECT" + value: "appengine/memcached" +} + +# Tell the trampoline which build file to use. +env_vars: { + key: "TRAMPOLINE_BUILD_FILE" + value: "github/nodejs-docs-samples/.kokoro/build.sh" +}