tvalentyn commented on a change in pull request #15968:
URL: https://github.com/apache/beam/pull/15968#discussion_r751670841
##########
File path: sdks/python/test-suites/dataflow/common.gradle
##########
@@ -124,6 +124,30 @@ task postCommitIT {
}
}
+task postCommitExamples {
+ dependsOn 'installGcpTest'
+ dependsOn ':sdks:python:sdist'
+ dependsOn ':runners:google-cloud-dataflow-java:worker:shadowJar'
+
+ def dataflowWorkerJar =
project(":runners:google-cloud-dataflow-java:worker").shadowJar.archivePath
+
+ doLast {
+ def testOpts = basicPytestOpts + ["--numprocesses=8", "--dist=loadfile",
"--collect-only"]
+ def argMap = [
+ "test_opts": testOpts,
+ "sdk_location": files(configurations.distTarBall.files).singleFile,
+ "worker_jar": dataflowWorkerJar,
Review comment:
let's run Dataflow examples with runnerV2. worker_jar should not be
necessary for that.
--
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]