lostluck commented on issue #21698: URL: https://github.com/apache/beam/issues/21698#issuecomment-1170380087
I've been able to verify that the target should be building, but not why it's not being copied to the docker working directory. But the bewildering bit is that the only difference between the broken task and the successful task is using "dockerTagPush" instead of "dockerPush". Successful snapshot push task: https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots https://github.com/apache/beam/blob/243128a8fc52798e1b58b0cf1a271d95ee7aa241/.test-infra/jenkins/job_Publish_SDK_Image_Snapshots.groovy So I think the real fix is to simply switch the load tests to use the snapshot images for the Go SDK LoadTests instead, and remove building and pushing to the relatively unused "beam_portability" images directory (Java doesn't use them for example) instead. A separate task can be filed for decommissioning the Docker Publish Snapshots task (which also includes flink images). -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
