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 D51 and D52 reco geometry configurations after #28500 #28550

Merged
merged 2 commits into from
Dec 5, 2019

Conversation

fabiocos
Copy link
Contributor

@fabiocos fabiocos commented Dec 4, 2019

PR description:

The code reorganization implied by #28500 was not taken into account in #28503 that was developed and integrated in parallel. This causes the newly added test workflows 23634.0 and 24034.0 to crash. This PR fixes the reco geometry configuration.

PR validation:

18:23 cmsdev25 2854> less runall-report-step123-.log 
23634.0_TTbar_14TeV+TTbar_14TeV_TuneCUETP8M1_2026D51_GenSimHLBeamSpotFull14+DigiFullTrigger_2026D51+RecoFullGlobal_2026D51+HARVESTFullGlobal_2026D51 Step0-PASSED Step1-PASSED Step2-PASSED Step3-PASSED  - time date Wed Dec  4 18:18:04 2019-date Wed Dec  4 18:03:23 2019; exit: 0 0 0 0
24034.0_TTbar_14TeV+TTbar_14TeV_TuneCUETP8M1_2026D52_GenSimHLBeamSpotFull14+DigiFullTrigger_2026D52+RecoFullGlobal_2026D52+HARVESTFullGlobal_2026D52 Step0-PASSED Step1-PASSED Step2-PASSED Step3-PASSED  - time date Wed Dec  4 18:18:04 2019-date Wed Dec  4 18:03:23 2019; exit: 0 0 0 0
2 2 2 2 tests passed, 0 0 0 0 failed

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 4, 2019

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 4, 2019

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-28550/13021

  • This PR adds an extra 12KB to repository

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 4, 2019

A new Pull Request was created by @fabiocos (Fabio Cossutti) for master.

It involves the following packages:

Configuration/Geometry

@civanch, @Dr15Jones, @cvuosalo, @ianna, @mdhildreth, @cmsbuild, @kpedro88 can you please review it and eventually sign? Thanks.
@Martin-Grunewald, @vargasa 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

@fabiocos
Copy link
Contributor Author

fabiocos commented Dec 4, 2019

please test workflow 23634.0,24034.0

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 4, 2019

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/3801/console Started: 2019/12/04 18:40

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 4, 2019

-1

Tested at: 7ed018b

The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:

You can see more details here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-ca197e/3801/git-log-recent-commits
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-ca197e/3801/git-merge-result

You can see the results of the tests here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-ca197e/3801/summary.html

I found follow errors while testing this PR

Failed tests: UnitTests

  • Unit Tests:

I found errors in the following unit tests:

---> test test2026Geometry had ERRORS

The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:

You can see more details here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-ca197e/3801/git-log-recent-commits
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-ca197e/3801/git-merge-result

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 4, 2019

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 4, 2019

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-ca197e/3801/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-ca197e/23634.0_TTbar_14TeV+TTbar_14TeV_TuneCUETP8M1_2026D51_GenSimHLBeamSpotFull14+DigiFullTrigger_2026D51+RecoFullGlobal_2026D51+HARVESTFullGlobal_2026D51
  • /data/cmsbld/jenkins/workspace/compare-root-files-short-matrix/results/JR-comparison/PR-ca197e/24034.0_TTbar_14TeV+TTbar_14TeV_TuneCUETP8M1_2026D52_GenSimHLBeamSpotFull14+DigiFullTrigger_2026D52+RecoFullGlobal_2026D52+HARVESTFullGlobal_2026D52

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: 2793714
  • DQMHistoTests: Total failures: 25
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2793348
  • DQMHistoTests: Total skipped: 341
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 37594.337 KiB( 33 files compared)
  • DQMHistoSizes: changed ( 1000.0,... ): 0.875 KiB Hcal/DigiTask
  • DQMHistoSizes: changed ( 20034.0,... ): 6255.113 KiB EgammaV/ConversionValidator
  • DQMHistoSizes: changed ( 20034.0,... ): 1569.811 KiB EgammaV/pfPhotonValidator
  • DQMHistoSizes: changed ( 20034.0,... ): 1568.629 KiB EgammaV/PhotonValidator
  • Checked 147 log files, 16 edm output root files, 34 DQM output files

@smuzaffar
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 4, 2019

Pull request #28550 was updated. @civanch, @Dr15Jones, @cvuosalo, @ianna, @mdhildreth, @cmsbuild, @kpedro88 can you please check and sign again.

@fabiocos
Copy link
Contributor Author

fabiocos commented Dec 4, 2019

please test workflow 23634.0,24034.0

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 4, 2019

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/3811/console Started: 2019/12/05 00:04

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 5, 2019

+1
Tested at: ba089cd
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-ca197e/3811/summary.html

The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:

You can see more details here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-ca197e/3811/git-log-recent-commits
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-ca197e/3811/git-merge-result

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 5, 2019

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 5, 2019

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-ca197e/3811/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-ca197e/23634.0_TTbar_14TeV+TTbar_14TeV_TuneCUETP8M1_2026D51_GenSimHLBeamSpotFull14+DigiFullTrigger_2026D51+RecoFullGlobal_2026D51+HARVESTFullGlobal_2026D51
  • /data/cmsbld/jenkins/workspace/compare-root-files-short-matrix/results/JR-comparison/PR-ca197e/24034.0_TTbar_14TeV+TTbar_14TeV_TuneCUETP8M1_2026D52_GenSimHLBeamSpotFull14+DigiFullTrigger_2026D52+RecoFullGlobal_2026D52+HARVESTFullGlobal_2026D52

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: 2793714
  • DQMHistoTests: Total failures: 25
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2793348
  • DQMHistoTests: Total skipped: 341
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 37594.337 KiB( 33 files compared)
  • DQMHistoSizes: changed ( 1000.0,... ): 0.875 KiB Hcal/DigiTask
  • DQMHistoSizes: changed ( 20034.0,... ): 6255.113 KiB EgammaV/ConversionValidator
  • DQMHistoSizes: changed ( 20034.0,... ): 1569.811 KiB EgammaV/pfPhotonValidator
  • DQMHistoSizes: changed ( 20034.0,... ): 1568.629 KiB EgammaV/PhotonValidator
  • Checked 147 log files, 16 edm output root files, 34 DQM output files

@fabiocos
Copy link
Contributor Author

fabiocos commented Dec 5, 2019

+1

Changes are unrelated to this PR

@fabiocos
Copy link
Contributor Author

fabiocos commented Dec 5, 2019

@smuzaffar there is something I do not understand in the report fo the bot, the list of added merges includes things that should ne already in the baseline

@fabiocos
Copy link
Contributor Author

fabiocos commented Dec 5, 2019

merge

@cmsbuild cmsbuild merged commit 0a7bc45 into cms-sw:master Dec 5, 2019
@smuzaffar
Copy link
Contributor

looks like tests were run against 11.0.X. I am checking why it happened.

@kpedro88
Copy link
Contributor

kpedro88 commented Dec 5, 2019

+upgrade

@cvuosalo
Copy link
Contributor

cvuosalo commented Dec 5, 2019

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 5, 2019

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 be automatically merged.

@fabiocos fabiocos deleted the fc-fix28503 branch December 18, 2019 13:44
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.

5 participants