From 057900d32a295c9cbf08c8b84279c094209ead87 Mon Sep 17 00:00:00 2001 From: Ace Nassri Date: Tue, 9 Oct 2018 12:19:09 -0700 Subject: [PATCH 1/2] Fix endpoints tests --- appengine/endpoints/.cloud-repo-tools.json | 11 +++++++++++ appengine/endpoints/package.json | 10 ---------- 2 files changed, 11 insertions(+), 10 deletions(-) create mode 100644 appengine/endpoints/.cloud-repo-tools.json diff --git a/appengine/endpoints/.cloud-repo-tools.json b/appengine/endpoints/.cloud-repo-tools.json new file mode 100644 index 0000000000..e06eb58c71 --- /dev/null +++ b/appengine/endpoints/.cloud-repo-tools.json @@ -0,0 +1,11 @@ +{ + "test": { + "app": { + "port": 12345, + "url": "http://localhost:12345/auth/info/googlejwt", + "msg": "{\"id\":\"anonymous\"}" + } + }, + "requiresKeyFile": true, + "requiresProjectId": true +} \ No newline at end of file diff --git a/appengine/endpoints/package.json b/appengine/endpoints/package.json index 64e1d0ce2b..1464e6cada 100644 --- a/appengine/endpoints/package.json +++ b/appengine/endpoints/package.json @@ -32,15 +32,5 @@ "@google-cloud/nodejs-repo-tools": "2.2.1", "ava": "0.25.0", "semistandard": "^12.0.1" - }, - "cloud-repo-tools": { - "test": { - "app": { - "msg": "Cannot GET", - "code": 404 - } - }, - "requiresKeyFile": true, - "requiresProjectId": true } } From 859b72999020b38613d1402627e032442c38d25b Mon Sep 17 00:00:00 2001 From: Ace Nassri Date: Thu, 11 Oct 2018 14:05:23 -0700 Subject: [PATCH 2/2] Create new Kokoro config files --- .kokoro/appengine/common.cfg | 6 ------ .kokoro/appengine/node10/analytics.cfg | 3 +++ .kokoro/appengine/node10/building-an-app-build.cfg | 3 +++ .kokoro/appengine/node10/building-an-app-update.cfg | 3 +++ .kokoro/appengine/node10/cloudsql.cfg | 3 +++ .kokoro/appengine/node10/cloudsql_postgresql.cfg | 3 +++ .kokoro/appengine/node10/cloudtasks.cfg | 3 +++ .kokoro/appengine/node10/common.cfg | 9 +++++++++ .kokoro/appengine/node10/datastore.cfg | 3 +++ .kokoro/appengine/node10/endpoints.cfg | 3 +++ .kokoro/appengine/node10/errorreporting.cfg | 3 +++ .kokoro/appengine/node10/grunt.cfg | 3 +++ .kokoro/appengine/node10/headless-chrome.cfg | 3 +++ .kokoro/appengine/node10/hello-world-flexible.cfg | 3 +++ .kokoro/appengine/node10/hello-world-standard.cfg | 3 +++ .kokoro/appengine/node10/loopback.cfg | 3 +++ .kokoro/appengine/node10/mailjet.cfg | 3 +++ .kokoro/appengine/node10/memcached.cfg | 3 +++ .kokoro/appengine/node10/metadata-flexible.cfg | 3 +++ .kokoro/appengine/node10/metadata-standard.cfg | 3 +++ .kokoro/appengine/node10/mongodb.cfg | 3 +++ .kokoro/appengine/node10/parse-server.cfg | 3 +++ .kokoro/appengine/node10/pubsub.cfg | 3 +++ .kokoro/appengine/node10/redis.cfg | 3 +++ .kokoro/appengine/node10/sendgrid.cfg | 3 +++ .kokoro/appengine/node10/static-files.cfg | 3 +++ .kokoro/appengine/node10/storage-flexible.cfg | 3 +++ .kokoro/appengine/node10/storage-standard.cfg | 3 +++ .kokoro/appengine/node10/twilio.cfg | 3 +++ .kokoro/appengine/node10/typescript.cfg | 3 +++ .kokoro/appengine/node10/uglifyjs.cfg | 3 +++ .kokoro/appengine/node6/analytics.cfg | 3 +++ .kokoro/appengine/node6/building-an-app-build.cfg | 3 +++ .kokoro/appengine/node6/building-an-app-update.cfg | 3 +++ .kokoro/appengine/node6/cloudsql.cfg | 3 +++ .kokoro/appengine/node6/cloudsql_postgresql.cfg | 3 +++ .kokoro/appengine/node6/cloudtasks.cfg | 3 +++ .kokoro/appengine/node6/common.cfg | 9 +++++++++ .kokoro/appengine/node6/datastore.cfg | 3 +++ .kokoro/appengine/node6/endpoints.cfg | 3 +++ .kokoro/appengine/node6/errorreporting.cfg | 3 +++ .kokoro/appengine/node6/grunt.cfg | 3 +++ .kokoro/appengine/node6/headless-chrome.cfg | 3 +++ .kokoro/appengine/node6/hello-world-flexible.cfg | 3 +++ .kokoro/appengine/node6/hello-world-standard.cfg | 3 +++ .kokoro/appengine/node6/loopback.cfg | 3 +++ .kokoro/appengine/node6/mailjet.cfg | 3 +++ .kokoro/appengine/node6/memcached.cfg | 3 +++ .kokoro/appengine/node6/metadata-flexible.cfg | 3 +++ .kokoro/appengine/node6/metadata-standard.cfg | 3 +++ .kokoro/appengine/node6/mongodb.cfg | 3 +++ .kokoro/appengine/node6/parse-server.cfg | 3 +++ .kokoro/appengine/node6/pubsub.cfg | 3 +++ .kokoro/appengine/node6/redis.cfg | 3 +++ .kokoro/appengine/node6/sendgrid.cfg | 3 +++ .kokoro/appengine/node6/static-files.cfg | 3 +++ .kokoro/appengine/node6/storage-flexible.cfg | 3 +++ .kokoro/appengine/node6/storage-standard.cfg | 3 +++ .kokoro/appengine/node6/twilio.cfg | 3 +++ .kokoro/appengine/node6/typescript.cfg | 3 +++ .kokoro/appengine/node6/uglifyjs.cfg | 3 +++ .kokoro/appengine/node8/analytics.cfg | 3 +++ .kokoro/appengine/node8/building-an-app-build.cfg | 3 +++ .kokoro/appengine/node8/building-an-app-update.cfg | 3 +++ .kokoro/appengine/node8/cloudsql.cfg | 3 +++ .kokoro/appengine/node8/cloudsql_postgresql.cfg | 3 +++ .kokoro/appengine/node8/cloudtasks.cfg | 3 +++ .kokoro/appengine/node8/common.cfg | 9 +++++++++ .kokoro/appengine/node8/datastore.cfg | 3 +++ .kokoro/appengine/node8/endpoints.cfg | 3 +++ .kokoro/appengine/node8/errorreporting.cfg | 3 +++ .kokoro/appengine/node8/grunt.cfg | 3 +++ .kokoro/appengine/node8/headless-chrome.cfg | 3 +++ .kokoro/appengine/node8/hello-world-flexible.cfg | 3 +++ .kokoro/appengine/node8/hello-world-standard.cfg | 3 +++ .kokoro/appengine/node8/loopback.cfg | 3 +++ .kokoro/appengine/node8/mailjet.cfg | 3 +++ .kokoro/appengine/node8/memcached.cfg | 3 +++ .kokoro/appengine/node8/metadata-flexible.cfg | 3 +++ .kokoro/appengine/node8/metadata-standard.cfg | 3 +++ .kokoro/appengine/node8/mongodb.cfg | 3 +++ .kokoro/appengine/node8/parse-server.cfg | 3 +++ .kokoro/appengine/node8/pubsub.cfg | 3 +++ .kokoro/appengine/node8/redis.cfg | 3 +++ .kokoro/appengine/node8/sendgrid.cfg | 3 +++ .kokoro/appengine/node8/static-files.cfg | 3 +++ .kokoro/appengine/node8/storage-flexible.cfg | 3 +++ .kokoro/appengine/node8/storage-standard.cfg | 3 +++ .kokoro/appengine/node8/twilio.cfg | 3 +++ .kokoro/appengine/node8/typescript.cfg | 3 +++ .kokoro/appengine/node8/uglifyjs.cfg | 3 +++ 91 files changed, 288 insertions(+), 6 deletions(-) create mode 100644 .kokoro/appengine/node10/analytics.cfg create mode 100644 .kokoro/appengine/node10/building-an-app-build.cfg create mode 100644 .kokoro/appengine/node10/building-an-app-update.cfg create mode 100644 .kokoro/appengine/node10/cloudsql.cfg create mode 100644 .kokoro/appengine/node10/cloudsql_postgresql.cfg create mode 100644 .kokoro/appengine/node10/cloudtasks.cfg create mode 100644 .kokoro/appengine/node10/common.cfg create mode 100644 .kokoro/appengine/node10/datastore.cfg create mode 100644 .kokoro/appengine/node10/endpoints.cfg create mode 100644 .kokoro/appengine/node10/errorreporting.cfg create mode 100644 .kokoro/appengine/node10/grunt.cfg create mode 100644 .kokoro/appengine/node10/headless-chrome.cfg create mode 100644 .kokoro/appengine/node10/hello-world-flexible.cfg create mode 100644 .kokoro/appengine/node10/hello-world-standard.cfg create mode 100644 .kokoro/appengine/node10/loopback.cfg create mode 100644 .kokoro/appengine/node10/mailjet.cfg create mode 100644 .kokoro/appengine/node10/memcached.cfg create mode 100644 .kokoro/appengine/node10/metadata-flexible.cfg create mode 100644 .kokoro/appengine/node10/metadata-standard.cfg create mode 100644 .kokoro/appengine/node10/mongodb.cfg create mode 100644 .kokoro/appengine/node10/parse-server.cfg create mode 100644 .kokoro/appengine/node10/pubsub.cfg create mode 100644 .kokoro/appengine/node10/redis.cfg create mode 100644 .kokoro/appengine/node10/sendgrid.cfg create mode 100644 .kokoro/appengine/node10/static-files.cfg create mode 100644 .kokoro/appengine/node10/storage-flexible.cfg create mode 100644 .kokoro/appengine/node10/storage-standard.cfg create mode 100644 .kokoro/appengine/node10/twilio.cfg create mode 100644 .kokoro/appengine/node10/typescript.cfg create mode 100644 .kokoro/appengine/node10/uglifyjs.cfg create mode 100644 .kokoro/appengine/node6/analytics.cfg create mode 100644 .kokoro/appengine/node6/building-an-app-build.cfg create mode 100644 .kokoro/appengine/node6/building-an-app-update.cfg create mode 100644 .kokoro/appengine/node6/cloudsql.cfg create mode 100644 .kokoro/appengine/node6/cloudsql_postgresql.cfg create mode 100644 .kokoro/appengine/node6/cloudtasks.cfg create mode 100644 .kokoro/appengine/node6/common.cfg create mode 100644 .kokoro/appengine/node6/datastore.cfg create mode 100644 .kokoro/appengine/node6/endpoints.cfg create mode 100644 .kokoro/appengine/node6/errorreporting.cfg create mode 100644 .kokoro/appengine/node6/grunt.cfg create mode 100644 .kokoro/appengine/node6/headless-chrome.cfg create mode 100644 .kokoro/appengine/node6/hello-world-flexible.cfg create mode 100644 .kokoro/appengine/node6/hello-world-standard.cfg create mode 100644 .kokoro/appengine/node6/loopback.cfg create mode 100644 .kokoro/appengine/node6/mailjet.cfg create mode 100644 .kokoro/appengine/node6/memcached.cfg create mode 100644 .kokoro/appengine/node6/metadata-flexible.cfg create mode 100644 .kokoro/appengine/node6/metadata-standard.cfg create mode 100644 .kokoro/appengine/node6/mongodb.cfg create mode 100644 .kokoro/appengine/node6/parse-server.cfg create mode 100644 .kokoro/appengine/node6/pubsub.cfg create mode 100644 .kokoro/appengine/node6/redis.cfg create mode 100644 .kokoro/appengine/node6/sendgrid.cfg create mode 100644 .kokoro/appengine/node6/static-files.cfg create mode 100644 .kokoro/appengine/node6/storage-flexible.cfg create mode 100644 .kokoro/appengine/node6/storage-standard.cfg create mode 100644 .kokoro/appengine/node6/twilio.cfg create mode 100644 .kokoro/appengine/node6/typescript.cfg create mode 100644 .kokoro/appengine/node6/uglifyjs.cfg create mode 100644 .kokoro/appengine/node8/analytics.cfg create mode 100644 .kokoro/appengine/node8/building-an-app-build.cfg create mode 100644 .kokoro/appengine/node8/building-an-app-update.cfg create mode 100644 .kokoro/appengine/node8/cloudsql.cfg create mode 100644 .kokoro/appengine/node8/cloudsql_postgresql.cfg create mode 100644 .kokoro/appengine/node8/cloudtasks.cfg create mode 100644 .kokoro/appengine/node8/common.cfg create mode 100644 .kokoro/appengine/node8/datastore.cfg create mode 100644 .kokoro/appengine/node8/endpoints.cfg create mode 100644 .kokoro/appengine/node8/errorreporting.cfg create mode 100644 .kokoro/appengine/node8/grunt.cfg create mode 100644 .kokoro/appengine/node8/headless-chrome.cfg create mode 100644 .kokoro/appengine/node8/hello-world-flexible.cfg create mode 100644 .kokoro/appengine/node8/hello-world-standard.cfg create mode 100644 .kokoro/appengine/node8/loopback.cfg create mode 100644 .kokoro/appengine/node8/mailjet.cfg create mode 100644 .kokoro/appengine/node8/memcached.cfg create mode 100644 .kokoro/appengine/node8/metadata-flexible.cfg create mode 100644 .kokoro/appengine/node8/metadata-standard.cfg create mode 100644 .kokoro/appengine/node8/mongodb.cfg create mode 100644 .kokoro/appengine/node8/parse-server.cfg create mode 100644 .kokoro/appengine/node8/pubsub.cfg create mode 100644 .kokoro/appengine/node8/redis.cfg create mode 100644 .kokoro/appengine/node8/sendgrid.cfg create mode 100644 .kokoro/appengine/node8/static-files.cfg create mode 100644 .kokoro/appengine/node8/storage-flexible.cfg create mode 100644 .kokoro/appengine/node8/storage-standard.cfg create mode 100644 .kokoro/appengine/node8/twilio.cfg create mode 100644 .kokoro/appengine/node8/typescript.cfg create mode 100644 .kokoro/appengine/node8/uglifyjs.cfg diff --git a/.kokoro/appengine/common.cfg b/.kokoro/appengine/common.cfg index c950022ee8..10183e3234 100644 --- a/.kokoro/appengine/common.cfg +++ b/.kokoro/appengine/common.cfg @@ -9,12 +9,6 @@ gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/nodejs-docs-samples" # All builds use the trampoline script to run in docker. build_file: "nodejs-docs-samples/.kokoro/trampoline.sh" -# Configure the docker image for kokoro-trampoline. -env_vars: { - key: "TRAMPOLINE_IMAGE" - value: "gcr.io/cloud-docs-samples/nodejs" -} - # Tell the trampoline which build file to use. env_vars: { key: "TRAMPOLINE_BUILD_FILE" diff --git a/.kokoro/appengine/node10/analytics.cfg b/.kokoro/appengine/node10/analytics.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node10/analytics.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node10/building-an-app-build.cfg b/.kokoro/appengine/node10/building-an-app-build.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node10/building-an-app-build.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node10/building-an-app-update.cfg b/.kokoro/appengine/node10/building-an-app-update.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node10/building-an-app-update.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node10/cloudsql.cfg b/.kokoro/appengine/node10/cloudsql.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node10/cloudsql.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node10/cloudsql_postgresql.cfg b/.kokoro/appengine/node10/cloudsql_postgresql.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node10/cloudsql_postgresql.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node10/cloudtasks.cfg b/.kokoro/appengine/node10/cloudtasks.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node10/cloudtasks.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node10/common.cfg b/.kokoro/appengine/node10/common.cfg new file mode 100644 index 0000000000..b9a044524d --- /dev/null +++ b/.kokoro/appengine/node10/common.cfg @@ -0,0 +1,9 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +# Configure the docker image for kokoro-trampoline. +env_vars: { + key: "TRAMPOLINE_IMAGE" + value: "gcr.io/cloud-devrel-kokoro-resources/node:10" +} + +type: PRESUBMIT_GITHUB diff --git a/.kokoro/appengine/node10/datastore.cfg b/.kokoro/appengine/node10/datastore.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node10/datastore.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node10/endpoints.cfg b/.kokoro/appengine/node10/endpoints.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node10/endpoints.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node10/errorreporting.cfg b/.kokoro/appengine/node10/errorreporting.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node10/errorreporting.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node10/grunt.cfg b/.kokoro/appengine/node10/grunt.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node10/grunt.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node10/headless-chrome.cfg b/.kokoro/appengine/node10/headless-chrome.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node10/headless-chrome.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node10/hello-world-flexible.cfg b/.kokoro/appengine/node10/hello-world-flexible.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node10/hello-world-flexible.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node10/hello-world-standard.cfg b/.kokoro/appengine/node10/hello-world-standard.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node10/hello-world-standard.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node10/loopback.cfg b/.kokoro/appengine/node10/loopback.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node10/loopback.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node10/mailjet.cfg b/.kokoro/appengine/node10/mailjet.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node10/mailjet.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node10/memcached.cfg b/.kokoro/appengine/node10/memcached.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node10/memcached.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node10/metadata-flexible.cfg b/.kokoro/appengine/node10/metadata-flexible.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node10/metadata-flexible.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node10/metadata-standard.cfg b/.kokoro/appengine/node10/metadata-standard.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node10/metadata-standard.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node10/mongodb.cfg b/.kokoro/appengine/node10/mongodb.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node10/mongodb.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node10/parse-server.cfg b/.kokoro/appengine/node10/parse-server.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node10/parse-server.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node10/pubsub.cfg b/.kokoro/appengine/node10/pubsub.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node10/pubsub.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node10/redis.cfg b/.kokoro/appengine/node10/redis.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node10/redis.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node10/sendgrid.cfg b/.kokoro/appengine/node10/sendgrid.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node10/sendgrid.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node10/static-files.cfg b/.kokoro/appengine/node10/static-files.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node10/static-files.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node10/storage-flexible.cfg b/.kokoro/appengine/node10/storage-flexible.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node10/storage-flexible.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node10/storage-standard.cfg b/.kokoro/appengine/node10/storage-standard.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node10/storage-standard.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node10/twilio.cfg b/.kokoro/appengine/node10/twilio.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node10/twilio.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node10/typescript.cfg b/.kokoro/appengine/node10/typescript.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node10/typescript.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node10/uglifyjs.cfg b/.kokoro/appengine/node10/uglifyjs.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node10/uglifyjs.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node6/analytics.cfg b/.kokoro/appengine/node6/analytics.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node6/analytics.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node6/building-an-app-build.cfg b/.kokoro/appengine/node6/building-an-app-build.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node6/building-an-app-build.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node6/building-an-app-update.cfg b/.kokoro/appengine/node6/building-an-app-update.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node6/building-an-app-update.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node6/cloudsql.cfg b/.kokoro/appengine/node6/cloudsql.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node6/cloudsql.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node6/cloudsql_postgresql.cfg b/.kokoro/appengine/node6/cloudsql_postgresql.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node6/cloudsql_postgresql.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node6/cloudtasks.cfg b/.kokoro/appengine/node6/cloudtasks.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node6/cloudtasks.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node6/common.cfg b/.kokoro/appengine/node6/common.cfg new file mode 100644 index 0000000000..2cbccc7812 --- /dev/null +++ b/.kokoro/appengine/node6/common.cfg @@ -0,0 +1,9 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +# Configure the docker image for kokoro-trampoline. +env_vars: { + key: "TRAMPOLINE_IMAGE" + value: "gcr.io/cloud-devrel-kokoro-resources/node:6" +} + +type: PRESUBMIT_GITHUB diff --git a/.kokoro/appengine/node6/datastore.cfg b/.kokoro/appengine/node6/datastore.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node6/datastore.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node6/endpoints.cfg b/.kokoro/appengine/node6/endpoints.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node6/endpoints.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node6/errorreporting.cfg b/.kokoro/appengine/node6/errorreporting.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node6/errorreporting.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node6/grunt.cfg b/.kokoro/appengine/node6/grunt.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node6/grunt.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node6/headless-chrome.cfg b/.kokoro/appengine/node6/headless-chrome.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node6/headless-chrome.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node6/hello-world-flexible.cfg b/.kokoro/appengine/node6/hello-world-flexible.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node6/hello-world-flexible.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node6/hello-world-standard.cfg b/.kokoro/appengine/node6/hello-world-standard.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node6/hello-world-standard.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node6/loopback.cfg b/.kokoro/appengine/node6/loopback.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node6/loopback.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node6/mailjet.cfg b/.kokoro/appengine/node6/mailjet.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node6/mailjet.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node6/memcached.cfg b/.kokoro/appengine/node6/memcached.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node6/memcached.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node6/metadata-flexible.cfg b/.kokoro/appengine/node6/metadata-flexible.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node6/metadata-flexible.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node6/metadata-standard.cfg b/.kokoro/appengine/node6/metadata-standard.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node6/metadata-standard.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node6/mongodb.cfg b/.kokoro/appengine/node6/mongodb.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node6/mongodb.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node6/parse-server.cfg b/.kokoro/appengine/node6/parse-server.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node6/parse-server.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node6/pubsub.cfg b/.kokoro/appengine/node6/pubsub.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node6/pubsub.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node6/redis.cfg b/.kokoro/appengine/node6/redis.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node6/redis.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node6/sendgrid.cfg b/.kokoro/appengine/node6/sendgrid.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node6/sendgrid.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node6/static-files.cfg b/.kokoro/appengine/node6/static-files.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node6/static-files.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node6/storage-flexible.cfg b/.kokoro/appengine/node6/storage-flexible.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node6/storage-flexible.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node6/storage-standard.cfg b/.kokoro/appengine/node6/storage-standard.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node6/storage-standard.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node6/twilio.cfg b/.kokoro/appengine/node6/twilio.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node6/twilio.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node6/typescript.cfg b/.kokoro/appengine/node6/typescript.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node6/typescript.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node6/uglifyjs.cfg b/.kokoro/appengine/node6/uglifyjs.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node6/uglifyjs.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node8/analytics.cfg b/.kokoro/appengine/node8/analytics.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node8/analytics.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node8/building-an-app-build.cfg b/.kokoro/appengine/node8/building-an-app-build.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node8/building-an-app-build.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node8/building-an-app-update.cfg b/.kokoro/appengine/node8/building-an-app-update.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node8/building-an-app-update.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node8/cloudsql.cfg b/.kokoro/appengine/node8/cloudsql.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node8/cloudsql.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node8/cloudsql_postgresql.cfg b/.kokoro/appengine/node8/cloudsql_postgresql.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node8/cloudsql_postgresql.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node8/cloudtasks.cfg b/.kokoro/appengine/node8/cloudtasks.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node8/cloudtasks.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node8/common.cfg b/.kokoro/appengine/node8/common.cfg new file mode 100644 index 0000000000..c384370a8f --- /dev/null +++ b/.kokoro/appengine/node8/common.cfg @@ -0,0 +1,9 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +# Configure the docker image for kokoro-trampoline. +env_vars: { + key: "TRAMPOLINE_IMAGE" + value: "gcr.io/cloud-devrel-kokoro-resources/node:8" +} + +type: PRESUBMIT_GITHUB diff --git a/.kokoro/appengine/node8/datastore.cfg b/.kokoro/appengine/node8/datastore.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node8/datastore.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node8/endpoints.cfg b/.kokoro/appengine/node8/endpoints.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node8/endpoints.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node8/errorreporting.cfg b/.kokoro/appengine/node8/errorreporting.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node8/errorreporting.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node8/grunt.cfg b/.kokoro/appengine/node8/grunt.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node8/grunt.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node8/headless-chrome.cfg b/.kokoro/appengine/node8/headless-chrome.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node8/headless-chrome.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node8/hello-world-flexible.cfg b/.kokoro/appengine/node8/hello-world-flexible.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node8/hello-world-flexible.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node8/hello-world-standard.cfg b/.kokoro/appengine/node8/hello-world-standard.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node8/hello-world-standard.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node8/loopback.cfg b/.kokoro/appengine/node8/loopback.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node8/loopback.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node8/mailjet.cfg b/.kokoro/appengine/node8/mailjet.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node8/mailjet.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node8/memcached.cfg b/.kokoro/appengine/node8/memcached.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node8/memcached.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node8/metadata-flexible.cfg b/.kokoro/appengine/node8/metadata-flexible.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node8/metadata-flexible.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node8/metadata-standard.cfg b/.kokoro/appengine/node8/metadata-standard.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node8/metadata-standard.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node8/mongodb.cfg b/.kokoro/appengine/node8/mongodb.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node8/mongodb.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node8/parse-server.cfg b/.kokoro/appengine/node8/parse-server.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node8/parse-server.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node8/pubsub.cfg b/.kokoro/appengine/node8/pubsub.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node8/pubsub.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node8/redis.cfg b/.kokoro/appengine/node8/redis.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node8/redis.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node8/sendgrid.cfg b/.kokoro/appengine/node8/sendgrid.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node8/sendgrid.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node8/static-files.cfg b/.kokoro/appengine/node8/static-files.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node8/static-files.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node8/storage-flexible.cfg b/.kokoro/appengine/node8/storage-flexible.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node8/storage-flexible.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node8/storage-standard.cfg b/.kokoro/appengine/node8/storage-standard.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node8/storage-standard.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node8/twilio.cfg b/.kokoro/appengine/node8/twilio.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node8/twilio.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node8/typescript.cfg b/.kokoro/appengine/node8/typescript.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node8/typescript.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file diff --git a/.kokoro/appengine/node8/uglifyjs.cfg b/.kokoro/appengine/node8/uglifyjs.cfg new file mode 100644 index 0000000000..9f5a890cde --- /dev/null +++ b/.kokoro/appengine/node8/uglifyjs.cfg @@ -0,0 +1,3 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +type: PRESUBMIT_GITHUB \ No newline at end of file