Skip to content

Commit

Permalink
Add Kubernetes-related files to trigger helm tests (#24950)
Browse files Browse the repository at this point in the history
So far, when Kubernetes-related files ware changed, the Helm chart
were not run - which lead to some of the tests failing after merge.
This change adds kubernetes related files in airlfow to list of
files that trigger Helm tets.
  • Loading branch information
potiuk authored Jul 11, 2022
1 parent 32f5eb1 commit 7fc5e0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/breeze/src/airflow_breeze/utils/selective_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ def __hash__(self):
],
FileGroupForCi.HELM_FILES: [
"^chart",
"^airflow/kubernetes",
"^tests/kubernetes",
],
FileGroupForCi.SETUP_FILES: [
r"^pyproject.toml",
Expand Down

0 comments on commit 7fc5e0b

Please sign in to comment.