kacpermuda commented on code in PR #69212:
URL: https://github.com/apache/airflow/pull/69212#discussion_r3538176174


##########
dev/breeze/tests/test_selective_checks.py:
##########
@@ -1469,6 +1471,38 @@ def assert_outputs_are_printed(expected_outputs: 
dict[str, str], stderr: str):
             },
             id="Run go e2e tests when ExecutableCoordinator changes",
         ),
+        pytest.param(
+            
("providers/openlineage/src/airflow/providers/openlineage/plugins/adapter.py",),
+            {
+                "run-providers-e2e-tests-openlineage": "true",
+                "prod-image-build": "true",
+            },
+            id="Run OpenLineage e2e tests for openlineage provider change",
+        ),
+        pytest.param(
+            
("providers/common/compat/src/airflow/providers/common/compat/sdk.py",),
+            {
+                "run-providers-e2e-tests-openlineage": "true",
+                "prod-image-build": "true",
+            },
+            id="Run OpenLineage e2e tests for common provider change",
+        ),
+        pytest.param(
+            
("providers-e2e-tests/openlineage/tests/openlineage_e2e_tests/test_openlineage_e2e.py",),

Review Comment:
   Adjusted to be a real path.



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