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/12/06 19:42:24 UTC

[GitHub] [beam] y1chi commented on a change in pull request #16141: [BEAM-13373] Move spanner IO ITs to python 3.6 to avoid running all t…

y1chi commented on a change in pull request #16141:
URL: https://github.com/apache/beam/pull/16141#discussion_r763324961



##########
File path: build.gradle.kts
##########
@@ -283,18 +283,18 @@ task("python36PostCommit") {
   dependsOn(":sdks:python:test-suites:dataflow:py36:postCommitIT")
   dependsOn(":sdks:python:test-suites:direct:py36:postCommitIT")
   dependsOn(":sdks:python:test-suites:portable:py36:postCommitPy36")
+  dependsOn(":sdks:python:test-suites:dataflow:py36:spannerioIT")
+  dependsOn(":sdks:python:test-suites:portable:py36:xlangSpannerIOIT")
 }
 
 task("python37PostCommit") {
   dependsOn(":sdks:python:test-suites:dataflow:py37:postCommitIT")
-  dependsOn(":sdks:python:test-suites:dataflow:py37:spannerioIT")
   dependsOn(":sdks:python:test-suites:direct:py37:postCommitIT")
   dependsOn(":sdks:python:test-suites:direct:py37:directRunnerIT")
   dependsOn(":sdks:python:test-suites:direct:py37:hdfsIntegrationTest")
   dependsOn(":sdks:python:test-suites:direct:py37:mongodbioIT")
   dependsOn(":sdks:python:test-suites:direct:py37:spannerioIT")

Review comment:
       right, thanks.




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