Abacn commented on code in PR #26174: URL: https://github.com/apache/beam/pull/26174#discussion_r1160852108
########## .test-infra/jenkins/job_PostCommit_Python_Sickbay.groovy: ########## @@ -19,10 +19,10 @@ import CommonJobProperties as commonJobProperties import PostcommitJobBuilder -import static PythonTestProperties.ALL_SUPPORTED_VERSIONS +import static PythonTestProperties.ESSENTIAL_VERSIONS Review Comment: https://ci-beam.apache.org/view/PostCommit/job/beam_PostCommit_Sickbay_Python310/ never worked and no one find it for months. That led to me think about using ESSENTIAL_VERSIONS suffices. ``` 08:45:45 Task 'python310SickbayPostCommit' not found in root project 'beam'. Some candidates are: 'python37SickbayPostCommit', 'python38SickbayPostCommit', 'python39SickbayPostCommit'. ``` -- 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]
