potiuk commented on a change in pull request #12114:
URL: https://github.com/apache/airflow/pull/12114#discussion_r518319638
##########
File path: scripts/ci/selective_ci_checks.sh
##########
@@ -475,8 +475,9 @@ function get_count_kubernetes_files() {
echo
local pattern_array=(
"^airflow/kubernetes"
+ "^airflow/executors/kubernetes_executor.py"
Review comment:
We should only leave "chart" and "tests_kuberenetes" here. This will
mean that when "charts" and "tests_kubernetes" do not change and there are no
core changes - the kubernetes tests will be skipped.
Those are really "negative" selection criteria: If none of the files from
the group changes - this group is skipped. Unless any core file changes, which
triggers all tests.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]