jason810496 commented on code in PR #69519:
URL: https://github.com/apache/airflow/pull/69519#discussion_r3534740219


##########
dev/breeze/tests/test_selective_checks.py:
##########
@@ -3518,6 +3518,20 @@ def 
test_individual_providers_excludes_platform_excluded_on_arm():
         assert "Providers[ibm.mq]" in amd_output
 
 
+def test_run_kubernetes_tests_forced_by_label():
+    """`area:kubernetes-tests` forces the Kubernetes tests job without pulling 
in
+    the full test matrix, unlike `full tests needed`."""
+    checks = SelectiveChecks(
+        files=("INTHEWILD.md",),

Review Comment:
   Do you mean the "files=(...)" part? This showcase that we should trigger k8s 
test if we set the label even the changed files are not related
   
   (selective check use files to distinguish whether to trigger some test suite)



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to