Skip to content

Commit 7bcc10e

Browse files
test: update the ci/cd pipeline (#794)
* test: update the ci/cd pipeline * remove reference to cover and clean up linting error * Update noxfile.py * define sessions that run during presubmit * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * updates owlbot to avoid overwriting presubmit.cfg * restores file changes that owlbot took out * updates session name --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 892bec3 commit 7bcc10e

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)