The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user jscheffl (triggered by jscheffl).

Head commit for run:
3ec8b1067d079e88c448d1b562c5009e8c42da27 / Jarek Potiuk <[email protected]>
Fix ownership of files that docker uses in mounted directories (#46428)

The #46358 moved docker to another mounted directory - but this
directory and all files in it are owned by host user. The directory
and all files inside should be owned by root in order to properly
reflect permissions of the files when building docker images.

The change is now simplified. Rather than passing mount directory
by variable and passing it through GitHub Actions, we hard-code
the location of docker in cleanup_docker.sh script - we also
incorporate changing ownership and showing disk space in the same
cleanup_docker.sh script and make sure that script is only called
in the "real" (not composite) actions at the beginning - right
after the repository is checked out - previously that script
was also called in composite actions and changing the repo to be
writeable was done AFTER cleanup_docker.sh - which would not
work as we want the /mnt directory to be still owned by the
host user, but the docker storage should be still owned by root.

Report URL: https://github.com/apache/airflow/actions/runs/13875495015

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to