Skip to content

Commit 8d6421f

Browse files
authored
chore: add missing kokoro configs following up to 3.7 and 3.8 drop (#132)
* chore: add missing kokoro configs following up to 3.7 and 3.8 drop * Update .kokoro/presubmit/prerelease-deps-3.10.cfg * add psutil to system test deps
1 parent 73aeecc commit 8d6421f

File tree

5 files changed

+17
-2
lines changed

5 files changed

+17
-2
lines changed

.kokoro/presubmit/prerelease-deps-3.8.cfg renamed to .kokoro/presubmit/prerelease-deps-3.10.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Only run this nox session.
44
env_vars: {
55
key: "NOX_SESSION"
6-
value: "prerelease_deps-3.8"
6+
value: "prerelease_deps-3.10"
77
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
# Only run this nox session.
4+
env_vars: {
5+
key: "NOX_SESSION"
6+
value: "prerelease_deps-3.9"
7+
}

.kokoro/presubmit/system-3.10.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
# Only run this nox session.
4+
env_vars: {
5+
key: "NOX_SESSION"
6+
value: "system-3.10"
7+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Only run this nox session.
44
env_vars: {
55
key: "NOX_SESSION"
6-
value: "system-3.8"
6+
value: "system-3.9"
77
}

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
"mock",
7575
"pytest",
7676
"google-cloud-testutils",
77+
"psutil",
7778
]
7879
SYSTEM_TEST_EXTERNAL_DEPENDENCIES: List[str] = []
7980
SYSTEM_TEST_LOCAL_DEPENDENCIES: List[str] = []

0 commit comments

Comments
 (0)