Skip to content
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

Fix leftover Timing parameters #33626

Merged
merged 2 commits into from
May 12, 2021

Conversation

czangela
Copy link
Contributor

@czangela czangela commented May 4, 2021

PR description:

This PR removes a deprecated parameter from the module siPixelDigis (or SiPixelRawToDigi).

Based on this regexp it should include all remaining instances.

PR validation:

compiles

if this PR is a backport please specify the original PR and why you need to backport that PR:

@@ -48,7 +48,6 @@
# Pixel sequence:
process.load('Configuration.StandardSequences.MagneticField_cff')
process.load('EventFilter.SiPixelRawToDigi.SiPixelRawToDigi_cfi')
process.siPixelDigis.cpu.Timing = False
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a duplicate of #33625

@mmusich
Copy link
Contributor

mmusich commented May 4, 2021

@cmsbuild, please test

@cmsbuild
Copy link
Contributor

cmsbuild commented May 4, 2021

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33626/22487

@cmsbuild
Copy link
Contributor

cmsbuild commented May 4, 2021

A new Pull Request was created by @czangela for master.

It involves the following packages:

Calibration/LumiAlCaRecoProducers
DQM/Integration
DQM/SiPixelMonitorRawData
EventFilter/SiPixelRawToDigi

@perrotta, @malbouis, @andrius-k, @yuanchao, @kmaeshima, @tlampen, @ErnestaP, @ahmad3213, @jfernan2, @slava77, @jpata, @pohsun, @rvenditti, @francescobrivio can you please review it and eventually sign? Thanks.
@arossi83, @OzAmram, @batinkov, @hdelanno, @battibass, @makortel, @sroychow, @tocheng, @VinInn, @Martin-Grunewald, @dkotlins, @fioriNTU, @jandrea, @ferencek, @idebruyn, @mmusich, @threus, @tvami this is something you requested to watch as well.
@silviodonato, @dpiparo, @qliphy you are the release manager for this.

cms-bot commands are listed here

@mmusich
Copy link
Contributor

mmusich commented May 5, 2021

@cmsbuild please abort

@mmusich
Copy link
Contributor

mmusich commented May 5, 2021

@cmsbuild, please test

@perrotta
Copy link
Contributor

perrotta commented May 5, 2021

Since you are cleaning, why not to remove also its definition also from

desc.addUntracked<bool>("Timing", false)->setComment("deprecated");
?

@czangela
Copy link
Contributor Author

czangela commented May 5, 2021

Since you are cleaning, why not to remove also its definition also from

desc.addUntracked<bool>("Timing", false)->setComment("deprecated");

?

The parameter in question was actually in EventFilter/SiPixelRawToDigi/plugins/SiPixelRawToDigi.cc. This other Timing parameter should be unrelated, but it can be removed as well.

@cmsbuild
Copy link
Contributor

cmsbuild commented May 5, 2021

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-3c6c43/14864/summary.html
COMMIT: 32c6228
CMSSW: CMSSW_12_0_X_2021-05-04-2300/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/33626/14864/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 4 differences found in the comparisons
  • DQMHistoTests: Total files compared: 37
  • DQMHistoTests: Total histograms compared: 2662646
  • DQMHistoTests: Total failures: 7
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2662617
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 36 files compared)
  • Checked 155 log files, 37 edm output root files, 37 DQM output files
  • TriggerResults: no differences found

@perrotta
Copy link
Contributor

perrotta commented May 6, 2021

+1

  • Technical
  • Jenkinst tests pass

@jfernan2
Copy link
Contributor

jfernan2 commented May 6, 2021

+1

@qliphy
Copy link
Contributor

qliphy commented May 11, 2021

kindly ping @cms-sw/alca-l2

@yuanchao
Copy link
Contributor

+1

  • modification on python configuration only (compile ok)
  • WF matrix tests and unit tests all passed

@cmsbuild
Copy link
Contributor

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. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2)

@qliphy
Copy link
Contributor

qliphy commented May 11, 2021

@czangela Would you please update the PR description? This PR is not a backport of #33526, right?

@mmusich
Copy link
Contributor

mmusich commented May 11, 2021

This PR is not a backport of #33526, right?

@qliphy it's not. It's a follow-up on that PR that removed one configuration parameter from the Pixel raw2digi.
What do you suggest as a title?

@qliphy
Copy link
Contributor

qliphy commented May 11, 2021

@mmusich
It reads:
“if this PR is a backport please specify the original PR and why you need to backport that PR:
#33526
However, this PR is not a backport of #33526
So probably just simply remove it, and mention #33526 in other place.

@mmusich
Copy link
Contributor

mmusich commented May 11, 2021

Why is this preventing from merge?

@mmusich
Copy link
Contributor

mmusich commented May 11, 2021

type bug-fix

@qliphy
Copy link
Contributor

qliphy commented May 12, 2021

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants