The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 9eae6621e86c1d2312b36c90bd9df7ac81c83315 / Jarek Potiuk <[email protected]> Fix failing "ARM cache" build (#33609) 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/5938786934 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
