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

Head commit for run:
7161c157ae792931bb9def6e6c1de33c26b133f8 / Jarek Potiuk <[email protected]>
Fail "early build cache" if breeze shell command is not quick (#26150)

This is a follow-up after #26148 where we found out that basic
breeze command took far more time than it should when user
answered "yes" to rebuild the image.

This PR adds `--max-time` parameter to `breze shell` command which
forces "exit" to be executed as command and fails if the command
does not complete in time specified.

This command is run in "early build cache" so failure there will
not fail the whole build (the job has "continue on error" set),
but we will see the "red" status of the `main` workflow in case
the build takes longer than 120 seconds - indicating that the
build takes too long.

We only run it for `amd` images because if we have a problem
there, we will have similar problem in arm images.

We make sure to clear the docker cache before the command is run
to make sure that it runs in "clean" state.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to