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

Head commit for run:
15406d412a1dc73e6f92badbd401378bbb7d2f11 / Jarek Potiuk <[email protected]>
Do not skip mounting sources on tagged builds by default (#36060)

When we were running tagged builds, we skipped sources mounted
from Airflow directory in order to make sure in CI builds the
sources are coming from the CI image during tests. This also
helps in cases tests are adding/removing code in Airflow sources
while testing, when several containers are running tests in
parallel.

However in case of static checks we still want to mount
sources in order to make sure that all the sources (including
ci scripts) ar coming from local sources rather than from
the image, because those scripts in the iamge can have the
main version of scripts from "Build images" workflow.

Instead of forcing "skip" when tagged image is used. we are
now settings "MOUNT_SOURCES": "skip" for the whole CI workflow,
leaving "SKIP" only in case of mypy checks (as added in #36038)

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

With regards,
GitHub Actions via GitBox


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

Reply via email to