lazylynx commented on a change in pull request #12239:
URL: https://github.com/apache/beam/pull/12239#discussion_r467349799
##########
File path: build.gradle
##########
@@ -220,13 +220,12 @@ task pythonPreCommit() {
dependsOn ":sdks:python:test-suites:tox:py36:preCommitPy36"
dependsOn ":sdks:python:test-suites:tox:py37:preCommitPy37"
dependsOn ":sdks:python:test-suites:tox:py38:preCommitPy38"
- dependsOn ":sdks:python:test-suites:dataflow:py2:preCommitIT"
- dependsOn ":sdks:python:test-suites:dataflow:py2:preCommitIT_V2"
- dependsOn ":sdks:python:test-suites:dataflow:py37:preCommitIT"
- dependsOn ":sdks:python:test-suites:dataflow:py37:preCommitIT_V2"
- // We don't include Py35, Py36 precommit ITs to reduce quota footprint.
- // We can reconsider if we ever see an issue that these suites would
- // have caught. Note that the same tests will still run in postcommit.
+ dependsOn ":sdks:python:test-suites:dataflow:preCommitIT"
+ dependsOn ":sdks:python:test-suites:dataflow:preCommitIT_V2"
+ // We don't include all supported Python versions precommit ITs to
Review comment:
OK, removed.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]