The GitHub Actions job "Tests AMD" on airflow.git/v3-0-test has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: c545913bd315e7c62a2ca6b16c0212d81301b407 / Jarek Potiuk <[email protected]> [v3-0-test] Improve terminal handling for breeze commands (#52452) (#52456) Console width has been hard-coded in CI commands, which often limited what was written in CI (Github action's CI does not have a terminal, nor terminal width so we allocate pseudo-terminal there) However when running breeze locally we should be able to use all terminal width. This PR: * increases length of CI terminal as we tend to have longer paths now after we moved stuff to subdirectories * only fixes terminal size on CI and leaves it None (auto) for local runs * adds --tty (default auto) to `breeze run` command to allow to use it both locally and in CI. (cherry picked from commit 3347e035795a1952efbe1d560048fbd8bbfcd159) Report URL: https://github.com/apache/airflow/actions/runs/15955434340 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
