Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Commit 2c2295f

Browse files
chore(tests): update kokoro continuous test config
The continuous kokoro test should use the [same configuration as the pre-submit](https://github.com/googleapis/python-datastore/blob/main/.kokoro/presubmit/presubmit.cfg)
1 parent 117793c commit 2c2295f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.kokoro/continuous/continuous.cfg

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
# Format: //devtools/kokoro/config/proto/build.proto
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
# Disable system tests.
4+
env_vars: {
5+
key: "RUN_SYSTEM_TESTS"
6+
value: "false"
7+
}
8+
9+
env_vars: {
10+
key: "NOX_SESSION"
11+
value: "blacken doctests format"
12+
}

0 commit comments

Comments
 (0)