Skip to content

Commit 892bec3

Browse files
authored
test: adds a config to isolate the system- CI/CD tests (#796)
Adds a config to isolate the system-3.8 and system-3.12 CI/CD tests from the presubmit job into two separate jobs to increase parallelism.
1 parent 2ed5ee5 commit 892bec3

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.kokoro/presubmit/system-3.12.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 the following session(s)
4+
env_vars: {
5+
key: "NOX_SESSION"
6+
value: "system-3.12"
7+
}

.kokoro/presubmit/system-3.8.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 the following session(s)
4+
env_vars: {
5+
key: "NOX_SESSION"
6+
value: "system-3.8"
7+
}

0 commit comments

Comments
 (0)