kennknowles commented on code in PR #17354:
URL: https://github.com/apache/beam/pull/17354#discussion_r855495073
##########
sdks/python/test-suites/dataflow/common.gradle:
##########
@@ -124,6 +124,30 @@ task postCommitIT {
}
}
+task postCommitSickbay {
+ 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
Review Comment:
You would be `--data_service_options=use_runner_v2` I believe. It may need
to be `--experiments=use_runner_v2` if that does not work (but it is not an
experiment any more).
Pablo - is `apache-beam-testing` excluded from auto opt in?
--
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]