[go: nahoru, domu]

Skip to content

Commit

Permalink
ci: removing Kokoro settings that are covered by GitHub Actions (#1273)
Browse files Browse the repository at this point in the history
* ci: removing Kokoro settings in favor of GitHub Actions

* ci: bringing back "Kokoro - Test: Binary Compatibility"

* ci: adding dependencies to required checks

* ci: binary compatibility is clirr
  • Loading branch information
suztomo committed Feb 23, 2021
1 parent 213726a commit 20f2bd0
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,15 @@ branchProtectionRules:
requiresStrictStatusChecks: false
# List of required status check contexts that must pass for commits to be accepted to matching branches.
requiredStatusCheckContexts:
- "Kokoro - Test: Binary Compatibility"
- "Kokoro - Test: Java 11"
- "Kokoro - Test: Java 7"
- "Kokoro - Test: Java 8"
- "Kokoro - Test: Linkage Monitor"
- "units (7)"
- "units (8)"
- "units (11)"
- "windows"
- "dependencies (8)"
- "dependencies (11)"
- "linkage-monitor"
- "lint"
- "clirr"
- "cla/google"

# List of explicit permissions to add (additive only)
Expand Down

0 comments on commit 20f2bd0

Please sign in to comment.