Similar to the issue described at #1112, the injection command generator assumes the executor is compatible with CentOS 7, therefore now that lxplus nodes have been updated, some old requests related to old cms-sw architectures fail to execute this process.
Expected Behavior
All the executions related to the injection process are executed using singularity containers.
Current Behavior
Executions related to slc_7 (CentOS 7 OS) are not wrapped to use singularity and therefore, they fail
Possible Solution
Instead of deciding whether to use singularity based on the architecture, always use this component to run the injection script.
Similar to the issue described at #1112, the
injection
command generator assumes the executor is compatible with CentOS 7, therefore now thatlxplus
nodes have been updated, some old requests related to old cms-sw architectures fail to execute this process.Expected Behavior
All the executions related to the injection process are executed using
singularity
containers.Current Behavior
Executions related to
slc_7
(CentOS 7 OS) are not wrapped to use singularity and therefore, they failPossible Solution
Instead of deciding whether to use
singularity
based on the architecture, always use this component to run theinjection
script.