Open bsunanda opened 9 hours ago
cms-bot internal usage
-code-checks
Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46570/42460
Code check has found code style and quality issues which could be resolved by applying following patch(s)
curl -k https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46570/42460/code-format.patch | patch -p1
You can also run scram build code-format
to apply code format directly+code-checks
Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46570/42461
A new Pull Request was created by @bsunanda for master.
It involves the following packages:
@antoniovilela, @civanch, @cmsbuild, @davidlange6, @fabiocos, @kpedro88, @mandrenguyen, @mdhildreth, @rappoccio can you please review it and eventually sign? Thanks. @AnnikaStein, @Martin-Grunewald, @abdoulline, @fabiocos, @makortel, @mariadalfonso, @missirol, @rovere, @sameasy this is something you requested to watch as well. @antoniovilela, @mandrenguyen, @rappoccio, @sextonkennedy you are the release manager for this.
cms-bot commands are listed here
PR description:
Provide a way to avoid Digitization for the ZDC detector
PR validation:
By using the following lines in the step2 of the workflow of 12834.0, the digitization of ZDC was switched off: from Configuration.Eras.Era_Run3_2024_cff import Run3_2024 from Configuration.Eras.Modifier_zdcNoDigi_cff import zdcNoDigi process = cms.Process('HLT',Run3_2024,zdcNoDigi)
If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
Nothing special