github-ci: kill hanged processes on self runners
For self-hosted runners run w/o restart may need to kill hanged processes that could be leaved from the previous workflows runs. This patch implements in cleanup with kill for such processes in 'environment' actions which is called for all workflows and runs before main steps. Cleanup searches for two names patterns of running processes: - ' tarantool ' - 'test-run.py ' Closes tarantool/tarantool-qa#114
Please register or sign in to comment