Skip to content

Commit

Permalink
Add memcached test cfgs (#1278)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ace Nassri authored and fhinkel committed May 14, 2019
1 parent a1fc432 commit cbf88d8
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .kokoro/appengine/node10/memcached.cfg
Original file line number Diff line number Diff line change
@@ -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"
}
13 changes: 13 additions & 0 deletions .kokoro/appengine/node8/memcached.cfg
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit cbf88d8

Please sign in to comment.