mirror of
https://github.com/clearml/clearml
synced 2025-03-03 18:52:12 +00:00
Fix cloning pipelines ran with start_locally()
doesn't work
This commit is contained in:
parent
f570072883
commit
fa45d32394
@ -824,9 +824,9 @@ class PipelineController(object):
|
|||||||
self._default_execution_queue = self._default_execution_queue or 'mock'
|
self._default_execution_queue = self._default_execution_queue or 'mock'
|
||||||
|
|
||||||
# serialize state only if we are running locally
|
# serialize state only if we are running locally
|
||||||
self._verify()
|
if Task.running_locally() or not self._task.is_main_task():
|
||||||
self._serialize_pipeline_task()
|
self._verify()
|
||||||
self.update_execution_plot()
|
self._serialize_pipeline_task()
|
||||||
|
|
||||||
self._start(wait=True)
|
self._start(wait=True)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user