mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55:42 +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')
|
||||
os.makedirs(output_mount_src)
|
||||
output_mount = '{}:{}:rw'.format(output_mount_src, output_mount_dest)
|
||||
logging.warning(input_mount)
|
||||
logging.warning(output_mount)
|
||||
service_kwargs = {'command': cmd,
|
||||
'constraints': ['node.role==worker'],
|
||||
'labels': {'origin': 'nopaque',
|
||||
|
Loading…
Reference in New Issue
Block a user