File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 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.
45env_vars: {
56 key: " RUN_SYSTEM_TESTS"
67 value: " false"
Original file line number Diff line number Diff line change 44env_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}
You can’t perform that action at this time.
0 commit comments