Skip to content

Commit d648eae

Browse files
authored
Merge branch 'main' into renovate/all
2 parents b928125 + 7bcc10e commit d648eae

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.kokoro/presubmit/presubmit.cfg

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
# Format: //devtools/kokoro/config/proto/build.proto
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
# Only run the following session(s)
4+
env_vars: {
5+
key: "NOX_SESSION"
6+
value: "blacken lint lint_setup_py docs"
7+
}

noxfile.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@ def wrapper(*args, **kwargs):
9898

9999
# 'docfx' is excluded since it only needs to run in 'docs-presubmit'
100100
nox.options.sessions = [
101-
"unit",
102-
"system",
103-
"cover",
104101
"lint",
105102
"lint_setup_py",
106103
"blacken",

owlbot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"README.rst",
5959
# exclude this file as we have an alternate prerelease.cfg
6060
".kokoro/presubmit/prerelease-deps.cfg",
61+
".kokoro/presubmit/presubmit.cfg",
6162
],
6263
)
6364

0 commit comments

Comments
 (0)