diff --git a/.kokoro/appengine/cloudsql-postgresql.cfg b/.kokoro/appengine/cloudsql-postgresql.cfg new file mode 100644 index 0000000000..ba61e2b236 --- /dev/null +++ b/.kokoro/appengine/cloudsql-postgresql.cfg @@ -0,0 +1,7 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +# Set the folder in which the tests are run +env_vars: { + key: "PROJECT" + value: "appengine/cloudsql-postgresql" +} diff --git a/.kokoro/appengine/cloudsql.cfg b/.kokoro/appengine/cloudsql.cfg new file mode 100644 index 0000000000..30325ee1eb --- /dev/null +++ b/.kokoro/appengine/cloudsql.cfg @@ -0,0 +1,7 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +# Set the folder in which the tests are run +env_vars: { + key: "PROJECT" + value: "appengine/cloudsql" +} diff --git a/.kokoro/appengine/endpoints.cfg b/.kokoro/appengine/endpoints.cfg new file mode 100644 index 0000000000..39a286cd22 --- /dev/null +++ b/.kokoro/appengine/endpoints.cfg @@ -0,0 +1,7 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +# Set the folder in which the tests are run +env_vars: { + key: "PROJECT" + value: "appengine/endpoints" +} diff --git a/.kokoro/appengine/errorreporting.cfg b/.kokoro/appengine/errorreporting.cfg new file mode 100644 index 0000000000..a70e6daea3 --- /dev/null +++ b/.kokoro/appengine/errorreporting.cfg @@ -0,0 +1,7 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +# Set the folder in which the tests are run +env_vars: { + key: "PROJECT" + value: "appengine/errorreporting" +} diff --git a/.kokoro/appengine/pubsub.cfg b/.kokoro/appengine/pubsub.cfg new file mode 100644 index 0000000000..9936e7a2a3 --- /dev/null +++ b/.kokoro/appengine/pubsub.cfg @@ -0,0 +1,7 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +# Set the folder in which the tests are run +env_vars: { + key: "PROJECT" + value: "appengine/pubsub" +} diff --git a/.kokoro/appengine/static-files.cfg b/.kokoro/appengine/static-files.cfg new file mode 100644 index 0000000000..f8b755b748 --- /dev/null +++ b/.kokoro/appengine/static-files.cfg @@ -0,0 +1,7 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +# Set the folder in which the tests are run +env_vars: { + key: "PROJECT" + value: "appengine/static-files" +} diff --git a/.kokoro/cloudtasks.cfg b/.kokoro/cloudtasks.cfg new file mode 100644 index 0000000000..4432e3e3d8 --- /dev/null +++ b/.kokoro/cloudtasks.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: "cloudtasks" +} + +# 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/containerengine-hello-world.cfg b/.kokoro/containerengine-hello-world.cfg new file mode 100644 index 0000000000..4432e3e3d8 --- /dev/null +++ b/.kokoro/containerengine-hello-world.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: "cloudtasks" +} + +# 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/endpoints-getting-started.cfg b/.kokoro/endpoints-getting-started.cfg new file mode 100644 index 0000000000..4432e3e3d8 --- /dev/null +++ b/.kokoro/endpoints-getting-started.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: "cloudtasks" +} + +# 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/error-reporting.cfg b/.kokoro/error-reporting.cfg new file mode 100644 index 0000000000..ad6ba1f194 --- /dev/null +++ b/.kokoro/error-reporting.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: "error-reporting" +} + +# 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/iot-manager.cfg b/.kokoro/iot-manager.cfg new file mode 100644 index 0000000000..805c80eb7d --- /dev/null +++ b/.kokoro/iot-manager.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: "iot/manager" +} + +# 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/kms.cfg b/.kokoro/kms.cfg new file mode 100644 index 0000000000..0ad6657964 --- /dev/null +++ b/.kokoro/kms.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: "kms" +} + +# 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/language-slackbot.cfg b/.kokoro/language-slackbot.cfg new file mode 100644 index 0000000000..642dbacadc --- /dev/null +++ b/.kokoro/language-slackbot.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: "language/slackbot" +} + +# 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/storage-transfer.cfg b/.kokoro/storage-transfer.cfg new file mode 100644 index 0000000000..93f890be38 --- /dev/null +++ b/.kokoro/storage-transfer.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: "storage/transfer" +} + +# Tell the trampoline which build file to use. +env_vars: { + key: "TRAMPOLINE_BUILD_FILE" + value: "github/nodejs-docs-samples/.kokoro/build.sh" +}