-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 L1T Menu tag for 2023/2024/Run4 in MC GTs #41485
Update L1T Menu tag for 2023/2024/Run4 in MC GTs #41485
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41485/35350
|
A new Pull Request was created by @francescobrivio for master. It involves the following packages:
@cmsbuild, @tvami, @saumyaphor4252, @francescobrivio can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
test parameters:
|
@cmsbuild please test |
@francescobrivio , thanks for the PR. I would like to ask a favor, in order to minimise PRs (and backports). Could you please update - 'FULL' : ( ','.join( [ 'L1Menu_Collisions2023_v1_1_0_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2023-04-26 12:17:38.000"] ), ),
- 'GRun' : ( ','.join( [ 'L1Menu_Collisions2023_v1_1_0_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2023-04-26 12:17:38.000"] ), ),
+ 'FULL' : ( ','.join( [ 'L1Menu_Collisions2023_v1_1_0-v2_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2023-05-02 08:03:44.000"] ), ),
+ 'GRun' : ( ','.join( [ 'L1Menu_Collisions2023_v1_1_0-v2_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2023-05-02 08:03:44.000"] ), ), |
Ciao @missirol, sure no problem!
|
@cmsbuild please abort |
8e93cbb
to
d6565cd
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41485/35356
|
Pull request #41485 was updated. @Martin-Grunewald, @cmsbuild, @missirol, @saumyaphor4252, @francescobrivio, @tvami can you please check and sign again. |
We usually put the exact timestamp of the tag in the db. This practise predates me, and I admit I don't know if it has any practical implications. If you don't disagree, I suggest to simply follow this practise for
Correct. |
IIUC, as long as the timestamp is after the tag creation it should be fine, but sure I can follow the HLT convention - I will force-push the change in few minutes. |
unhold |
@cmsbuild please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41485/35367
|
Pull request #41485 was updated. @Martin-Grunewald, @missirol, @tvami, @saumyaphor4252, @francescobrivio can you please check and sign again. |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-d68d5d/32330/summary.html Comparison SummarySummary:
|
+hlt
|
+alca
|
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, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1
|
PR description:
This PR updates the L1T Menu tag in the MC GTs for 2023/2024/Run4 to the latest available tag, i.e.
L1Menu_Collisions2023_v1_1_0-v2_xml
, as requested in this CMSTalk message.In addition, the
run3_[data|hlt]_relval
symbolic GTs are updated as well with the same tag via the autoCondModifierL1TUtmTriggerMenuForRelValForRun3
.EDIT:
As per @missirol's request I also updated the same tag in
Configuration/HLT/python/autoCondHLT.py
FYI @caruta
The GT differences are:
https://cms-conddb.cern.ch/cmsDbBrowser/diff/Prod/gts/131X_mcRun3_2023_design_v4/131X_mcRun3_2023_design_v5
https://cms-conddb.cern.ch/cmsDbBrowser/diff/Prod/gts/131X_mcRun3_2023_realistic_v4/131X_mcRun3_2023_realistic_v5
https://cms-conddb.cern.ch/cmsDbBrowser/diff/Prod/gts/131X_mcRun3_2023cosmics_realistic_deco_v4/131X_mcRun3_2023cosmics_realistic_deco_v5
https://cms-conddb.cern.ch/cmsDbBrowser/diff/Prod/gts/131X_mcRun3_2023cosmics_design_deco_v4/131X_mcRun3_2023cosmics_design_deco_v5
https://cms-conddb.cern.ch/cmsDbBrowser/diff/Prod/gts/131X_mcRun3_2023_realistic_HI_v9/131X_mcRun3_2023_realistic_HI_v10131X_mcRun3_2023_realistic_HI_v11
which has the correct L1T Menu for HI (and it's also identical to the v9 GT)https://cms-conddb.cern.ch/cmsDbBrowser/diff/Prod/gts/131X_mcRun3_2024_realistic_v2/131X_mcRun3_2024_realistic_v3
https://cms-conddb.cern.ch/cmsDbBrowser/diff/Prod/gts/131X_mcRun4_realistic_v3/131X_mcRun4_realistic_v4
PR validation:
Successfully tested with
runTheMatrix.py -l 140.001,160.0,12434.0,12834.0,23234.0 -j 8 --ibeos
Backport:
Not a backport, but a 130X backport will be provided soon.