Skip to content

Commit

Permalink
Accepted changes in workflows/pipe-common/pipeline/hpc/gridengine.py
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Tcibin <andrei_tcibin@epam.com>
  • Loading branch information
SilinPavel and tcibinan authored Aug 3, 2023
1 parent 5db437d commit f75de29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflows/pipe-common/pipeline/hpc/gridengine.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,8 +596,8 @@ def delete_host(self, host, skip_on_failure=False):
)
_perform_command(
action=lambda: self.cmd_executor.execute(SlurmGridEngine._SCONTROL_DELETE_NODE % host),
msg='Disabling GE host execution daemon.',
error_msg='Disabling GE host execution daemon has failed.',
msg='Remove host from GE.',
error_msg='Removing host from GE has failed.',
skip_on_failure=skip_on_failure
)

Expand Down

0 comments on commit f75de29

Please sign in to comment.