-
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
Modify tau sequences to not pull payloads from outside GT #44685
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44685/39882
|
A new Pull Request was created by @mbluj for master. It involves the following packages:
@hqucms, @vlimant, @jfernan2, @mandrenguyen, @cmsbuild can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
enable nano |
please test |
type tau |
-1 Failed Tests: UnitTests Unit TestsI found 1 errors in the following unit tests: ---> test runtestPhysicsToolsPatAlgos had ERRORS Comparison SummarySummary:
NANO Comparison SummarySummary:
Nano size comparison Summary:
|
db9191f
to
d6afdcb
Compare
+1 Failure in the unittest is also in the plain IB and not related to this PR. |
@mbluj Could you please make a backport to 14_0_X? Thanks! |
Sure, I'll do it. |
Just a warning: there are several PRs ongoing which are potentially in conflict with this development because of changes in nano configs. This will require rebasing and conflict solving. |
+1 |
This pull request is fully signed and it will be integrated in one of the next master IBs (but tests are reportedly failing). This pull request will now be reviewed by the release team before it's merged. @sextonkennedy, @rappoccio, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
ignore tests-rejected with ib-failure |
+1 |
PR description:
This PR addresses a longstanding issue with tau modules pulling payloads from outside GT (#43797).
The issue at the AOD and miniAOD steps is solved since CMSSW 12 series, so this PR fixes it at the nanoAOD step and it is believed that it closes the issue with current CMSSW series.
Changes introduced by this PR are purely technical and do not change produced samples.
PR validation:
Validated locally with nano configurations for
Run3
andRun2,run2_nanoAOD_106Xv2
eras with and without access to frontier (the latter with GTs dumped to sqlite files), and with (limited set of) matrix tests (runTheMatrix.py -l limited -i all --ibeos
).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:
This PR can be easily backported to 14_0 series if needed - please let me know.
Backport to 10_6 will require some effort as it will require also modifications at AOD and miniAOD steps and preparation of a set of new GTs therefore I would like to avoid this.