The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 30777b6279b4fa7ac997ed5889efb6c47b4d5f98 / Jarek Potiuk <[email protected]> Switch building airlfow packages to gneneric images instead of CI image Since we are using setuptools (for now) to build airflow packages, we still want to run the build in docker image in order to not take the risk that code from forks is executed as part of the job that can have access to secrets and package writing. However we do not need the whole CI image. In order to build airflow packages we need just few dependencies and we can easily build image needed during the build. This PR switches the image used and uses Python script to do it rather than bash script used previously. Building PROD image is also faster now as it does not need to pull CI image to build packages. Report URL: https://github.com/apache/airflow/actions/runs/6917924961 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
