Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: edit presubmit for to simplify configuration #1915

Merged
merged 18 commits into from
May 15, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update .kokoro/presubmit/presubmit-2.cfg
  • Loading branch information
chalmerlowe committed May 10, 2024
commit 0d3444addb25daf6263938834af953b48c2c88da
2 changes: 1 addition & 1 deletion .kokoro/presubmit/presubmit-2.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# Only run these nox sessions.
env_vars: {
key: "NOX_SESSION"
value: "unit_noextras-3.7 unit_noextras-3.12 unit-3.7 unit-3.8 unit-3.12 cover docs"
value: "unit_noextras-3.7" # unit_noextras-3.12 unit-3.7 unit-3.8 unit-3.12 cover docs"
chalmerlowe marked this conversation as resolved.
Show resolved Hide resolved
}