Skip to content

Commit 84a9e26

Browse files
authored
Remove restart VIs step
1 parent 58b8ddc commit 84a9e26

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

installation_and_upgrade/ibex_install_utils/install_tasks.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ def run_instrument_install(self) -> None:
186186
self._server_tasks.setup_calibrations_repository()
187187
self._server_tasks.update_calibrations_repository()
188188
self._system_tasks.clear_or_reapply_hotfixes()
189-
self._system_tasks.restart_vis()
190189
self._server_tasks.install_wiring_tables()
191190
self._server_tasks.configure_motion()
192191
self._system_tasks.add_nagios_checks()
@@ -218,7 +217,6 @@ def run_instrument_deploy_post_start(self) -> None:
218217
Current the server can not be started in this python script.
219218
"""
220219
self._client_tasks.start_ibex_gui()
221-
self._system_tasks.restart_vis()
222220
self._client_tasks.perform_client_tests()
223221
self._server_tasks.perform_server_tests()
224222
self._server_tasks.run_config_checker()

installation_and_upgrade/ibex_install_utils/tasks/system_tasks.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -166,14 +166,6 @@ def configure_com_ports(self) -> None:
166166
"- etc.\n"
167167
)
168168

169-
@task("Restart VIs")
170-
def restart_vis(self) -> None:
171-
"""
172-
Restart Vis which were running on upgrade start.
173-
"""
174-
self.prompt.prompt_and_raise_if_not_yes(
175-
"Please restart any VIs that were running at the start of the upgrade"
176-
)
177169

178170
@task("Update Instrument List")
179171
def update_instlist(self) -> None:

0 commit comments

Comments
 (0)