mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-04 08:21:06 +03:00
Merge branch 'destroy_vm' into 'master'
Distroy VM when running into timeout (Closes: #1094) Closes #1094 See merge request fdroid/fdroidserver!1285
This commit is contained in:
commit
c28bb024af
1 changed files with 1 additions and 1 deletions
|
@ -893,7 +893,7 @@ def force_halt_build(timeout):
|
|||
logging.error(_('Force halting build after {0} sec timeout!').format(timeout))
|
||||
timeout_event.set()
|
||||
vm = vmtools.get_build_vm('builder')
|
||||
vm.halt()
|
||||
vm.destroy()
|
||||
|
||||
|
||||
def parse_commandline():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue