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 DQM ZB workflows and moved DQM FS configuration to DQM package #28351

Merged
merged 14 commits into from Nov 23, 2019

Conversation

jfernan2
Copy link
Contributor

@jfernan2 jfernan2 commented Nov 5, 2019

PR description:

This PR fixes the DQM ZeroBias workflows which were crashing as patched in #28336

I also took the opportunity to move DQM FastSim configuration from FastSimulation/Configuration/python/DQMOfflineMC_cff.py
to
DQMOffline/Configuration/python/DQMOfflineFS_cff.py
which was a long standing issue and resides now where it should be with the rest of DQM configurations.

A new standardDQMFS sequence is being created renaming the standardDQM running on FastSim which was misleading. All the FS workflows have been adapted to follow this new naming

PR validation:

Tested with both ZeroBias and FastSim workflows:

runTheMatrix.py -l 134.71,136.789,136.801,136.88,136.856 -i all --ibeos

runTheMatrix.py -l 5.1,5.5,135.4,135.1,135.13,135.8,2017.1,2017.13,2017.8,2018.13 -i all --ibeos

as well as usual limited workflows

if this PR is a backport please specify the original PR:

No backport is expected

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 5, 2019

The code-checks are being triggered in jenkins.

@jfernan2
Copy link
Contributor Author

jfernan2 commented Nov 5, 2019

please test workflow 134.71,136.789,136.801,136.88,5.5,135.1,135.13,135.8,2017.1,2017.13,2017.8,2018.13

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 5, 2019

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-28351/12635

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 5, 2019

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-28351/12636

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 5, 2019

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-28351/12637

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 5, 2019

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/3360/console Started: 2019/11/05 19:18

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 5, 2019

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

It involves the following packages:

Configuration/Applications
Configuration/PyReleaseValidation
DQMOffline/Configuration

@cmsbuild, @andrius-k, @chayanit, @zhenhu, @schneiml, @kpedro88, @pgunnell, @kmaeshima, @franzoni, @jfernan2, @fioriNTU, @fabiocos, @davidlange6 can you please review it and eventually sign? Thanks.
@makortel, @Martin-Grunewald, @threus, @rociovilar this is something you requested to watch as well.
@davidlange6, @slava77, @fabiocos you are the release manager for this.

cms-bot commands are listed here


'commonSiStripZeroBias': ['@dcs+DQMMessageLoggerSeq+DQMOfflineCommonSiStripZeroBias+@tracking+@L1TMon+@hlt+@beam+@castor+@physics',
'commonSiStripZeroBias': ['@dcs+@DQMMessageLogger+@strip+@pixel+@tracking+@L1TMon+@hlt+@beam+@castor+@physics',
Copy link
Contributor

Choose a reason for hiding this comment

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

@jfernan2 why you substitute here :
DQMOfflineCommonSiStripZeroBias with @strip+@pixel?
Shouldn't it be @stripZeroBias+@pixel instead?

Copy link
Contributor

Choose a reason for hiding this comment

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

I guess Marco is right here, please @jfernan2 have a look

Copy link
Contributor

Choose a reason for hiding this comment

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

@jfernan2 I had noticed the same when looking at the crash, but in itself it was not sufficient to prevent it

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sorry, my mistake, I was working with two solutions in parallel and mixed them up. Apologies for the inconvenience

@@ -36,11 +40,11 @@

'stripZeroBias': ['DQMOfflineTrackerStripMinBias',
'PostDQMOffline',
'DQMHarvestTrackerStrip+DQMCertTrackerStrip'],
Copy link
Contributor

Choose a reason for hiding this comment

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

why is DQMCertTrackerStrip removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This module was giving an error without crash, so I originally removed it until I found another solution. I am very sorry for the inconvenience. Thanks for the check!


'pixel': ['DQMOfflineTrackerPixel',
'PostDQMOffline',
'DQMHarvestTrackerPixel+DQMCertTrackerPixel'],
Copy link
Contributor

Choose a reason for hiding this comment

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

why is DQMCertTrackerPixel removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This module was the cause of the crash, since it was originally removed for Phase1 wf. at the end of DQMOffline/Configuration/python/DQMOffline_Certification_cff.py
Until I realized that it took me a while. Now the configuration is much clearer IMHO so that this kind of mistakes should be less frequent now
I am very sorry. Thanks for the check!

@mmusich
Copy link
Contributor

mmusich commented Nov 5, 2019

@arossi83 @sroychow FYI

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 5, 2019

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 21, 2019

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/3582/console Started: 2019/11/21 19:54

@cmsbuild
Copy link
Contributor

Pull request #28351 was updated. @cmsbuild, @andrius-k, @chayanit, @zhenhu, @schneiml, @kpedro88, @pgunnell, @kmaeshima, @franzoni, @jfernan2, @fioriNTU, @fabiocos, @davidlange6 can you please check and sign again.

@jfernan2
Copy link
Contributor Author

unhold

@cmsbuild cmsbuild removed the hold label Nov 21, 2019
@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Comparison job queued.

@cmsbuild
Copy link
Contributor

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-8c915d/3582/summary.html

@slava77 comparisons for the following workflows were not done due to missing matrix map:

  • /data/cmsbld/jenkins/workspace/compare-root-files-short-matrix/results/JR-comparison/PR-8c915d/134.71_RunZeroBias2015B+RunZeroBias2015B+HLTDR2_50ns+RECODR2_50nsreHLT_ZB_HIPM+HARVESTDR2ZB
  • /data/cmsbld/jenkins/workspace/compare-root-files-short-matrix/results/JR-comparison/PR-8c915d/136.789_RunZeroBias2017B+RunZeroBias2017B+HLTDR2_2017+RECODR2_2017reHLT_ZBPrompt+HARVEST2017ZB
  • /data/cmsbld/jenkins/workspace/compare-root-files-short-matrix/results/JR-comparison/PR-8c915d/136.801_RunZeroBias2017C+RunZeroBias2017C+HLTDR2_2017+RECODR2_2017reHLT_ZBPrompt+HARVEST2017ZB
  • /data/cmsbld/jenkins/workspace/compare-root-files-short-matrix/results/JR-comparison/PR-8c915d/136.856_RunZeroBias2018A+RunZeroBias2018A+HLTDR2_2018+RECODR2_2018reHLT_ZBOffline+HARVEST2018ZB
  • /data/cmsbld/jenkins/workspace/compare-root-files-short-matrix/results/JR-comparison/PR-8c915d/136.88_RunZeroBias2018C+RunZeroBias2018C+HLTDR2_2018+RECODR2_2018reHLT_ZBOffline+HARVEST2018ZB

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 34
  • DQMHistoTests: Total histograms compared: 2785613
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2785271
  • DQMHistoTests: Total skipped: 341
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 33 files compared)
  • Checked 147 log files, 16 edm output root files, 34 DQM output files

@jfernan2
Copy link
Contributor Author

+1
No changes as expected

@fabiocos
Copy link
Contributor

+operations

@kpedro88
Copy link
Contributor

+upgrade

@fabiocos
Copy link
Contributor

@chayanit I consider your previous signature are valid

@fabiocos
Copy link
Contributor

+1

@fabiocos
Copy link
Contributor

merge

@cmsbuild cmsbuild merged commit 7e27750 into cms-sw:master Nov 23, 2019
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.

None yet

8 participants