potiuk commented on PR #27260: URL: https://github.com/apache/airflow/pull/27260#issuecomment-1290629288
This one should make it WAY easier to understand some of the CI errors because users will not have to open the "folded" parts of the output to see the actual errors (I will add more of those later as I encounter them). Examples of this working: 1) Showing whch dependencies got upgraded: https://github.com/apache/airflow/actions/runs/3321065827/jobs/5488222375 2) Errors while testing providers installation https://github.com/apache/airflow/actions/runs/3321065827/jobs/5488433764 3) Failing unit tests: https://github.com/apache/airflow/actions/runs/3321065827/jobs/5488434670 All of them surface the important error or output directly in the CI log without the information being folded and without the extra verbose information that is printed in the folded sections. Very similar to what we already do in docs building. -- 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]
