-
Notifications
You must be signed in to change notification settings - Fork 466
Linkage Monitor #719
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linkage Monitor #719
Conversation
| 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the libraries-bom artifact needs a version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great. The error message is expected (sorry the tool is not complete yet). Good for now. Let's keep this PR open.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now it works!
* 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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
@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).