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


##########
.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:
   One more question around this, I see that we moved compat to canary only, 
will the "full tests needed" label still trigger these compats? It would be 
awesome to not run by default on every OL PR, but be able to trigger them for 
some bigger changes. Not sure how this label works now



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