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

Head commit for run:
bc87b4ccf1f32070356f5171bd63da9a7b1bb22d / Jarek Potiuk <[email protected]>
Handles updating non-overlapping constraint requirements

So far when we attempted to upgrade requirements of a dependency with
fixed requirement or when the new range was not overlapping with the
old rangem we had to synchronize pushing constraints at the same
time as merging the setup.py/setup.cfg change - otherwise regular
PR that did not have "--upgrade-to-newer-dependencies" derived,
failed because of conflicting constraints.

This PR solves the problem by attempting to rebuild the image again,
this time with "--upgrade-to-newer-dependencies" set when the
first attempt to build fail in CI.

The effect of it should be that the image should not fail and let the
regular PRs continue, while the constraints are being updated in
main.

This should finally make the builds self-maintainable even if we
bump fixed constraints.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to