Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,5 @@ branchProtectionRules:
- 'Kokoro'
- 'cla/google'
- 'Kokoro system-3.14'
- 'Kokoro system-3.9'
- 'OwlBot Post Processor'
- pattern: python2
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: true
requiredStatusCheckContexts:
- 'Kokoro'
- 'cla/google'
- 'Kokoro system-2.7'
3 changes: 2 additions & 1 deletion .kokoro/presubmit/presubmit.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Format: //devtools/kokoro/config/proto/build.proto

# Disable system tests.
# Disable system tests in this presubmit because they are run in separate
# presubmit jobs, whose configs are in system-3.xx.cfg files.
env_vars: {
key: "RUN_SYSTEM_TESTS"
value: "false"
Expand Down
6 changes: 6 additions & 0 deletions .kokoro/presubmit/system-3.9.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@
env_vars: {
key: "NOX_SESSION"
value: "system-3.9"
}

# Credentials needed to test universe domain.
env_vars: {
key: "SECRET_MANAGER_KEYS"
value: "client-library-test-universe-domain-credential"
}