Keep ATVM watcher notes operator-focused
This commit is contained in:
@@ -1208,9 +1208,6 @@ def determine_state(
|
||||
terminal_subruns = [subrun for subrun in subrun_states if subrun["state"] in {"COMPLETED", "FAILED"}]
|
||||
if terminal_subruns:
|
||||
state = "FAILED" if any(result.failures for result in parent_host_results.values()) else "COMPLETED"
|
||||
notes.append("Run finished and one or more sub-run result artifacts were detected.")
|
||||
if end_ts:
|
||||
notes.append("Final reporting artifacts were detected.")
|
||||
return state, subrun_states, parent_host_results, start_ts, end_ts, currents_url, notes
|
||||
|
||||
if process_gone_since and (now_utc() - process_gone_since).total_seconds() >= process_exit_grace_seconds:
|
||||
|
||||
Reference in New Issue
Block a user