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


##########
.github/workflows/additional-prod-image-tests.yml:
##########
@@ -329,34 +325,17 @@ jobs:
       e2e_test_mode: "go_sdk"
     if: inputs.canary-run == 'true' || inputs.run-go-sdk-e2e-tests == 'true'
 
-  test-providers-e2e-tests-openlineage:
-    name: "Provider E2E tests openlineage"
-    uses: ./.github/workflows/providers-e2e-tests.yml
-    with:
-      provider: "openlineage"
-      provider-display-name: "OpenLineage"
-      runners: ${{ inputs.runners }}
-      platform: ${{ inputs.platform }}
-      default-python-version: "${{ inputs.default-python-version }}"
-      use-uv: ${{ inputs.use-uv }}
-    if: inputs.canary-run == 'true' || 
inputs.run-providers-e2e-tests-openlineage == 'true'
-
-  test-providers-e2e-tests-openlineage-compat:

Review Comment:
   Will review in a second, but first spot is that we would no longer run on 
previous airflow versions, which was crucial. I do not see those in the current 
CI as well, so it was removed. Any reason for that? I thought it's just about 
moving to different directory in repo rather than changing the logic of the 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to