mirror of
https://github.com/clearml/clearml-agent
synced 2025-02-07 13:26:08 +00:00
Fix dynamic GPU sometimes misses the initial print - if we found the closing print it should be good enough to signal everything is okay
This commit is contained in:
parent
8a2bea3c14
commit
9f207d5155
@ -2061,6 +2061,7 @@ class Worker(ServiceCommandSection):
|
||||
service_mode_internal_agent_started = True
|
||||
filter_lines = printed_lines[:i+1]
|
||||
elif line.startswith(log_control_end_msg):
|
||||
service_mode_internal_agent_started = True
|
||||
return filter_lines, service_mode_internal_agent_started, 0
|
||||
|
||||
return filter_lines, service_mode_internal_agent_started, None
|
||||
|
Loading…
Reference in New Issue
Block a user