diff --git a/bin/ci/ci_run_n_monitor.py b/bin/ci/ci_run_n_monitor.py index eab53110080..ba48fda7537 100755 --- a/bin/ci/ci_run_n_monitor.py +++ b/bin/ci/ci_run_n_monitor.py @@ -126,7 +126,7 @@ def monitor_pipeline( target_id: int = -1 name_field_pad: int = len(max(dependencies, key=len))+2 # In a running pipeline, we can skip following job traces that are in these statuses. - skip_follow_statuses = COMPLETED_STATUSES + skip_follow_statuses = COMPLETED_STATUSES.copy() if not force_manual: # If the target job is marked as manual and we don't force it to run, it will be skipped. skip_follow_statuses.add("manual")