Actions
Bug #17384
closed[arvados-dispatch-cloud] Respect CrunchRunCommand and CrunchRunArgumentsList configs
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.
Related issues
Updated by Tom Clegg almost 4 years ago
- Has duplicate Bug #17385: [arvados-dispatch-cloud][crunch-run] CrunchRunArgumentsList parameter is not honored added
Updated by Tom Clegg almost 4 years ago
17384-crunch-run-configs @ 8685bdc41012f1623cc02b573e27439fdf314799 -- developer-run-tests: #2331
Updated by Tom Clegg almost 4 years ago
- % Done changed from 0 to 100
- Status changed from In Progress to Resolved
Applied in changeset arvados|a999ea55a6fdfabeca12c8d8db24214698ae2908.
Actions