-
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 Digi to the modified steps for bParking workflows #35061
Conversation
A new Pull Request was created by @elusian for CMSSW_10_6_X. It involves the following packages:
@jordan-martins, @chayanit, @bbilin, @wajidalikhan, @kpedro88, @cmsbuild, @AdrianoDee, @srimanob, @kskovpen can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
test parameters:
|
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-739fc0/18117/summary.html Comparison SummarySummary:
|
type bugfix |
urgent |
+Upgrade This technical PR is to add barking era to the digi step of the 10_6 release. There is no need for the master because RAW in master already include what needs for, result from #33774 |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_10_6_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_12_1_X is complete. This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
#33996 added new collections to the RAWSIM, AODSIM and MINIAODSIM eventcontents, gated behind the bParking modifier.
However, some bParking workflows (10824.8) run step2 without the bParking modifier, which causes a ProductNotFound exception in step3.
This PR modifies PyReleaseValidation to add the bParking modifier in step2 for bParking workflows created in relval_upgrade.py
PR validation:
Tested on the previously failing 10824.8 workflow. Also compared the output of
runTheMatrix.py -n --ext
before and after the change and verified that the only modified workflow is 10824.8if this PR is a backport please specify the original PR and why you need to backport that PR:
Not a backport, as agreed in #33996 (comment)