potiuk commented on code in PR #23715:
URL: https://github.com/apache/airflow/pull/23715#discussion_r962028405
##########
dev/breeze/src/airflow_breeze/commands/testing_commands.py:
##########
@@ -239,8 +310,12 @@ def tests(
test_type: str,
test_timeout: str,
db_reset: bool,
+ run_in_parallel: bool,
+ parallelism: int,
image_tag: Optional[str],
mount_sources: str,
+ skip_cleanup: bool,
+ include_success_outputs: bool,
Review Comment:
I think we can remove ``limit_progress_output`` parameter altogether (from
both helm_tests and testing). Once we get parallel running, the
limit_progess_output should be always enabled when run in parallel and disabled
when not, so we do not need another flag there.
--
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]