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


##########
dev/breeze/src/airflow_breeze/commands/testing_commands.py:
##########
@@ -431,12 +487,34 @@ def command_for_tests(
         collect_only=collect_only,
         remove_arm_packages=remove_arm_packages,
         github_repository=github_repository,
+        run_db_tests_only=run_db_tests_only,
+        skip_db_tests=skip_db_tests,
+        use_xdist=use_xdist,
+        enable_coverage=enable_coverage,
+        parallelism=parallelism,
+        skip_provider_tests=skip_provider_tests,
     )
     rebuild_or_pull_ci_image_if_needed(command_params=exec_shell_params)
     cleanup_python_generated_files()
     perform_environment_checks()
     if run_in_parallel:
+        if test_type != "All":

Review Comment:
   Renamed all the "All" kinds of test types where they just select a subset of 
tests based on the markers to begin with "All". 
   
   I will add a bit more documentation and example shortly but "All-CI" allows 
to easily simulate what CI is doing when "full-tests-needed" is used when "DB 
tests" are run. Basically it will be:
   
   ```
   breeze testing tests --parallel-test-types All-CI --run-tests-in-parallel 
--run-only-db-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: commits-unsubscr...@airflow.apache.org

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

Reply via email to