Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .kokoro/presubmit/unit_3-10.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ env_vars: {
# Run unit tests in parallel, splitting up by file
env_vars: {
key: "PYTEST_ADDOPTS"
value: "-n=auto --dist=loadscope"
value: "-n=8 --dist=loadscope"
}
2 changes: 1 addition & 1 deletion .kokoro/presubmit/unit_3-11.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ env_vars: {
# Run unit tests in parallel, splitting up by file
env_vars: {
key: "PYTEST_ADDOPTS"
value: "-n=auto --dist=loadscope"
value: "-n=8 --dist=loadscope"
}
2 changes: 1 addition & 1 deletion .kokoro/presubmit/unit_3-12.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ env_vars: {
# Run unit tests in parallel, splitting up by file
env_vars: {
key: "PYTEST_ADDOPTS"
value: "-n=auto --dist=loadscope"
value: "-n=8 --dist=loadscope"
}
2 changes: 1 addition & 1 deletion .kokoro/presubmit/unit_3-9.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ env_vars: {
# Run unit tests in parallel, splitting up by file
env_vars: {
key: "PYTEST_ADDOPTS"
value: "-n=auto --dist=loadscope"
value: "-n=8 --dist=loadscope"
}
1 change: 0 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ def default(session):
# Run py.test against the unit tests.
session.run(
"py.test",
"--quiet",
f"--junitxml=unit_{session.python}_sponge_log.xml",
"--cov=google",
"--cov-append",
Expand Down