Skip to content

Commit fd4ee67

Browse files
authored
build: exclude presubmit.cfg from owlbot generation (googleapis#1373)
1 parent 1d36f4d commit fd4ee67

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.kokoro/presubmit/presubmit.cfg

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

3-
# Disable system tests.
3+
# Only run a subset of all nox sessions
44
env_vars: {
5-
key: "RUN_SYSTEM_TESTS"
6-
value: "false"
5+
key: "NOX_SESSION"
6+
value: "unit-3.8 unit-3.12 cover docs docfx"
77
}

owlbot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ def get_staging_dirs(
139139
"README.rst",
140140
".github/release-please.yml",
141141
".kokoro/test-samples-impl.sh",
142+
".kokoro/presubmit/presubmit.cfg",
142143
],
143144
)
144145

0 commit comments

Comments
 (0)