diff --git a/tests/test_utils/python_scripts/launch_nemo_run_workload.py b/tests/test_utils/python_scripts/launch_nemo_run_workload.py index 0597a3189da..80eaa51edee 100644 --- a/tests/test_utils/python_scripts/launch_nemo_run_workload.py +++ b/tests/test_utils/python_scripts/launch_nemo_run_workload.py @@ -42,6 +42,9 @@ def is_flaky_failure(concat_allranks_logs: str) -> bool: or "free(): corrupted unsorted chunks" in concat_allranks_logs or "Segfault encountered" in concat_allranks_logs or "The following metrics failed" in concat_allranks_logs + or "removal of container" in concat_allranks_logs + or "is already in progress" in concat_allranks_logs + or "Error deleting container" in concat_allranks_logs )