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 a14495f commit 0cbfebeCopy full SHA for 0cbfebe
.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"
7
-}
+ key: "NOX_SESSION"
+ value: "unit-3.8 unit-3.12 cover docs docfx"
+}
0 commit comments