-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
reduce verbosity of reHLT
customisation in SKIM
step
#40599
Conversation
self.additionalCommands.append('process.%s.visit(ConfigBuilder.MassSearchReplaceProcessNameVisitor("%s", "%s", whitelist = ("subSystemFolder",)))'% (sequence,HLTprocess, proc)) | ||
|
||
self.additionalCommands.append( | ||
'process.%s.visit(ConfigBuilder.MassSearchReplaceProcessNameVisitor("%s", "%s", whitelist = ("subSystemFolder",), verbose = %s))'% (sequence, HLTprocess, proc, verboseVisit)) |
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.
This adds a bit of text to (some of) the cfgs produced by cmsDriver.py
. Specifically, it adds a , verbose = False
in the reHLT-related customisations inside the cfg.
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40599/33855
|
A new Pull Request was created by @missirol (Marino Missiroli) for master. It involves the following packages:
@cmsbuild, @perrotta, @rappoccio, @fabiocos, @davidlange6 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-208f86/30150/summary.html Comparison SummarySummary:
|
test parameters:
|
please test |
hold Still reviewing the outputs of the tests (specifically, the logs). |
Pull request has been put on hold by @missirol |
-1 Failed Tests: RelVals-INPUT RelVals-INPUTThe relvals timed out after 4 hours. Comparison SummarySummary:
|
There is something I don't understand about the logs from I don't understand why 1. does not include printouts from |
@smuzaffar, I have a couple of questions. In this PR we expect a reduction in the logs of the matrix tests. |
Pull request #40599 was updated. @perrotta, @rappoccio, @fabiocos, @davidlange6 can you please check and sign again. |
-1 Failed Tests: RelVals-INPUT RelVals-INPUTThe relvals timed out after 4 hours. Comparison SummarySummary:
|
The RelVals-INPUT error is unrelated (the tests passed in #40599 (comment), and there were really no changes since then).
As noted in #40599 (comment), I'm not sure the bot reports reductions in the logs. One can now see the reduction in the logs due to this PR, e.g. this vs baseline. I don't have other updates planned for this PR. |
+1 |
This pull request is fully signed and it will be integrated in one of the next master IBs (but tests are reportedly failing). |
merge |
@missirol , yes bot was only reporting the increase in logs output but I now have updated it to report any reduction too. From the comparison tests log I see that 1286 log lines were removed.
you can find some information by going to Comparison with the baseline and then look into validateJR/logRootQA-events.log file |
great, thanks @smuzaffar ! |
I was also looking in to it and now after reading this comment I think the problem is that bot might have set |
Thanks for having a look. Indeed, that's the only explaination I could think of, but I could not see where |
all IB tests use https://github.com/cms-sw/cms-bot/blob/master/run-ib-testbase.sh to create dev area and this scripts sets |
by the way, bot pr cms-sw/cms-bot#1927 should fix this for PR tests too |
Sounds good. Thanks for the info! |
PR description:
This PR is a follow-up of #40481, addressing #40481 (comment).
It reduces the verbosity of
cmsDriver.py
when there-HLT
customisation is applied to the SKIM step. In this case, it produces only a 1-line message, instead of 1 line for every affected Sequence of the SKIM step.Merely technical. No changes expected, except for a reduction of printouts from
cmsDriver.py
.PR validation:
Some basic manual checks with
runTheMatrix.py
andcmsDriver.py
.If this PR is a backport, please specify the original PR and why you need to backport that PR. If this PR will be backported, please specify to which release cycle the backport is meant for:
N/A