[ 
https://issues.apache.org/jira/browse/BEAM-6028?focusedWorklogId=164452&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-164452
 ]

ASF GitHub Bot logged work on BEAM-6028:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 09/Nov/18 18:01
            Start Date: 09/Nov/18 18:01
    Worklog Time Spent: 10m 
      Work Description: swegner commented on a change in pull request #6993: 
[BEAM-6028] Share docker image name along with shared task
URL: https://github.com/apache/beam/pull/6993#discussion_r232341315
 
 

 ##########
 File path: runners/google-cloud-dataflow-java/build.gradle
 ##########
 @@ -115,7 +115,13 @@ def dataflowFnApiWorkerJar = 
project.findProperty('dataflowWorkerJar') ?: projec
 def dockerImageRoot = project.findProperty('dockerImageRoot') ?: 
"us.gcr.io/${dataflowProject}/java-postcommit-it"
 def dockerImageContainer = "${dockerImageRoot}/java"
 def dockerTag = new Date().format('yyyyMMddHHmmss')
-def dockerImageName = "${dockerImageContainer}:${dockerTag}"
+ext.dockerImageName = "${dockerImageContainer}:${dockerTag}"
 
 Review comment:
   Oh, interesting. I had assumed that these tests were using the same Docker 
container and so we could just build and upload them once in a shared task.
   
   Are there real differences in the container images such that they should be 
kept separate?

----------------------------------------------------------------
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:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 164452)
    Time Spent: 2.5h  (was: 2h 20m)

> beam_PreCommit_JavaPortabilityApi_Cron fails due to a timeout
> -------------------------------------------------------------
>
>                 Key: BEAM-6028
>                 URL: https://issues.apache.org/jira/browse/BEAM-6028
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-java-harness
>    Affects Versions: Not applicable
>            Reporter: Chamikara Jayalath
>            Assignee: Scott Wegner
>            Priority: Critical
>         Attachments: 1.png
>
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> Looks like last three runs failed (so probably perma red).
>  
> For example,
> [https://builds.apache.org/job/beam_PreCommit_JavaPortabilityApi_Cron/26/]
> [https://builds.apache.org/job/beam_PreCommit_JavaPortabilityApi_Cron/26/console]
>  
> Scott, looks like this first failed for your following commit. But not 100% 
> sure if this is the reason.
> [https://github.com/apache/beam/commit/42984a821b3e73aee2966d11d7fb436b5ff22b68]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to