jason810496 commented on code in PR #67993:
URL: https://github.com/apache/airflow/pull/67993#discussion_r3353342679
##########
dev/breeze/src/airflow_breeze/utils/selective_checks.py:
##########
@@ -214,6 +215,13 @@ def __hash__(self):
r"^providers/apache/kafka/.*",
r"^providers/common/messaging/.*",
],
+ FileGroupForCi.JAVA_SDK_E2E_FILES: [
+ r"^java-sdk/.*",
+ r"^airflow-e2e-tests/tests/airflow_e2e_tests/java_sdk_tests/.*",
+ r"^airflow-e2e-tests/docker/java\.yml$",
+ r"^airflow-e2e-tests/docker/Dockerfile\.java$",
+ r"^task-sdk/src/airflow/sdk/coordinators/java/.*",
+ ],
Review Comment:
The Go-SDK patch works
(https://github.com/apache/airflow/actions/runs/26927752705/job/79445232931?pr=67956).
The Java-SDK e2e test didn't be triggered in this PR as the files we changed
are not included in the regex here.
--
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]