[
https://issues.apache.org/jira/browse/BEAM-2146?focusedWorklogId=500933&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-500933
]
ASF GitHub Bot logged work on BEAM-2146:
----------------------------------------
Author: ASF GitHub Bot
Created on: 15/Oct/20 02:51
Start Date: 15/Oct/20 02:51
Worklog Time Spent: 10m
Work Description: kennknowles commented on a change in pull request
#13087:
URL: https://github.com/apache/beam/pull/13087#discussion_r505133483
##########
File path: runners/google-cloud-dataflow-java/build.gradle
##########
@@ -210,6 +216,18 @@ task buildAndPushDockerContainer() {
}
}
+// Clean up built images
+task cleanUpDockerImages() {
Review comment:
Sort of :-)
I had a syntax error and the error was "cannot find task
'cleanUpdockerImages'". So I moved this task to an earlier line and the error
was easier to understand.
I was going to revert it, but I noticed it finalized the task
`buildAndPushDockerContainer` which is right above it. So I thought it was kind
of nice to have them close to each other. That is why I left it here.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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: 500933)
Time Spent: 3.5h (was: 3h 20m)
> Continuously run ValidatesRunner suite on Dataflow forcing streaming mode
> -------------------------------------------------------------------------
>
> Key: BEAM-2146
> URL: https://issues.apache.org/jira/browse/BEAM-2146
> Project: Beam
> Issue Type: New Feature
> Components: runner-dataflow
> Reporter: Kenneth Knowles
> Assignee: Kenneth Knowles
> Priority: P2
> Time Spent: 3.5h
> Remaining Estimate: 0h
>
> The {{ValidatesRunner}} test suite works on Dataflow with streaming mode
> forced, and just needs CI setup.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)