The GitHub Actions job "Tests AMD" on airflow.git/main has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
3347e035795a1952efbe1d560048fbd8bbfcd159 / Jarek Potiuk <[email protected]>
Improve terminal handling for breeze commands (#52452)

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.

Report URL: https://github.com/apache/airflow/actions/runs/15955791683

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to