-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update TSG tests and Relval Steps to use new run3_[hlt|data]_relval GTs #37184
Update TSG tests and Relval Steps to use new run3_[hlt|data]_relval GTs #37184
Conversation
please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-37184/28759
|
A new Pull Request was created by @Martin-Grunewald (Martin Grunewald) for master. It involves the following packages:
@jordan-martins, @AdrianoDee, @bbilin, @wajidalikhan, @Martin-Grunewald, @missirol, @srimanob, @kskovpen can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
One minor comment: as far as I understand, > runTheMatrix.py -nel 138.3
138.3 RunMinimumBias2021Splash+COPYPASTER3+RECODR3Splash+HARVESTDR3 [1]: input from: /MinimumBias/Commissioning2021-v1/RAW with run []
[2]: cmsDriver.py step2 -s NONE --conditions auto:run1_mc --output '[{"t":"RAW","e":"ALL"}]' --customise_commands "process.ALLRAWoutput.fastCloning=cms.untracked.bool(False)" --era Run3 -n 100
[3]: cmsDriver.py step3 --conditions auto:run3_data_relval -s RAW2DIGI,L1Reco,RECO,PAT,ALCA:SiStripCalZeroBias+SiStripCalMinBias+TkAlMinBias+EcalESAlign,DQM:@standardDQMFakeHLT+@miniAODDQM --datatier RECO,MINIAOD,DQMIO --eventcontent RECO,MINIAOD,DQM --data --process reRECO --scenario pp --era Run3 --customise Configuration/DataProcessing/RecoTLR.customisePostEra_Run3 -n 2
[4]: cmsDriver.py step4 -s HARVESTING:@standardDQMFakeHLT+@miniAODDQM --conditions auto:run3_data_relval --data --filetype DQM --scenario pp --era Run3 -n 100 It could be fixed with this patch [1], but I think this is something that could be fixed later on without delaying this PR. [1] diff --git a/Configuration/PyReleaseValidation/python/relval_steps.py b/Configuration/PyReleaseValidation/python/relval_steps.py
index c6e9035e761..c90402fad6b 100644
--- a/Configuration/PyReleaseValidation/python/relval_steps.py
+++ b/Configuration/PyReleaseValidation/python/relval_steps.py
@@ -2246,6 +2246,7 @@ steps['RECODR3']=merge([{'--scenario':'pp',
'--customise':'Configuration/DataProcessing/RecoTLR.customisePostEra_Run3'},dataReco])
steps['RECODR3Splash']=merge([{'-n': 2,
+ '--conditions':'auto:run3_data',
'-s': 'RAW2DIGI,L1Reco,RECO,PAT,ALCA:SiStripCalZeroBias+SiStripCalMinBias+TkAlMinBias+EcalESAlign,DQM:@standardDQMFakeHLT+@miniAODDQM'
},steps['RECODR3']]) |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-8c273e/22974/summary.html Comparison SummarySummary:
|
+1 |
@cmsbuild please test Just re-trigger the test, to get proper bin-by-bin DQM comparison. |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-8c273e/22995/summary.html Comparison SummarySummary:
|
@Martin-Grunewald |
We had the same in Run-2: |
+Upgrade |
@cms-sw/pdmv-l2 , could you please review this short PR? |
+pdmv |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Update TSG tests and Relval Steps to use new run3_[hlt|data]_relval GTs
PR validation:
TSG tests
if this PR is a backport please specify the original PR and why you need to backport that PR:
N/A