-
Notifications
You must be signed in to change notification settings - Fork 79
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
build: add kokoro & ci configs to 1.106.1-patch branch #847
Conversation
Warning: This pull request is touching the following templated files:
|
Here is the summary of changes. You are about to add 3 region tags.
This comment is generated by snippet-bot.
|
fmt-maven-plugin v2.10 is compiled for java 11, v2.9 is compiled for java 8 port of fix from googleapis/java-shared-config#90
#862 should remove the linkage-monitor check @BenWhitehead |
…nloadPublicBlobWithoutAuthentication (googleapis#759) Port of googleapis/google-cloud-go#3806 Fixes googleapis#755
This is ready to go @BenWhitehead @frankyn. I've added the Kokoro integration & passed the tests. |
@@ -1,3 +1,3 @@ | |||
:: See documentation in type-shell-output.bat | |||
|
|||
"C:\Program Files\Git\bin\bash.exe" github/java-storage/.kokoro/build.sh | |||
"C:\Program Files\Git\bin\bash.exe" %~dp0build.sh |
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.
Is this an expected changed?
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.
The kokoro changes are a result of the old branch (mar 2020) being out of date with the latest config
@@ -0,0 +1,55 @@ | |||
# Copyright 2020 Google LLC |
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.
New files should have 2021 year.
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.
This is just a copy of what the Kokoro config file looks like now
<plugins> | ||
<plugin> | ||
<groupId>com.coveo</groupId> | ||
<artifactId>fmt-maven-plugin</artifactId> |
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.
Missed this: You don't need to include this plugin into pom.xml.
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.
Ben added this in 6459701 to fix a UnsupportedClassVersionError
issue
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.
The changes are super subtle. Thanks for addressing my concerns, LGTM
This adds update kokoro and ci configs to the
1.106.1-patch
branch in prep for a patch release.Required for: #844