We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d36f4d commit fd4ee67Copy full SHA for fd4ee67
.kokoro/presubmit/presubmit.cfg
@@ -1,7 +1,7 @@
1
# Format: //devtools/kokoro/config/proto/build.proto
2
3
-# Disable system tests.
+# Only run a subset of all nox sessions
4
env_vars: {
5
- key: "RUN_SYSTEM_TESTS"
6
- value: "false"
+ key: "NOX_SESSION"
+ value: "unit-3.8 unit-3.12 cover docs docfx"
7
}
owlbot.py
@@ -139,6 +139,7 @@ def get_staging_dirs(
139
"README.rst",
140
".github/release-please.yml",
141
".kokoro/test-samples-impl.sh",
142
+ ".kokoro/presubmit/presubmit.cfg",
143
],
144
)
145
0 commit comments