-
Notifications
You must be signed in to change notification settings - Fork 4.6k
make test_dumpRecoGeometry run faster
#46080
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
Conversation
|
cms-bot internal usage |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46080/41869 |
|
A new Pull Request was created by @mmusich for master. It involves the following packages:
@Dr15Jones, @alja, @cmsbuild, @makortel can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
@cmsbuild, please test |
|
+1 |
|
@mmusich Thank you! |
|
This pull request is fully signed and it will be integrated in one of the next master IBs after it passes the integration tests. This pull request will now be reviewed by the release team before it's merged. @mandrenguyen, @sextonkennedy, @antoniovilela, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
|
+1 Size: This PR adds an extra 20KB to repository Comparison SummarySummary:
|
|
+1 |
PR description:
The
test_dumpRecoGeometrytest script runs manycmsRunjobs and can time out in PR tests (see e.g. #45999 (comment)).The script is refactored such that some of these jobs can run in parallel.
Run1201520172026)2026case (as it has an internal nested loop which is the most consuming part of the test) is run with 4 parallelcmsRunexecutions.This resolves #46053
PR validation:
scram b runtestsruns successfully:in about 3 and$1/2$ minutes, whereas before this PR it took around 10 minutes to complete.
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