Skip to content

Commit 41d341e

Browse files
sararobcopybara-github
authored andcommitted
chore: parallelize unit tests across Python versions
PiperOrigin-RevId: 566350463
1 parent cb2a563 commit 41d341e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.kokoro/presubmit/presubmit.cfg

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Format: //devtools/kokoro/config/proto/build.proto
22

33
# Run all sessions except system tests and docs builds
4-
# TODO(sararob): update this to unit-3.8 and change in noxfile.py after cl/565663310 is submitted
4+
# This only runs unit tests for Python 3.8 since unit tests are required for `cover` to run
5+
# Other Python version unit tests are run separately
56
env_vars: {
67
key: "NOX_SESSION"
7-
value: "unit lint lint_setup_py blacken cover"
8+
value: "unit-3.8 lint lint_setup_py blacken cover"
89
}
910

1011
# Run unit tests in parallel, splitting up by file

0 commit comments

Comments
 (0)