Skip to content

Commit

Permalink
tests: split systests out to separate Kokoro job (#412)
Browse files Browse the repository at this point in the history
Closes #411.
  • Loading branch information
tseaver committed Aug 5, 2021
1 parent 9b905cb commit ae4148e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .kokoro/presubmit/presubmit.cfg
@@ -1 +1,7 @@
# Format: //devtools/kokoro/config/proto/build.proto
# Format: //devtools/kokoro/config/proto/build.proto

# Disable system tests.
env_vars: {
key: "RUN_SYSTEM_TESTS"
value: "false"
}
7 changes: 7 additions & 0 deletions .kokoro/presubmit/system-3.7.cfg
@@ -0,0 +1,7 @@
# Format: //devtools/kokoro/config/proto/build.proto

# Only run this nox session.
env_vars: {
key: "NOX_SESSION"
value: "system-3.7"
}
1 change: 1 addition & 0 deletions owlbot.py
Expand Up @@ -136,6 +136,7 @@ def update_fixup_scripts(library):
system_test_external_dependencies=["pytest-asyncio"],
microgenerator=True,
cov_level=100,
split_system_tests=True,
)

s.move(templated_files)
Expand Down

0 comments on commit ae4148e

Please sign in to comment.