-
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
Add Process name, reduced configuration ID, and ParameterSet ID to the JobReport #47548
Conversation
cms-bot internal usage |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47548/44021
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47548/44024
|
A new Pull Request was created by @makortel for master. It involves the following packages:
@Dr15Jones, @cmsbuild, @makortel, @smuzaffar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild, please test |
@Dr15Jones Could you take a look? |
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.
Any thoughts about how you could test that the proper IDs are being output? Maybe a module that writes them to output and then the test looks at that output and compares to the FJR part?
+1 Size: This PR adds an extra 68KB to repository Comparison SummarySummary:
|
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47548/44051
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
I added a test using a module that prints the 3 values and a script that compares the job output to the XML file. |
…e JobReport Main motivation is to give CRAB a more stable way to retrieve the ParameterSetID than edmProvDump.
@cmsbuild, please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47548/44052
|
Pull request #47548 was updated. @Dr15Jones, @makortel, @smuzaffar can you please check and sign again. |
+1 Size: This PR adds an extra 36KB to repository Comparison SummarySummary:
|
+core |
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 now be reviewed by the release team before it's merged. @sextonkennedy, @rappoccio, @antoniovilela, @mandrenguyen (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
In the context of dmwm/CRABServer#8953 this PR adds
block to the framework job report. This information allows CRAB to stop relying on
edmProvDump
, after which we'll have more freedom to improve theedmProvDump
output.Resolves cms-sw/framework-team#1273
PR validation:
Framework unit tests pass