Skip to content

Commit

Permalink
chore: updates continuous CI/CD tests against specific versions of Py…
Browse files Browse the repository at this point in the history
…thon (#1941)

Updates the regular continuous CI/CD checks to test against specific versions of Python (versions that aren't our most recent supported version and aren't our oldest supported version).

Also removes a CI/CD check that is superceded by a more recent version of check (prerelease-deps >>> replaced by prerelease-deps-3.12).

Modifies owlbot to avoid it adding prerelease-deps back into the mix since that file is a default in synthtool.
  • Loading branch information
chalmerlowe committed Jun 3, 2024
1 parent f7a3da0 commit fc3edd5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .kokoro/continuous/prerelease-deps.cfg

This file was deleted.

9 changes: 9 additions & 0 deletions .kokoro/continuous/unit-tests-misc.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Format: //devtools/kokoro/config/proto/build.proto

# Only run these nox sessions.
# A subset based on Python versions that are neither our newest OR oldest
# supported versions of Python
env_vars: {
key: "NOX_SESSION"
value: "unit_noextras-3.9 unit_noextras-3.10 unit_noextras-3.11 unit-3.9 unit-3.10 unit-3.11"
}
1 change: 1 addition & 0 deletions owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
# Include custom SNIPPETS_TESTS job for performance.
# https://github.com/googleapis/python-bigquery/issues/191
".kokoro/presubmit/presubmit.cfg",
".kokoro/continuous/prerelease-deps.cfg",
".github/workflows", # exclude gh actions as credentials are needed for tests
"README.rst",
],
Expand Down

0 comments on commit fc3edd5

Please sign in to comment.