The GitHub Actions job "Tests" on airflow.git has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 3140fb4be35277debb7a746d22c0f4f638ab8bfd / Jarek Potiuk <ja...@potiuk.com> Decrease size of docker context by two orders of magnitude When building docker image, local source files are sent as context. Unfortunately node and pnmp are adding a lot of cache inside the source tree and if we are not carefuly with excludin those, we end up with GBs of context being sent to docker before the build even starts (which takes minutes) This PR removes .pnpm-store folders that were the root cause for sending 1.5GB of context. It also adds simple instructions how you can check which files are in the context and how to see the size of the context. With this change, the context is down from 1.5 GB to 90 MB - cutting docker build context sending time from ~ minute to under a second. Report URL: https://github.com/apache/airflow/actions/runs/13650660790 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org For additional commands, e-mail: jobs-h...@airflow.apache.org