The GitHub Actions job "Tests AMD" on 
airflow.git/improve-terminal-handling-for-run-command has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
6d46aef997b45e18c540fcf7249c0b5c3b136ee7 / Jarek Potiuk <[email protected]>
Improve terminal handling for breeze commands

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/15955026465

With regards,
GitHub Actions via GitBox


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

Reply via email to