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

Head commit for run:
67a24aed68c74aee2706d2c7b6b029a5846f0d55 / Jarek Potiuk <[email protected]>
Disable provider packages building for non-main branch builds (#25056)

* Disable provider packages building for non-main branch builds

When running the builds from non-main, we do not want to use
provider packages built locally, but we want to install those from
PyPI. This is achieved by skipping the step of building providers
in case default branch is not main.

During this change it was also discovered that we do not need
AIRFLOW_FROM_CONTEXT flag to indicate whether airflow is
among those being installed from docker-context files. This is
now detected automatically and airflow is installed from Pypi
if not installed from docker context files. Providers
and airflow are automatically detected and installed if they are
present.

Installing pre-cached dependencies from GitHub is skipped in
case docker-context-files are used.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to