Skip to content

Commit eaa8127

Browse files
authored
Adding Kokoro configuration for ndb. (#6247)
1 parent 4e5d78a commit eaa8127

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.kokoro/continuous/ndb.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
# Tell the trampoline which build file to use.
4+
env_vars: {
5+
key: "PACKAGE"
6+
value: "ndb"
7+
}

.kokoro/presubmit/ndb.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
# Tell the trampoline which build file to use.
4+
env_vars: {
5+
key: "PACKAGE"
6+
value: "ndb"
7+
}

0 commit comments

Comments
 (0)