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 2020/12/02 12:45:17 UTC

[GitHub] [beam] lazylynx commented on a change in pull request #13426: [BEAM-9980] use ALL_SUPPORTED_VERSIONS for constant SUPPORTED_CONTAINER_TASKS for python

lazylynx commented on a change in pull request #13426:
URL: https://github.com/apache/beam/pull/13426#discussion_r534138665



##########
File path: .test-infra/jenkins/PythonTestProperties.groovy
##########
@@ -24,7 +24,9 @@ class PythonTestProperties {
     '3.7',
     '3.8'
   ]
-  final static List<String> SUPPORTED_CONTAINER_TASKS = ['py36', 'py37', 'py38']
+  final static List<String> SUPPORTED_CONTAINER_TASKS = ALL_SUPPORTED_VERSIONS.stream().map {

Review comment:
       Ah it would be better, 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.

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