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


##########
dev/breeze/src/airflow_breeze/commands/kubernetes_commands.py:
##########
@@ -147,8 +148,7 @@ def kubernetes_group():
 K8S_CONFIGURE_CLUSTER_PROGRESS_REGEXP = r'.*airflow-python-[0-9.]+-v[0-9.].*'
 K8S_DEPLOY_PROGRESS_REGEXP = r'.*airflow-python-[0-9.]+-v[0-9.].*'
 K8S_TEST_PROGRESS_REGEXP = 
r'.*airflow-python-[0-9.]+-v[0-9.].*|^kubernetes_tests/.*'
-PERCENT_K8S_TEST_PROGRESS_REGEXP = r'^kubernetes_tests/.*\[[ \d*%]*\].*'
-K8S_SKIP_TRUNCATION_REGEXP = r'^kubernetes_tests/.*'

Review Comment:
   I found better ways to truncate the output (I simply check the length of the 
output after stripping or ANSI Colours (standard textwrap does not truncate 
ANSI colors and treats ANSI colors as characters)



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