cms-PdmV / cmsPdmV

CERN CMS McM repository
4 stars 10 forks source link

Use `singularity` to run `injection` scripts #1119

Closed ggonzr closed 8 months ago

ggonzr commented 8 months ago

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.