Skip to content

Commit

Permalink
Enable full static checks also when only dev file change (#27212)
Browse files Browse the repository at this point in the history
When only dev/ files change we should run all the static tests
becuase our flake/mypy checks are also run for the dev files.

We have more scripts than "breeze" in dev and since those change
rarely they should be all added to "environment" checks that will
trigger full tests.

See #26605 for an example of such PR that did not trigger the
full set of tests.
  • Loading branch information
potiuk committed Oct 23, 2022
1 parent fd859d1 commit 3a41476
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/breeze/src/airflow_breeze/utils/selective_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def __hash__(self):
FileGroupForCi.ENVIRONMENT_FILES: [
r"^.github/workflows",
r"^dev/breeze",
r"^dev/.*\.py$",
r"^Dockerfile",
r"^scripts",
r"^setup.py",
Expand Down

0 comments on commit 3a41476

Please sign in to comment.