Abacn commented on code in PR #29384:
URL: https://github.com/apache/beam/pull/29384#discussion_r1388911439


##########
runners/google-cloud-dataflow-java/arm/build.gradle:
##########
@@ -152,6 +152,7 @@ def cleanUpDockerJavaImages = 
tasks.register("cleanUpDockerJavaImages") {
       commandLine "gcloud", "--quiet", "container", "images", "untag", 
"${DockerJavaMultiarchImageName}"
     }
     exec {
+      ignoreExitValue true

Review Comment:
   The latest workflow run is failing not because test failure, but failed at 
cleanup command not successfully executed: 
https://github.com/apache/beam/actions/runs/6820514264
   
   We do not care about the return code anyways (already did a partial fix in 
#29124)



-- 
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]

Reply via email to