-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
MET Filter update (port of #10604) #10609
Conversation
A new Pull Request was created by @schoef for CMSSW_7_6_X. MET Filter update (port of #10604) It involves the following packages: CalibMuon/DTCalibration @diguida, @cvuosalo, @cerminar, @monttj, @cmsbuild, @slava77, @vadler, @mmusich can you please review it and eventually sign? Thanks. |
@cmsbuild please test |
The tests are being triggered in jenkins. |
-1 /afs/cern.ch/cms/sw/ReleaseCandidates/vol0/slc6_amd64_gcc493/cms/cmssw/CMSSW_7_6_X_2015-08-06-1100/src/CommonTools/Utils/src/ExpressionSetter.h:2:9: note: 'CommoTools_Utils_ExpressionSetter_h' is defined here; did you mean 'CommonTools_Utils_ExpressionSetter_h'? #define CommoTools_Utils_ExpressionSetter_h ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CommonTools_Utils_ExpressionSetter_h >> Compiling /tmp/cmsbuild/workspace/ib-any-integration/CMSSW_7_6_X_2015-08-06-1100/src/Fireworks/Core/src/FWGlimpseView.cc /tmp/cmsbuild/workspace/ib-any-integration/CMSSW_7_6_X_2015-08-06-1100/src/Fireworks/Core/src/FWGUIManager.cc:664:70: error: expression result unused [-Werror,-Wunused-value] parse("theta()", grammar.use_parser<1>() >> end_p, space_p).full; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~ /tmp/cmsbuild/workspace/ib-any-integration/CMSSW_7_6_X_2015-08-06-1100/src/Fireworks/Core/src/FWGUIManager.cc:666:68: error: expression result unused [-Werror,-Wunused-value] parse("phi()", grammar.use_parser<1>() >> end_p, space_p).full; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~ you can see the results of the tests here: The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic: |
@slava77 The 'ProductNotFound' seems not related to the PR. |
Robert, |
+1 |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_6_X IBs (but tests are reportedly failing). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
please test |
The tests are being triggered in jenkins. |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_6_X IBs or unless it breaks tests. This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_6_X IBs or unless it breaks tests. This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
MET Filter update (port of #10604)
-1 Tested at: 1d4c2b9 ---> test runtestPhysicsToolsPatAlgos had ERRORS you can see the results of the tests here: |
Please see #10604