ihji commented on code in PR #21809: URL: https://github.com/apache/beam/pull/21809#discussion_r918465485
########## runners/google-cloud-dataflow-java/build.gradle: ########## @@ -413,6 +413,7 @@ createCrossLanguageValidatesRunnerTask( classpath: configurations.validatesRunner, numParallelTests: Integer.MAX_VALUE, needsSdkLocation: true, + semiPersistDir: "/var/opt/google", Review Comment: We use different semi persistant dirs for open-source runners and Dataflow runner (don't know why). -- 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]
