Actions
Bug #17384
closed[arvados-dispatch-cloud] Respect CrunchRunCommand and CrunchRunArgumentsList configs
Start date:
02/15/2021
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
Story points:
-
Release:
Release relationship:
Auto
Description
(Currently crunch-dispatch-slurm respects these configs, but arvados-dispatch-cloud does not.)
CrunchRunCommand should be used instead of "crunch-run" when DeployRunnerBinary is set to "" (note DeployRunnerBinary defaults to "/proc/self/exe")
CrunchRunArgumentsList should be inserted in the crunch-run command before the uuid argument when starting a container (not with --list
or --kill
) regardless of CrunchRunCommand / DeployRunnerBinary settings.
Actions