TobKed commented on pull request #12452:
URL: https://github.com/apache/beam/pull/12452#issuecomment-671384857


   > > @tvalentyn answering your question:
   > > > Also, all actions workflow run in parallel, right? so it takes roughly 
the same time as running a regular precommit? In such case we could consider 
running it on PR.
   > > 
   > > 
   > > Building sdk source dist is used as prerequisite for 
`python_wordcount_dataflow` job . Building source distribution is already 
validated for PR in `.github/workflows/build_wheels.yml` workflow.
   > 
   > Not sure I follow. I meant to say: if Github Action test suites run 
comparative amount of time as Jenkins precommit suites, we can continue running 
Github Action test suites on each PR, assuming Actions Quota is not a concern. 
I wanted to know whether different suites from the matrix (Py3.5 on Windows, 
Py3.6 on MacOS) run in parallel or not.
   
   Yes, they run in parallel. It is not always the case since parallel jobs are 
limited to some amount, but AFAIK since apache has Enteprise plan so this 
number is a quite big ([github actions docs - usage 
limits](https://docs.github.com/en/actions/getting-started-with-github-actions/about-github-actions#usage-limits))


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


Reply via email to