Skip to content

Commit 20f2bd0

Browse files
authored
ci: removing Kokoro settings that are covered by GitHub Actions (#1273)
* 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
1 parent 213726a commit 20f2bd0

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/sync-repo-settings.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,15 @@ branchProtectionRules:
2828
requiresStrictStatusChecks: false
2929
# List of required status check contexts that must pass for commits to be accepted to matching branches.
3030
requiredStatusCheckContexts:
31-
- "Kokoro - Test: Binary Compatibility"
32-
- "Kokoro - Test: Java 11"
33-
- "Kokoro - Test: Java 7"
34-
- "Kokoro - Test: Java 8"
35-
- "Kokoro - Test: Linkage Monitor"
31+
- "units (7)"
32+
- "units (8)"
33+
- "units (11)"
34+
- "windows"
35+
- "dependencies (8)"
36+
- "dependencies (11)"
37+
- "linkage-monitor"
38+
- "lint"
39+
- "clirr"
3640
- "cla/google"
3741

3842
# List of explicit permissions to add (additive only)

0 commit comments

Comments
 (0)