Linkage Monitor#719
Merged
chingor13 merged 4 commits intogoogleapis:masterfrom Jun 14, 2019
suztomo:linkage-monitor
Merged
Conversation
chingor13
reviewed
Jun 14, 2019
chingor13
reviewed
Jun 14, 2019
| curl -v -O "https://storage.googleapis.com/cloud-opensource-java-linkage-monitor/${JAR}" | ||
|
|
||
| # Fails if there's new linkage errors compared with baseline | ||
| java -jar $JAR com.google.cloud:libraries-bom |
Contributor
There was a problem hiding this comment.
Looks like the libraries-bom artifact needs a version
Member
Author
There was a problem hiding this comment.
Great. The error message is expected (sorry the tool is not complete yet). Good for now. Let's keep this PR open.
chingor13
approved these changes
Jun 14, 2019
clundin25
pushed a commit
to clundin25/google-http-java-client
that referenced
this pull request
Aug 11, 2022
* changes without context
autosynth cannot find the source of changes triggered by earlier changes in this
repository, or by version upgrades to tools such as linters.
* chore: remove java 7 units check
Source-Author: Neenu Shaji <Neenu1995@users.noreply.github.com>
Source-Date: Wed Jul 28 18:18:26 2021 -0400
Source-Repo: googleapis/synthtool
Source-Sha: 1a2878d6909dd10ca4e3c1b5943d6622e996054e
Source-Link: googleapis/synthtool@1a2878d
* build(java): use ENABLE_FLAKYBOT env variable
Kokoro job config now supports both environment variables during this migration period.
Source-Author: Jeff Ching <chingor@google.com>
Source-Date: Thu Aug 12 10:10:27 2021 -0700
Source-Repo: googleapis/synthtool
Source-Sha: ff01716e16d2c6e87eaf87197b753ac9fcbbed5d
Source-Link: googleapis/synthtool@ff01716
Co-authored-by: Emily Ball <emilyball@google.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@chingor13
Linkage Monitor notifies new linkage errors as presubmit check.
Fixes #718
The presubmit job will not run until Kokoro job config is created (cl/253256348).