You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/09/02 21:26:56 UTC

[GitHub] [airflow] potiuk commented on a diff in pull request #23715: breeze test parallel

potiuk commented on code in PR #23715:
URL: https://github.com/apache/airflow/pull/23715#discussion_r962023806


##########
.github/workflows/ci.yml:
##########
@@ -961,7 +961,10 @@ ${{ hashFiles('.pre-commit-config.yaml') }}"
         run: ./scripts/ci/testing/run_downgrade_test.sh
       - name: "Test Offline SQL generation"
         run: ./scripts/ci/testing/run_offline_sql_test.sh
-      - name: "Tests: ${{needs.build-info.outputs.test-types}}"
+      - name: "Tests: ${{needs.build-info.outputs.testTypes}}"
+        run: breeze tests --run-in-parallel
+        env:
+          PYTHON_VERSIONS: ${{ needs.build-info.outputs.pythonVersionsListAsString }}
         run: ./scripts/ci/testing/ci_run_airflow_testing.sh

Review Comment:
   The all "ci_run_airflow_testing.sh" run shoudl be removed - I think this what makes it not run currently becausse there is eror when parsing the yml file.



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org