Skip to content

Commit

Permalink
activate 2018DesignPU workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kpedro88 committed Feb 16, 2018
1 parent f675c9d commit 8ee8734
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Configuration/PyReleaseValidation/python/relval_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -2192,7 +2192,7 @@ def gen2018HiMix(fragment,howMuch):
defaultDataSets['2017']='CMSSW_10_0_0_pre2-100X_mc2017_realistic_v1-v'
defaultDataSets['2017Design']='CMSSW_10_0_0_pre2-100X_mc2017_design_IdealBS_v1-v'
defaultDataSets['2018']='CMSSW_10_0_0_pre2-100X_upgrade2018_realistic_v1-v'
#defaultDataSets['2018Design']='CMSSW_10_0_0_pre2-100X_upgrade2018_design_IdealBS_v1-v'
defaultDataSets['2018Design']='CMSSW_10_0_0_pre2-100X_upgrade2018_design_IdealBS_v1-v'
#defaultDataSets['2019']=''
#defaultDataSets['2019Design']=''
defaultDataSets['2023D17']=''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'2018',
'2018PU',
'2018Design',
# '2018DesignPU',
'2018DesignPU',
'2019',
# '2019PU',
'2019Design',
Expand All @@ -37,7 +37,7 @@
}
numWFSkip=200
# temporary measure to keep other WF numbers the same
numWFConflict = [[11400,11600],[11800,12000],[12200,12400],[25000,26000],[50000,51000]]
numWFConflict = [[11800,12000],[12200,12400],[25000,26000],[50000,51000]]
numWFAll={
2017: [],
2023: []
Expand Down

0 comments on commit 8ee8734

Please sign in to comment.