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/16 18:13:45 UTC

[GitHub] [airflow] potiuk commented on pull request #11541: Optimizes CI builds heavily with selective checks

potiuk commented on pull request #11541:
URL: https://github.com/apache/airflow/pull/11541#issuecomment-710356372


   I think all the points are addressed and we are off to a new world of much faster "small" PR builds. I implemented one more optimisation which I think makes perfect sense and will decrease feedback time for some changes to < 1 minute. 
   
   I limited the pre-commits checks in case of "no-code" changes to only run for the incoming changes and not for all files. I think it makes perfect sense, because those "no-code" checks are usually "per-file" so there is very little risk anything will be broken if we do not check all other files. I am going to still test it but I believe in case someone modifies just a README.md, the feedback time will be < 1 minute.


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