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

Head commit for run:
707f573f483b17d8ce525f9987b71dd0e8cc1b28 / Jarek Potiuk <[email protected]>
Speed up SBOM generation by using newest features

The SBOM generation with cdxgen was slow-ish because cdxgen tried
to install all requirements of airflow (and failed) - and then
had fallen back to just using what is provided.

After opening discussion in
https://github.com/CycloneDX/cdxgen/discussions/1270 the maintainer
of cdxgen implemented a fix in the latest version where he exposed
lifecycle parameter to cdxgen server which we are using.

With lifecycle=pre-built the whole step of installation is
skipped and 25 SBOMS for one airflow version (after pulling the
latest cdxgen image) takes ~ 2 minutes instead of 6 minutes
previously.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to