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/08/31 10:38:14 UTC

[GitHub] [airflow] potiuk commented on pull request #17939: Always upgrade to newer dependencies in main

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


   This was the root cause of the problems like https://github.com/apache/airflow/pull/17935/checks?check_run_id=3471093531#step:10:5138 which happened recently from time to time.
   
   The problem was that successful build in main could actually "Downrade" the constraints in some cases where cached image contained still celery 4.7. This one should fix it - all the "main" (push/schedule) builds will use the "eager upgrade" and the generated constraints will never be downgraded to the last cache.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org