[
https://issues.apache.org/jira/browse/BEAM-4302?focusedWorklogId=114039&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-114039
]
ASF GitHub Bot logged work on BEAM-4302:
----------------------------------------
Author: ASF GitHub Bot
Created on: 21/Jun/18 04:09
Start Date: 21/Jun/18 04:09
Worklog Time Spent: 10m
Work Description: yifanzou commented on a change in pull request #5406:
[BEAM-4302] add beam dependency checks
URL: https://github.com/apache/beam/pull/5406#discussion_r196994796
##########
File path: sdks/python/build.gradle
##########
@@ -230,3 +230,12 @@ task postCommit() {
dependsOn "hdfsIntegrationTest"
dependsOn "postCommitVRTests"
}
+
+task dependencyUpdates(dependsOn: ':dependencyUpdates') {
+ doLast {
+ exec {
+ executable 'sh'
Review comment:
The check on dependency update has two parts: Java & Python. In the root
build.gradle file, I added a task "runBeamDependencyCheck", which includes two
subtasks: 1. ":dependencyUpdates" checks java deps implemented by the
gradle-versions-plugin; 2. ":beam-sdks-python:dependencyUpdates" runs a script
to check Python's updates.
----------------------------------------------------------------
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: 114039)
Time Spent: 60h 40m (was: 60.5h)
> Fix to dependency hell
> ----------------------
>
> Key: BEAM-4302
> URL: https://issues.apache.org/jira/browse/BEAM-4302
> Project: Beam
> Issue Type: New Feature
> Components: testing
> Reporter: yifan zou
> Assignee: yifan zou
> Priority: Major
> Time Spent: 60h 40m
> Remaining Estimate: 0h
>
> # For Java, a daily Jenkins test to compare version of all Beam dependencies
> to the latest version available in Maven Central.
> # For Python, a daily Jenkins test to compare versions of all Beam
> dependencies to the latest version available in PyPI.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)