potiuk commented on PR #38504:
URL: https://github.com/apache/airflow/pull/38504#issuecomment-2027253984

   > One thing what confuse me, that why special tests skipped 🤔
   
   We are currently skipping them for regular runs - in one of the recent 
optimization I changed them to be run only:
   
   a) in canary builds
   b) when `upgrade-to-newer-depenendencies` are detected (or set via label).
   
   I figured that we will note it relatively quickly when once of those special 
tests are broken (like I did with Pydantic test few moments ago) and that 
usually it will require maintainer stepping in anyway. We have quite a number 
of those special tests and it adds more than 2x number of tests for regular PRs 
(most of them are running only for Python 3.8 so just 4 set of tests)  - so 
it's a really nice trade-off to only run special tests for those "special" PRs 
and "catch-all" in canary runs.


-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to