The GitHub Actions job "Tests" on airflow.git has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 9e8844447bd5a0563338603bc4f6a980ee01104f / Jarek Potiuk <[email protected]> Decrease delay between CI and PROD image build jobs The PROD image is built based on source constraints that are constraints based on depdencies available in the CI image. We have a separate job generating all constraints (source, PyPI, No providers). Generation of Source constraints is very fast (seconds) but generation of PyPI and No Providers constraints is a lot longer because it requires to remove (and reinstalling) of provider packages from PyPI and it takes ~15 minutes - but we could start it way faster if we do not wait for the non-source constraints and let them run in parallel. This PR optimizes it: * source constraints are also generated right after images are built and separately uploaded as source-constraints artifacts * PROD image build uses the source constraints and the PROD image job does not have to wait for the "preview-costraints" job. Report URL: https://github.com/apache/airflow/actions/runs/6916920806 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
