Skip to content

Commit c9ee059

Browse files
committed
use ibeos setting in all matrix commands
1 parent baae0be commit c9ee059

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Configuration/PyReleaseValidation/python/MatrixReader.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,8 @@ def readMatrix(self, fileNameIn, useInput=None, refRel=None, fromScratch=None):
322322
if self.wm and self.revertDqmio=='yes':
323323
cmd=cmd.replace('DQMIO','DQM')
324324
cmd=cmd.replace('--filetype DQM','')
325+
if os.getenv("CMSSW_USE_IBEOS","false")=="true":
326+
cmd="export CMSSW_USE_IBEOS=true; "+cmd
325327
commands.append(cmd)
326328
ranStepList.append(stepName)
327329
stepIndex+=1

0 commit comments

Comments
 (0)