-
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
Clean up BuildFiles under FWCore/ #29674
Conversation
@cmsbuild, please test |
The code-checks are being triggered in jenkins. |
Clean up BuildFile.xml filea with `xmllint --format`.
bdf955a
to
9bd0246
Compare
@cmsbuild, please test |
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-29674/15074
|
The tests are being triggered in jenkins. |
A new Pull Request was created by @fwyzard (Andrea Bocci) for master. It involves the following packages: FWCore/Catalog @makortel, @smuzaffar, @cmsbuild, @Dr15Jones can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
-1 Tested at: 9bd0246 CMSSW: CMSSW_11_1_X_2020-05-05-1100 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: You can see the results of the tests here: I found follow errors while testing this PR Failed tests: UnitTests
I found errors in the following unit tests: ---> test TestFWCoreServicesDriver 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: |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
@@ -4,5 +4,5 @@ | |||
@example_myparticle <use name="PhysicsTools/UtilAlgos"/> | |||
@example_myparticle <use name="DataFormats/MuonReco"/> | |||
@example_myparticle <use name="DataFormats/EgammaCandidates"/> | |||
@example_myparticle <use name "DataFormats/Candidate"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merge |
+1 post-merge |
This pull request is fully signed and it will be integrated in one of the next master IBs (but tests are reportedly failing). |
Clean up BuildFile.xml filea with
xmllint --format
.