The GitHub Actions job "Build Images" on airflow.git has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: d4da454faca24a31c72ffed2cadb26390dcda534 / 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/2975659138 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
