-
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
Fix HLT Timing script for CI #45705
Fix HLT Timing script for CI #45705
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45705/41341 |
A new Pull Request was created by @rovere for master. It involves the following packages:
@Martin-Grunewald, @cmsbuild, @mmusich can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
enable hlt_p2_timing |
@cmsbuild please test |
For my own education, where is one supposed to check? |
Hi @mmusich, Typically, this test is included in the regular test suite for every Integration Build (IB). The results, particularly the HLT pie chart, are usually accessible via a link from the main IB portal. However, the link is currently missing because the test is broken. This PR aims to address this issue. |
-1 Failed Tests: HLTP2Timing Comparison SummarySummary:
|
-1 Failed Tests: HLTP2Timing Comparison SummarySummary:
|
@rovere , HLT timing test still fails with error
|
also input data is missing https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-f2d24e/40941/hlt-p2-timing.log |
ciao @smuzaffar the first error is a consequence of the missing dataset. |
@smuzaffar files are now available on the machine. Is there a way to trigger only the |
@cmsbuild please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45705/41395 |
Pull request #45705 was updated. @Martin-Grunewald, @cmsbuild, @mmusich can you please check and sign again. |
@cmsbuild please test |
+1 Size: This PR adds an extra 20KB to repository
Comparison SummarySummary:
|
cmsbot tests run, this
looks empty though. |
indeed, maybe @smuzaffar knows why? |
I am looking in to this |
@rovere , hlt p2 timing chart is working now |
is it normal to have such a large "idle" fraction? |
That's a good question. In general, I don't think we should have such a big contribution from I think, in any case, that this PR could proceed no matter what since the mechanics of the test are working ok. Agree? |
agreed. |
+hlt
|
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. @mandrenguyen, @sextonkennedy, @antoniovilela, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
It should mean that the TBB worker threads do not have any task they can do, so are sitting idle. |
+1 |
PR description:
This Pull Request addresses an issue with the Phase2 HLT performance monitoring script, which has been non-functional for several weeks due to incompatible changes introduced by L1T. The script has been updated to use a more recent version of the input dataset that includes all the necessary products. Additionally, the geometry and Global Tag (GT) have been updated to ensure compatibility with the new dataset.
PR validation:
Run locally w/o problems.