The GitHub Actions job "Build Images" on airflow.git has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: d4db777fb70ba4a056d6f22e9c01521289159ade / Jarek Potiuk <[email protected]> Improve cleanup of temporary files in CI After recent change in Paralell execution, we start to have infrequent "no space left on device" message - likely caused by the /tmp/ generated files clogging the filesystem from multiple runs. We could fix it by simply running cleanup after parallel job always, but this is not good due to diagnostics needed when debugging parallel runs locally so we need to have a way to skip /tmp files deletion. This PR fixes the problem twofold: * cleanup breeze instructions which is run at the beginning of every job cleans also /tmp file * the parallel jobs cleans after themselvs unless skipped. Report URL: https://github.com/apache/airflow/actions/runs/2927671730 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
