[
https://issues.apache.org/jira/browse/BEAM-6084?focusedWorklogId=167112&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-167112
]
ASF GitHub Bot logged work on BEAM-6084:
----------------------------------------
Author: ASF GitHub Bot
Created on: 16/Nov/18 22:36
Start Date: 16/Nov/18 22:36
Worklog Time Spent: 10m
Work Description: swegner opened a new pull request #7074: [BEAM-6084]
Fix Dataflow runner task dependencies for container registration.
URL: https://github.com/apache/beam/pull/7074
PR #6993 introduced automatic cleanup of container images pushed to
a container registry. However the logic requires all tasks which use the
container registry to declare an explicit dependency, otherwise the
cleanup can run before the consuming task completes.
This change adds explicit dependencies where needed as well as
documentation for this requirement.
------------------------
Follow this checklist to help us incorporate your contribution quickly and
easily:
- [ ] Format the pull request title like `[BEAM-XXX] Fixes bug in
ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA
issue, if applicable. This will automatically link the pull request to the
issue.
- [ ] If this contribution is large, please file an Apache [Individual
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
It will help us expedite review of your Pull Request if you tag someone
(e.g. `@username`) to look at it.
Post-Commit Tests Status (on master branch)
------------------------------------------------------------------------------------------------
Lang | SDK | Apex | Dataflow | Flink | Gearpump | Samza | Spark
--- | --- | --- | --- | --- | --- | --- | ---
Go | [](https://builds.apache.org/job/beam_PostCommit_Go_GradleBuild/lastCompletedBuild/)
| --- | --- | --- | --- | --- | ---
Java | [](https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Apex_Gradle/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow_Gradle/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink_Gradle/lastCompletedBuild/)
[](https://builds.apache.org/job/beam_PostCommit_Java_PVR_Flink/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Gearpump_Gradle/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Samza_Gradle/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Spark_Gradle/lastCompletedBuild/)
Python | [](https://builds.apache.org/job/beam_PostCommit_Python_Verify/lastCompletedBuild/)
| --- | [](https://builds.apache.org/job/beam_PostCommit_Py_VR_Dataflow/lastCompletedBuild/)
</br> [](https://builds.apache.org/job/beam_PostCommit_Py_ValCont/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Python_VR_Flink/lastCompletedBuild/)
| --- | --- | ---
----------------------------------------------------------------
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: 167112)
Time Spent: 10m
Remaining Estimate: 0h
> [beam_PostCommit_Java_ValidatesRunner_PortabilityApi_Dataflow_Gradle]
> [validatesRunnerPortabilityApi] No such image
> -------------------------------------------------------------------------------------------------------------------
>
> Key: BEAM-6084
> URL: https://issues.apache.org/jira/browse/BEAM-6084
> Project: Beam
> Issue Type: Bug
> Components: test-failures
> Reporter: Scott Wegner
> Assignee: Scott Wegner
> Priority: Major
> Labels: currently-failing
> Time Spent: 10m
> Remaining Estimate: 0h
>
> _Use this form to file an issue for test failure:_
> * [Jenkins
> Job|https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_PortabilityApi_Dataflow_Gradle/96/]
> * [Gradle Build
> Scan|https://scans.gradle.com/s/gvxphs4s7d5cc/console-log?task=:beam-runners-google-cloud-dataflow-java:validatesRunnerPortabilityApi]
> * [Test source
> code|https://github.com/apache/beam/blob/5446d0cfd9a4fd701f3171ea8bda9ba8f44f4de4/runners/google-cloud-dataflow-java/build.gradle#L244]
> Initial investigation:
> Error message from Gradle scan:
> {{Error response from daemon: No such image:
> us.gcr.io/apache-beam-testing/java-postcommit-it/java:20181115000023}}
> I suspect this could be caused by my cleanup PR: [Share docker image name
> along with shared task|https://github.com/apache/beam/pull/6993]
> ----
> _After you've filled out the above details, please [assign the issue to an
> individual|https://beam.apache.org/contribute/postcommits-guides/index.html#find_specialist].
> Assignee should [treat test failures as
> high-priority|https://beam.apache.org/contribute/postcommits-policies/#assigned-failing-test],
> helping to fix the issue or find a more appropriate owner. See [Apache Beam
> Post-Commit
> Policies|https://beam.apache.org/contribute/postcommits-policies]._
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)