You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/04/13 21:53:23 UTC

[GitHub] [beam] andoni-guzman commented on a diff in pull request #17354: BEAM-14170 - Create a test that runs sickbayed tests ( Python Sickbay tests)

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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org