Skip to content

Commit b8855b0

Browse files
authored
chore: add system 3.9 tests as required (#1670)
chore: add system 3.9 tests as required
1 parent 18a0edf commit b8855b0

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.github/sync-repo-settings.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,5 @@ branchProtectionRules:
1010
- 'Kokoro'
1111
- 'cla/google'
1212
- 'Kokoro system-3.14'
13+
- 'Kokoro system-3.9'
1314
- 'OwlBot Post Processor'
14-
- pattern: python2
15-
requiresCodeOwnerReviews: true
16-
requiresStrictStatusChecks: true
17-
requiredStatusCheckContexts:
18-
- 'Kokoro'
19-
- 'cla/google'
20-
- 'Kokoro system-2.7'

.kokoro/presubmit/presubmit.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Format: //devtools/kokoro/config/proto/build.proto
22

3-
# Disable system tests.
3+
# Disable system tests in this presubmit because they are run in separate
4+
# presubmit jobs, whose configs are in system-3.xx.cfg files.
45
env_vars: {
56
key: "RUN_SYSTEM_TESTS"
67
value: "false"

.kokoro/presubmit/system-3.9.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,10 @@
44
env_vars: {
55
key: "NOX_SESSION"
66
value: "system-3.9"
7+
}
8+
9+
# Credentials needed to test universe domain.
10+
env_vars: {
11+
key: "SECRET_MANAGER_KEYS"
12+
value: "client-library-test-universe-domain-credential"
713
}

0 commit comments

Comments
 (0)