The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 342a6a6581dee57e8f57bbfae4449954bd22dc89 / Jarek Potiuk <[email protected]> Make airflow package preparation in docker work with all builders The Airflow package preparation using docker, worked nicely in CI and in most cases it worked locally, however in some cases, if you had custom docker builder configured it could stop working because you could have builder configured that would not load the images built locally (this is when you earlier run buildx for caching. This is now fixed - instead of using `buildx` plugin we use regular `docker build` plugin to build airflow packages, also we ignore `out` directory which was not ignored before and could unnecesarily increase time and size of the image build for airflow package preparation. Report URL: https://github.com/apache/airflow/actions/runs/8032404970 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
