Skip to content

Commit

Permalink
remove extra crab bot test
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Nov 4, 2024
1 parent cd5f2ba commit 92e889f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions crab/CMSSW_5_3_X/pset.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,6 @@
# Source: /local/reps/CMSSW/CMSSW/Configuration/PyReleaseValidation/python/ConfigBuilder.py,v
# with command line options: MinBias_8TeV_cfi --conditions auto:startup -s GEN,SIM --datatier GEN-SIM -n 10 --relval 25000,250 --eventcontent RAWSIM --fileout file:step1.root
# Testing cmsbot crab setup
def cmsbot_crab_test():
import sys
from subprocess import getstatusoutput
from FWCore.Version.cmsbot_crab_test import CMSBOT_CRAB_TEST

cmsbot_exit, cmsbot_out = getstatusoutput("cmsbot_crab_test.sh")
print("CMSBOT Crab Test:", CMSBOT_CRAB_TEST, cmsbot_exit, cmsbot_out)
if cmsbot_exit or (cmsbot_out != "OK") or (CMSBOT_CRAB_TEST != "OK"):
sys.exit(1)

cmsbot_crab_test()

import FWCore.ParameterSet.Config as cms

process = cms.Process('SIM')
Expand Down

0 comments on commit 92e889f

Please sign in to comment.