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

Head commit for run:
657f7434f5c29f5fb598a3f23ec8a36402cdf79a / Jarek Potiuk <[email protected]>
Add support for marking tests as DB tests

This PR marks DB tests as such and allows to split execution
of the tests in CI to run the DB tests with the various database
while the non-db tests - without the DB in a separate run.

In order to do that, the code to select which tests to run has been
moved from `entrypoint_ci.sh` bash to breeze's Python code, which is
generally much nicer to maintain and common for both "DB" and
"non-DB" tests. Also it got a test coverage - which is extremely
important to make sure that we are covering all tests.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to