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

Head commit for run:
07c1ddffe0af2e91be96abadb8ea5371cb2293e4 / Jarek Potiuk <[email protected]>
Fix failing "ARM cache" build

The new version of autossh installed yesterday when our AMI has
been refreshed is a little less verbose when printing AUTOSSH_LOG
entries. So far it produced entries for starting and running the
autossh - which was not intersting if nothing was wrong:

```
2023/08/21 06:33:27 autossh[31898]: starting ssh (count 1)
2023/08/21 06:33:27 autossh[31898]: ssh child pid is 31899
```

The new versio will not produce any output and wont even create
a file when nothing wrong happens and this caused our CI
to fail at the very last moment - after the ARM instance has
been stopped.

This PR won't fail when the autossh log is missing.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to