You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/05/06 21:20:11 UTC

[GitHub] [airflow] potiuk edited a comment on pull request #15706: Run helm chart tests in parallel

potiuk edited a comment on pull request #15706:
URL: https://github.com/apache/airflow/pull/15706#issuecomment-833874700


   > Looks like it was faster on an actions runner too.
   
   Yep. There are 2 CPUs there.  Most of our tests are already auto-detecting the number of CPUs and I sped them up this way (unfortunately a lot of our regular Airflow tests (unlike the helm tests) cannot be run in parallel with pytest-xdist because they are using shared database and rely on the DB state.  So I had to parallelize them  'per  test type'.


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