The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: f97d1fbe1621b09bc36d2b713dde7399e2283335 / Jarek Potiuk <[email protected]> Add better diagnostics when tests fail (#33023) The "post_test" action had not worked as intended when there was a test failure and did not upload dump of the container logs. It turned out that the "if" conditions in the sub-action do not propagate from the parent action, so "failure()" condition was never met. This PR spplits post-test actions to "success" and "failure" ones, and triggers each action respectively when the tests succeed or fail. It also includes two fixes that makes CI debugging better: * only logs from failed test suite are includeded in the dump (previously all currently running containers were included) * we need to give some time for logs to propagate in case of errors. Report URL: https://github.com/apache/airflow/actions/runs/5753336224 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
