Skip to content

Commit

Permalink
ci: removing linkage-monitor from the required checks
Browse files Browse the repository at this point in the history
Linkage Monitor has served to identify the dependency conflicts
between the source tree in a pull request and the latest Libraries
BOM. However the Libraries BOM now implements the process to sync
with the dependencies of the Google Cloud BOM and the Google Cloud
BOM achieves dependency convergence with regard to the shared
dependencies BOM. Therefore, Linkage Monitor does not give much
benefit to our library development process any more.
GoogleCloudPlatform/cloud-opensource-java#2137
  • Loading branch information
suztomo committed Aug 23, 2021
1 parent 8032ab5 commit 2e50f7d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ branchProtectionRules:
requiredStatusCheckContexts:
- "dependencies (8)"
- "dependencies (11)"
- "linkage-monitor"
- "lint"
- "clirr"
- "units (8)"
Expand Down

0 comments on commit 2e50f7d

Please sign in to comment.