File tree 5 files changed +53
-0
lines changed
5 files changed +53
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Format: //devtools/kokoro/config/proto/build.proto
2
2
3
3
# 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
5
env_vars: {
5
6
key: " NOX_SESSION"
6
7
value: " unit lint lint_setup_py blacken cover"
Original file line number Diff line number Diff line change
1
+ # Format: //devtools/kokoro/config/proto/build.proto
2
+
3
+ # Run unit tests for Python 3.10
4
+ env_vars: {
5
+ key: " NOX_SESSION"
6
+ value: " unit-3.10"
7
+ }
8
+
9
+ # Run unit tests in parallel, splitting up by file
10
+ env_vars: {
11
+ key: " PYTEST_ADDOPTS"
12
+ value: " -n=auto --dist=loadscope"
13
+ }
Original file line number Diff line number Diff line change
1
+ # Format: //devtools/kokoro/config/proto/build.proto
2
+
3
+ # Run unit tests for Python 3.11
4
+ env_vars: {
5
+ key: " NOX_SESSION"
6
+ value: " unit-3.11"
7
+ }
8
+
9
+ # Run unit tests in parallel, splitting up by file
10
+ env_vars: {
11
+ key: " PYTEST_ADDOPTS"
12
+ value: " -n=auto --dist=loadscope"
13
+ }
Original file line number Diff line number Diff line change
1
+ # Format: //devtools/kokoro/config/proto/build.proto
2
+
3
+ # Run unit tests for Python 3.8
4
+ env_vars: {
5
+ key: " NOX_SESSION"
6
+ value: " unit-3.8"
7
+ }
8
+
9
+ # Run unit tests in parallel, splitting up by file
10
+ env_vars: {
11
+ key: " PYTEST_ADDOPTS"
12
+ value: " -n=auto --dist=loadscope"
13
+ }
Original file line number Diff line number Diff line change
1
+ # Format: //devtools/kokoro/config/proto/build.proto
2
+
3
+ # Run unit tests for Python 3.9
4
+ env_vars: {
5
+ key: " NOX_SESSION"
6
+ value: " unit-3.9"
7
+ }
8
+
9
+ # Run unit tests in parallel, splitting up by file
10
+ env_vars: {
11
+ key: " PYTEST_ADDOPTS"
12
+ value: " -n=auto --dist=loadscope"
13
+ }
You can’t perform that action at this time.
0 commit comments