Skip to content

Commit 999ecc7

Browse files
authored
build: get kokoro file generation in sync with synthtool (#418)
refs #414
1 parent 2c7b2c5 commit 999ecc7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/google-cloud-ndb/synth.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121

2222
s.replace(".kokoro/build.sh", """(export PROJECT_ID=.*)""", """\g<1>
2323
24+
# Configure Local Redis to be used
25+
export REDIS_CACHE_URL=redis://localhost
26+
redis-server &
27+
2428
# Some system tests require indexes. Use gcloud to create them.
2529
gcloud auth activate-service-account --key-file=$GOOGLE_APPLICATION_CREDENTIALS --project=$PROJECT_ID
2630
gcloud --quiet --verbosity=debug datastore indexes create tests/system/index.yaml

0 commit comments

Comments
 (0)