mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-25 02:44:18 +00:00
Remove debug code
This commit is contained in:
parent
9790e783e3
commit
f4233093c0
@ -62,8 +62,6 @@ class CheckJobsMixin:
|
|||||||
output_mount_dest = os.path.abspath('/output')
|
output_mount_dest = os.path.abspath('/output')
|
||||||
os.makedirs(output_mount_src)
|
os.makedirs(output_mount_src)
|
||||||
output_mount = '{}:{}:rw'.format(output_mount_src, output_mount_dest)
|
output_mount = '{}:{}:rw'.format(output_mount_src, output_mount_dest)
|
||||||
logging.warning(input_mount)
|
|
||||||
logging.warning(output_mount)
|
|
||||||
service_kwargs = {'command': cmd,
|
service_kwargs = {'command': cmd,
|
||||||
'constraints': ['node.role==worker'],
|
'constraints': ['node.role==worker'],
|
||||||
'labels': {'origin': 'nopaque',
|
'labels': {'origin': 'nopaque',
|
||||||
|
Loading…
Reference in New Issue
Block a user