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

Head commit for run:
a49ebf102e7b214502077bf87596c24c33b78100 / Jarek Potiuk <[email protected]>
Extract unit tests to separate workflows

This is continuation of decomposing of the huge ci.yaml of ours with
lot of copy-pasted yaml into smaller, separated workflows that are
called when needed. This one is by far the biggest one in terms of
how many repeated lines of workflow have been removed by that one.

It introduce two workflows:

1) Run unit tests workflow that run regular test in a matrix -
   we call them directly from CI yaml for postgres/mysql/sqlite
   and Non-DB tests - and they can run a matrix of tests - depending
   on type of the build we have - in simple PRs, it will be just
   matrix of default values, in more complex and canary build it
   will be a complete matrix of tests.

2) "Special test" - those are special tests that are always run with
   postgres, default version and Python default version but they
   have some "special" thing enabled - downgrade/upgrade of a specific
   important dependecy (boto/sqlalchemy), running quarantined tests
   or performing just collection of tests simulating ARM test
   collection. This workflow calls the regular unit test 1) workflow
   for each such special case - adding one more level of indirection

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

With regards,
GitHub Actions via GitBox


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

Reply via email to