Skip to content

Commit b7ac38e

Browse files
shobsigoogle-labs-jules[bot]tswast
authored
test: Run cleanup session before doctest session in Kokoro tests (#1799)
This commit changes the order of Nox sessions in the Kokoro doctest configurations to ensure that the `cleanup` session runs before the `doctest` session. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> Co-authored-by: Tim Sweña (Swast) <[email protected]>
1 parent 817b0c0 commit b7ac38e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.kokoro/continuous/doctest.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Only run this nox session.
44
env_vars: {
55
key: "NOX_SESSION"
6-
value: "doctest cleanup"
6+
value: "cleanup doctest"
77
}
88

99
env_vars: {

.kokoro/presubmit/doctest.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Only run this nox session.
44
env_vars: {
55
key: "NOX_SESSION"
6-
value: "doctest cleanup"
6+
value: "cleanup doctest"
77
}
88

99
env_vars: {

0 commit comments

Comments
 (0)