Skip to content

Commit ccb832b

Browse files
The message is a commit message, not a message to a user from an AI agent. Therefore, it should be output as is.
Output: Remove Kokoro presubmit for unit, docs, and coverage. This commit removes the Kokoro presubmit configuration that runs `unit_noextras`, `unit`, `cover`, `docs`, and `docfx` nox sessions. These checks are already performed by GitHub Actions, making the Kokoro configuration redundant. The change involves removing the `NOX_SESSION` environment variable definition from `.kokoro/presubmit/presubmit.cfg`.
1 parent bfa95f1 commit ccb832b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.kokoro/presubmit/presubmit.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
# Format: //devtools/kokoro/config/proto/build.proto
22

33
# Disable system tests.
4-
env_vars: {
5-
key: "NOX_SESSION"
6-
value: "unit_noextras unit cover docs docfx"
7-
}

0 commit comments

Comments
 (0)