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

remove phase2 tk customization functions #16385

Merged
merged 1 commit into from Oct 30, 2016

Conversation

kpedro88
Copy link
Contributor

Now that #16181 is merged, we can finally get rid of customization functions for Phase2. The last remaining piece was some geometry conditions, which I have moved into the appropriate geometry cffs.

Tested with 20024.0 and 22424.0, no crashes observed. There should be no changes in the comparison as far as I can tell.

attn: @ebrondol, @boudoul, @ianna

@cmsbuild cmsbuild added this to the Next CMSSW_8_1_X milestone Oct 28, 2016
@kpedro88
Copy link
Contributor Author

@cmsbuild please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 28, 2016

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/16053/console

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @kpedro88 (Kevin Pedro) for CMSSW_8_1_X.

It involves the following packages:

Configuration/Geometry
Configuration/PyReleaseValidation
SLHCUpgradeSimulations/Configuration

@civanch, @Dr15Jones, @ianna, @mdhildreth, @fabozzi, @cmsbuild, @srimanob, @hengne, @davidlange6 can you please review it and eventually sign? Thanks.
@ghellwig, @makortel, @sviret, @Martin-Grunewald this is something you requested to watch as well.
@slava77, @smuzaffar you are the release manager for this.

cms-bot commands are listed here #13028

@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-16385/16053/summary.html

There are some workflows for which there are errors in the baseline:
50202.0 step 2
25202.0 step 2
The results for the comparisons for these workflows could be incomplete
This means most likely that the IB is having errors in the relvals.The error does NOT come from this pull request

@kpedro88
Copy link
Contributor Author

No changes in the comparisons

@ianna
Copy link
Contributor

ianna commented Oct 30, 2016

+1

@davidlange6 davidlange6 merged commit 03f3ace into cms-sw:CMSSW_8_1_X Oct 30, 2016
@smuzaffar
Copy link
Contributor

smuzaffar commented Nov 3, 2016

@kpedro88
Copy link
Contributor Author

kpedro88 commented Nov 3, 2016

@smuzaffar sorry, will fix

@slava77
Copy link
Contributor

slava77 commented Nov 3, 2016

On 11/3/16 7:10 AM, Kevin Pedro wrote:

@smuzaffar https://github.com/smuzaffar sorry, will fix

I think Sunanda cleaned it up already in
https://github.com/cms-sw/cmssw/pull/16419/files#diff-a785d2fb837d9291229504778244b4b8


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#16385 (comment), or
mute the thread
https://github.com/notifications/unsubscribe-auth/AEdcbko2vDe6SodjEIr2jU5cGk6y4p2Qks5q6etrgaJpZM4KjpBm.

@smuzaffar
Copy link
Contributor

thanks for find this out, looks good for 23h IB

@smuzaffar
Copy link
Contributor

@davidlange6 , looks like a bug in dependency generation script. It is ignoring .py files if they are not under python directory
https://github.com/cms-sw/cmssw-config/blob/master/SCRAM/findDependencies.pl#L126
that is why RecoLocalCalo/HGCalRecProducers package was not checked out when this PR was tested. I am going to update the script to look for any .py file under src and cfipython tree.

@kpedro88
Copy link
Contributor Author

kpedro88 commented Nov 3, 2016

@smuzaffar I had previously noticed that behavior when checking for imports of Configuration.StandardSequences.Eras. It looks like your fix will only pick up unit tests and other such centrally used configs, which is good. I hope it will continue to ignore the hundreds of unmaintained cmsRun config files in test directories scattered throughout CMSSW...

@smuzaffar
Copy link
Contributor

smuzaffar commented Nov 3, 2016

ah OK, finding only python files used by unit test is not easy (though not impossible). I will see if I can improve the logic.

@kpedro88
Copy link
Contributor Author

kpedro88 commented Nov 3, 2016

It might be useful to really find all python files as a non-default option, but I think in general we should ignore the various cmsRun configs that people add and then forget.

@smuzaffar
Copy link
Contributor

agreed

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

6 participants