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

Commit 99b287d

Browse files
committed
tests: update default runtime used for tests
1 parent ce3f230 commit 99b287d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.kokoro/presubmit/integration-multiplexed-sessions-enabled.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Only run a subset of all nox sessions
44
env_vars: {
55
key: "NOX_SESSION"
6-
value: "unit-3.8 unit-3.12 system-3.8"
6+
value: "unit-3.9 unit-3.12 system-3.12"
77
}
88

99
env_vars: {

.kokoro/presubmit/presubmit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Only run a subset of all nox sessions
44
env_vars: {
55
key: "NOX_SESSION"
6-
value: "unit-3.8 unit-3.12 cover docs docfx"
6+
value: "unit-3.9 unit-3.12 cover docs docfx"
77
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Only run this nox session.
44
env_vars: {
55
key: "NOX_SESSION"
6-
value: "system-3.8"
6+
value: "system-3.12"
77
}

0 commit comments

Comments
 (0)