The GitHub Actions job "npm_and_yarn in /airflow/www for moment-timezone - 
Update #929067460" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
68aaa077adc3dc771ea6528af91c27b453d7346e / Jarek Potiuk <[email protected]>
Add timeout on total pytest execution time in parallel tests (#44772)

When there is a test that does not allow pytest command to quit
cleanly, in case of parallell commands, we have no chance to see
the outputs of test command that failed, because whole CI job is
cancelled and we only upload the logs on failure in the following
step of the job.

Adding timeout for parallel tests that is a little shorter than
the job timeout will give a chance for our tests to get cancelled
before the job timeout occur, and even if we will not see the logs
in the output of the cancelled `breeze testing` command, the logs
should be uploaded as artifacts in this case.

Also we are serving "cancelled" status of job, because it's likely
that will also be possible to do "something" in case test gets
cancelled due to timeout.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to