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

Add scenario Run3 to Configuration/DataProcessing #27536

Merged
merged 3 commits into from
Jul 17, 2019

Conversation

fabiocos
Copy link
Contributor

@fabiocos fabiocos commented Jul 16, 2019

PR description:

Extend Configuration/DataProcessing including Era_Run3 as Run3_2021. HI and special settings are not considered for the time being.
No change to Era_Run3 is done, I let the move to year-based eras as discussed with @boudoul and @kpedro88 for a separate PR, given the urgency of this one.

PR validation:

The unit test passes, the code is a direct extension of the Run2 counterpart.

@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

@fabiocos
Copy link
Contributor Author

@boudoul FYI @slava77 could you please cross check? For DataProcessing it makes sense to me to have directly a 2021 era, even if for the time being there is just Era_Run3 (but we already discussed about labelling it by year).

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-27536/10913

  • This PR adds an extra 16KB to repository

@cmsbuild
Copy link
Contributor

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

It involves the following packages:

Configuration/DataProcessing

@cmsbuild, @franzoni, @fabiocos, @davidlange6 can you please review it and eventually sign? Thanks.
@Martin-Grunewald 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

please test

just the unit test will probe this code

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 16, 2019

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/1493/console Started: 2019/07/16 21:08

@boudoul
Copy link
Contributor

boudoul commented Jul 16, 2019

Thank you @fabiocos !

@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-27536/10914

  • This PR adds an extra 20KB to repository

  • Found files with invalid states:

    • Configuration/DataProcessing/python/Impl/ppEra_Run3_2021.py:
    • Configuration/DataProcessing/python/Impl/cosmicsEra_Run3_2021.py:
    • Configuration/DataProcessing/test/ppEra_Run3_2021_t.py:
    • Configuration/DataProcessing/python/Impl/hcalnzsEra_Run3_2021.py:
    • Configuration/DataProcessing/python/Impl/trackingOnlyEra_Run3_2021.py:
    • Configuration/DataProcessing/test/cosmicsEra_Run3_2021_t.py:

self.eras=Run3
self.promptCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2018' ]
self.expressCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2018_express_trackingOnly' ]
self.visCustoms += [ 'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2018' ]
Copy link
Contributor

@slava77 slava77 Jul 16, 2019

Choose a reason for hiding this comment

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

are these correct customs?
My guess is that at least the prompt and vis should stay with Run3

Copy link
Contributor

Choose a reason for hiding this comment

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

ah, given there is customisePostEra_Run3_express_trackingOnly, all of the above should be Run3*

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@slava77 this was just overlooked, fixing it

@fabiocos
Copy link
Contributor Author

please abort

@fabiocos
Copy link
Contributor Author

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 16, 2019

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/1497/console Started: 2019/07/16 23:32

@cmsbuild
Copy link
Contributor

Pull request #27536 was updated. @cmsbuild, @franzoni, @fabiocos, @davidlange6 can you please check and sign again.

@cmsbuild
Copy link
Contributor

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-309e79/1493/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 1 differences found in the comparisons
  • DQMHistoTests: Total files compared: 32
  • DQMHistoTests: Total histograms compared: 3081858
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3081535
  • DQMHistoTests: Total skipped: 322
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 31 files compared)
  • Checked 133 log files, 14 edm output root files, 32 DQM output files

@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-309e79/1497/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 2 differences found in the comparisons
  • DQMHistoTests: Total files compared: 32
  • DQMHistoTests: Total histograms compared: 3081858
  • DQMHistoTests: Total failures: 2
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3081534
  • DQMHistoTests: Total skipped: 322
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 31 files compared)
  • Checked 133 log files, 14 edm output root files, 32 DQM output files

@fabiocos
Copy link
Contributor Author

+operations

@fabiocos
Copy link
Contributor Author

+1

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

@cmsbuild cmsbuild merged commit 11f6941 into cms-sw:master Jul 17, 2019
@fabiocos fabiocos deleted the fc-DPRun3 branch August 7, 2019 13:52
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

4 participants