andoni-guzman commented on code in PR #17354:
URL: https://github.com/apache/beam/pull/17354#discussion_r849928446


##########
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:
   I don't know how to set up as a Runner V2.
   I did in this way to be sure that the sickbay test have the same 
configuration as normal post commit tests 



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