[
https://issues.apache.org/jira/browse/BEAM-6630?focusedWorklogId=198882&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-198882
]
ASF GitHub Bot logged work on BEAM-6630:
----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Feb/19 19:21
Start Date: 14/Feb/19 19:21
Worklog Time Spent: 10m
Work Description: swegner commented on issue #7787: [BEAM-6630] upgrade
to gradle 5.2
URL: https://github.com/apache/beam/pull/7787#issuecomment-463757008
> Will monitor next few Jenkins build to see which impact this has.
I skimmed through the Jenkins jobs that run continuously; I don't see
anything broken, and the only significant execution time diff I noticed is
[`beam_PostCommit_Java_ValidatesRunner_Flink`](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/buildTimeTrend):

Before
([#3174](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/3174/)):
16min, after
([#3175](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/3175/)):
8min.
Comparing the Gradle scans
([before](https://scans.gradle.com/s/eyniu3ovxijik),
[after](https://scans.gradle.com/s/yrqwt6ki77is4)), the
`:beam-runners-flink_2.11:validatesRunnerBatch` task is dramatically faster
(12min -> 2.5 min). The scans show we're still running the same number of tests
(475 in both cases), so I believe this is actual improvement.
I wonder what the cause of the improvement is; maybe the differences in how
Gradle allocated memory to the test tasks? /cc @mxm @tweise
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 198882)
Time Spent: 1h 40m (was: 1.5h)
> Upgrade Gradle to 5.2
> ---------------------
>
> Key: BEAM-6630
> URL: https://issues.apache.org/jira/browse/BEAM-6630
> Project: Beam
> Issue Type: Improvement
> Components: build-system
> Reporter: Michael Luckey
> Assignee: Michael Luckey
> Priority: Minor
> Fix For: 2.11.0
>
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> - Reenables build cache with jacoco
> - java 11 support (see https://issues.apache.org/jira/browse/BEAM-2530)
> - some improvements in build time expected
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)