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 2021/11/17 21:55:36 UTC

[GitHub] [beam] tvalentyn commented on a change in pull request #15968: [WIP][BEAM-12572] Beam python examples continuously exercised on at least 2 runners

tvalentyn commented on a change in pull request #15968:
URL: https://github.com/apache/beam/pull/15968#discussion_r751667730



##########
File path: build.gradle.kts
##########
@@ -305,6 +305,23 @@ task("python38PostCommit") {
   dependsOn(":sdks:python:test-suites:portable:py38:postCommitPy38")
 }
 
+
+task("pythonExamplesFlinkPostCommit") {
+  dependsOn(":sdks:python:test-suites:portable:py37:postCommitExamplesFlink")

Review comment:
       let's try to not hardcode a particular python version here and instead specify them in one place, see examples in 
   
   https://github.com/apache/beam/blob/879048179ac9976275da1bd4f59a30ca49dd66af/sdks/python/test-suites/portable/build.gradle#L29
   
   https://github.com/apache/beam/blob/879048179ac9976275da1bd4f59a30ca49dd66af/sdks/python/test-suites/gradle.properties




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