-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[BEAM-11665] Publish Beam GCP BOM #13737
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
Conversation
|
Run Gradle Publish |
Codecov Report
@@ Coverage Diff @@
## master #13737 +/- ##
==========================================
- Coverage 82.75% 82.74% -0.01%
==========================================
Files 466 466
Lines 57525 57525
==========================================
- Hits 47604 47601 -3
- Misses 9921 9924 +3
Continue to review full report at Codecov.
|
|
Run Gradle Publish |
|
@kileys Can I see the generated BOM somewhere? |
@suztomo |
|
Run Gradle Publish |
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.
<url>http://beam.apache.org</url>should use https
2<inceptionYear>2016</inceptionYear>should be 2021<organizationUrl>http://www.apache.org</organizationUrl>should use https<archive>http://www.mail-archive.com/dev%beam.apache.org</archive>should use https
|
Run Dataflow PostRelease |
2 similar comments
|
Run Dataflow PostRelease |
|
Run Dataflow PostRelease |
@elharo Here's the newest pom: |
|
Run Dataflow PostRelease |
|
R: @kennknowles |
|
I see it's working as expected. (Effective pom after I replaced the version iwth the latest release 2.27: https://gist.github.com/suztomo/ab8bf9dc2653ce2a886a5a57a0204eb2#file-gistfile1-txt-L190 ) I want Guava version to be more higher: #13740 |
| -PgcsBucket=${USER_GCS_BUCKET:5} # skip 'gs://' prefix | ||
|
|
||
| echo "**************************************************************************" | ||
| echo "* Java mobile game on DataflowRunner using Beam GCP BOM: UserScore, HourlyTeamScore, Leaderboard" |
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.
Should this be included as part of the release validation spreadsheet?
In other words, is this required to pass to validate the RC?
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
R: @username).[BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replaceBEAM-XXXwith the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.CHANGES.mdwith noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
Post-Commit Tests Status (on master branch)
Pre-Commit Tests Status (on master branch)
See .test-infra/jenkins/README for trigger phrase, status and link of all Jenkins jobs.
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI.