bugraoz93 commented on code in PR #61822:
URL: https://github.com/apache/airflow/pull/61822#discussion_r2808098074


##########
.github/workflows/integration-system-tests.yml:
##########
@@ -213,3 +218,46 @@ jobs:
       - name: "Post Tests failure"
         uses: ./.github/actions/post_tests_failure
         if: failure()
+
+  airflow-ctl-integration-tests:
+    timeout-minutes: 60
+    name: "Airflow CTL integration tests"
+    runs-on: ${{ fromJSON(inputs.runners) }}
+    strategy:
+      fail-fast: false
+      matrix:
+        # Let's maintain this manually for now and we can improve automation
+        airflow-version: ["3.1.7", "main"]

Review Comment:
   As an improvement next, I will return this from SelectiveChecks and make it 
dynamically populated from internals.



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