Skip to content

Commit fc3edd5

Browse files
authored
chore: updates continuous CI/CD tests against specific versions of Python (#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.
1 parent f7a3da0 commit fc3edd5

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.kokoro/continuous/prerelease-deps.cfg

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
# Only run these nox sessions.
4+
# A subset based on Python versions that are neither our newest OR oldest
5+
# supported versions of Python
6+
env_vars: {
7+
key: "NOX_SESSION"
8+
value: "unit_noextras-3.9 unit_noextras-3.10 unit_noextras-3.11 unit-3.9 unit-3.10 unit-3.11"
9+
}

owlbot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
# Include custom SNIPPETS_TESTS job for performance.
7171
# https://github.com/googleapis/python-bigquery/issues/191
7272
".kokoro/presubmit/presubmit.cfg",
73+
".kokoro/continuous/prerelease-deps.cfg",
7374
".github/workflows", # exclude gh actions as credentials are needed for tests
7475
"README.rst",
7576
],

0 commit comments

Comments
 (0)