The GitHub Actions job "Tests" on airflow.git/remove-special-case-for-prod-image-builds has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 08bd275dfc0d070247562da0d1c571c3169add03 / Jarek Potiuk <[email protected]> Remove special case for building PROD image in non-main branch When we removed "chicken-egg-providers" from the build in #49799 we should be able now to build PROD image in v3*test branch without special case of only using PyPI providers. This should work because in v3-*test branch we automatically detect (by presence of relesed tag) whether we should build provider from sources or use it from PyPI. In normal circumstances, we would need use providers fro PyPI, but sometimes (For example for 3.0.1) we need to use some providers from sources before they get released (for example common.messaging 1.0.1 that is the lowest possible common.messaging for Airflow 3.0.1. This PR removes that special case and switches to the same method of building PROD image in main and in release branch. Report URL: https://github.com/apache/airflow/actions/runs/14791211986 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
