gopidesupavan commented on code in PR #54072:
URL: https://github.com/apache/airflow/pull/54072#discussion_r2340443357


##########
.github/workflows/additional-prod-image-tests.yml:
##########
@@ -188,3 +188,13 @@ jobs:
         id: breeze
       - name: "Run Task SDK integration tests"
         run: breeze testing task-sdk-integration-tests
+
+  test-e2e-integration-tests:
+    name: "Test e2e integration tests with PROD image"
+    uses: ./.github/workflows/airflow-e2e-tests.yml
+    with:
+      runners: ${{ inputs.runners }}
+      platform: ${{ inputs.platform }}
+      default-python-version: "${{ inputs.default-python-version }}"
+      use-uv: ${{ inputs.use-uv }}
+      docker-image-tag: "ghcr.io/apache/airflow/main/prod/python${{ 
inputs.default-python-version }}:latest"

Review Comment:
   Yeah i think used that hardcoded variable because the same workflow should 
be able to trigger when needed manually so input is required for on_call 
workflow and dispatch_events. 
   
   I removed hardcoded one now just left empty for canary and we can determine 
tag in conftest same as other docker tests. Hope that make sense? :)



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