Skip to content

Commit

Permalink
Properly set SITECONFIG_PATH for runtheMatrix --ibeos option
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Sep 6, 2022
1 parent 42cb717 commit 0ff2e14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Configuration/PyReleaseValidation/scripts/runTheMatrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ def runSelected(opt):
if os.path.exists(cmssw_base):
os.environ["PATH"]=cmssw_base+":"+os.getenv("PATH")
os.environ["CMS_PATH"]="/cvmfs/cms-ib.cern.ch"
os.environ["SITECONFIG_PATH"]="/cvmfs/cms-ib.cern.ch/SITECONF/local"
os.environ["CMSSW_USE_IBEOS"]="true"
print(">> WARNING: You are using SITECONF from /cvmfs/cms-ib.cern.ch")
break
Expand Down

0 comments on commit 0ff2e14

Please sign in to comment.