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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]