Skip to content

Commit 77637a7

Browse files
committed
set datastore project id for needed datastore migration
1 parent 866ae5e commit 77637a7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.kokoro/presubmit/common.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ env_vars: {
2424
value: "test"
2525
}
2626

27+
# Well known environment variable to datastore tests
28+
env_vars: {
29+
key: "DATASTORE_PROJECT_ID"
30+
value: "cloud-java-ci-test"
31+
}
32+
2733
before_action {
2834
fetch_keystore {
2935
keystore_resource {

0 commit comments

Comments
 (0)