Abacn commented on PR #24204: URL: https://github.com/apache/beam/pull/24204#issuecomment-1365991639
Hi, noticed this when jobs are triggered in other PR. To my experience the test of a single Python version does not take long, but the current PreCommit test suite is running a full version matrix (Py37, Py38, Py39, Py310), in addition to a full version matrix of pyarrow, pytorch, pandas. Given that we are going to migrate to GitHub Actions, I would suggest least effort split as splitting to each precommit of each python version (Py37 to Py310), in addition to another precommit job running a full version matrix of packages pyarrow, pytorch, pandas. Because GitHub Action would also split a job by py version through matrix. -- 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]
