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

Head commit for run:
3a45244c56c5abcdf3a14e0119c0719bd486d37d / Jarek Potiuk <[email protected]>
Refactor and extract production image checks to separate workflows (#37865)

Our CI workflow yaml had become a huge flying-spaghetti-monster
piece of monolitic workflow, with lots of a duplication. This is
the first step (of quite a few) where we separate parts of the
workflow to micro-workflows.

GitHub Actions has the option to call workflows from other workflows
and (additionally to composite actions) such composite workflows
can implement a nice workflow code reuse.

This - first- attempt is to check if we can do it easily and it
should be followed by a series of similar extraction steps.

For now we have prod image steps repeated from the composite
action in the workflow - this is much better as you can see
separate steps in the running jobs (with composite actions, they
are all in a single step). This helps to see what's going on with
the image build. But finally we will also use the new workflows
in the "Pull Request target" and we will remove the composite
action altogether.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to