The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 698f5ff84b67284a038f95021cc2795f68e1bb9f / Jarek Potiuk <[email protected]> Use new Breese for building, pulling and verifying the images. We have the new Python-based breeze and we want to replace all the functionality used from the old Breeze with the new one. The most important is image management. It is used in many places and this PR replaces all the places and removes image builidng, pushing, pulling to use the new Breeze everywhere. That includes: * Building and pushing CI image on CI * Building and pushing PROD image on CI which includes: * building Airflow packages * building Provider packages * waiting for images in parallel (both CI and and PROD) * veifying the images (both CI and PROD) All those commands have been moved to breeze.py and that required some modification in the Breeze parameter handling - mainly related to adding spaces when help was displayed because long list of packages looked very bad in help output. It's been easier to implement it in one big PR as using image building and pulling was deeply embedded in many scripts. With this change all the scripts in CI use directly breeze and combine using command line parameters with evn variables directly in the job that execute the breeze commands which makes it much easier to understand what is going on and repeat it locally using Breeze. Fixes: #22825 Fixes: #23077 Fixes: #23076 Fixes: #22829 Fixes: #22828 Fixes: #22826 Fixes: #20961 Fixes: #23102 Fixes: #21098 Report URL: https://github.com/apache/airflow/actions/runs/2204665060 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
