The GitHub Actions job "Tests" on airflow.git has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 82fdcadd8efd9c421dc48b3db57eb89b80c7d9f4 / Jarek Potiuk <[email protected]> Refactor and extract production image checks to separate workflows 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/8131388106 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
