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 2020/10/13 15:01:03 UTC

[GitHub] [airflow] potiuk opened a new pull request #11504: Combine back multiple test types into single jobs

potiuk opened a new pull request #11504:
URL: https://github.com/apache/airflow/pull/11504


   Seems that by splitting the tests into many small jobs has a bad
   effect - since we only have queue size = 180 for the whole Apache
   organisation, we are competing with other projects for the jobs
   and with the jobs being so short we got starved much more than if
   we had long jobs. Therefore we are re-combining the test types into
   single jobs per Python version/Database version and run all the
   tests sequentially on those machines.
   
   <!--
   Thank you for contributing! Please make sure that your code changes
   are covered with tests. And in case of new features or big changes
   remember to adjust the documentation.
   
   Feel free to ping committers for the review!
   
   In case of existing issue, reference it using one of the following:
   
   closes: #ISSUE
   related: #ISSUE
   
   How to write a good git commit message:
   http://chris.beams.io/posts/git-commit/
   -->
   
   ---
   **^ Add meaningful description above**
   
   Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#pull-request-guidelines)** for more information.
   In case of fundamental code change, Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvements+Proposals)) is needed.
   In case of a new dependency, check compliance with the [ASF 3rd Party License Policy](https://www.apache.org/legal/resolved.html#category-x).
   In case of backwards incompatible changes please leave a note in [UPDATING.md](https://github.com/apache/airflow/blob/master/UPDATING.md).
   


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



[GitHub] [airflow] potiuk merged pull request #11504: Combine back multiple test types into single jobs

Posted by GitBox <gi...@apache.org>.
potiuk merged pull request #11504:
URL: https://github.com/apache/airflow/pull/11504


   


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



[GitHub] [airflow] potiuk commented on pull request #11504: Combine back multiple test types into single jobs

Posted by GitBox <gi...@apache.org>.
potiuk commented on pull request #11504:
URL: https://github.com/apache/airflow/pull/11504#issuecomment-707846391


   Nope. Kubernetes is a bit more work as the cluster is setup in Action. We'd have to setup all three of them at once. Reverted the last fixup 


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



[GitHub] [airflow] potiuk commented on pull request #11504: Combine back multiple test types into single jobs

Posted by GitBox <gi...@apache.org>.
potiuk commented on pull request #11504:
URL: https://github.com/apache/airflow/pull/11504#issuecomment-707864250


   Few more corrections to Integration tests 


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