potiuk commented on PR #26119: URL: https://github.com/apache/airflow/pull/26119#issuecomment-1234844458
This is a reasult of discussion with @o-nikolas and @mik-laj on Slack: https://apache-airflow.slack.com/archives/C015SLQF059/p1661905832810429 This change should make our cache of images much "fresher" even in case our main starts failing. It does not attempt to upgrade constraints - it will try to build the image with current constraints and push it as cache. This is done early in the build workflow and it will not wait for all tests to finish (like the final cache pushing which also upgrades constraints). Result of this change will be that even if tests fail, if the images can be build and succeed, they will be pushed as cache quickly - and this will make subsequent builds to be much faster. -- 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]
