Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
Jarek Potiuk 202b636a4c Fix selective checks for changes outside of airflow .py files (#13430)
When no airflow files change, selective tests only run basic
tests, but this is wrong, because many of .py files are
outside of the airflow folder.

In this case we should enable image building because only then
full set of static checks is executed.

This bug caused for example #13403 to succeed even if it failed
static checks after merge.

(cherry picked from commit 1fe83a435d)
2021-01-21 18:51:05 +00:00
Jarek Potiuk ea5af5bf7a When CLI changes, we also re-run K8S tests (#13305)
Since K8S tests use Airflow CLI (via Helm Chart) we should
also run the K8S tests when CLI changes.

Fixes #12780

(cherry picked from commit e2bfac9fc8)
2021-01-21 18:22:26 +00:00
John Bampton 66e4446538
Fix case of GitHub (#12433)
Github -> GitHub
2020-11-18 07:21:42 +01:00
Jarek Potiuk d85a31f2d8
Adds documentation about the optimized PR workflow (#12006)
We had a lot of problems recently about the queues in Github
Actions. This documentations explains the motivation and approach
we have taken for optimizing our PR workflow.
2020-11-01 00:20:38 +01:00