The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: e8b4ef3d5f54b75231d9d6e0e8ca5d44d7922203 / Jarek Potiuk <[email protected]> Optimize CI image build step The image has been using the same disk for building the image and to export the mount cache - which caused some problems in main builds where the build run out of disk space. There are a few changes here: * mount cache is stored in /mnt directory - separately from the root directory where docker storage is * disk stats are displayed more often to see how much disk is used during the build steps * we also display docker buildx stats to show how much space is used by docker buildx * environment variables are moved to the JOB so that they are not set in multiple places * only env variables are used in bash commands to avoid potential template injections (as suggested by zizmor) Report URL: https://github.com/apache/airflow/actions/runs/13110825143 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
