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

Head commit for run:
8f8a9b62cf90c121eb58e78e4f6d6c84cf0bc814 / Jarek Potiuk <[email protected]>
Move constraints generation to separate job in CI workflow

We generate constraints for preview right after images are build, in
order to be able to see the output and to diagnose which dependencies
have been updated later in the process.

So far we were doing it in CI workflow and When constraints generation
failed however (for example because pip backtracking takes a log ot
time), it faied build image workflow and did not allow tests to
complete.

This PR extracts constraint generation to CI separate job which
does not block tests from running in case constraints generation
fails or times out.

It also moves out the steps from the composite action which allows
to better see which step failed and allows to see the constraints
used in each job more easily.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to