Add support for ScitagConfig tweak in SetupCMSSWPset for CMSSW >= 16_0_0#12473
Add support for ScitagConfig tweak in SetupCMSSWPset for CMSSW >= 16_0_0#12473hassan11196 wants to merge 2 commits intomasterfrom
Conversation
|
Jenkins results:
|
| tweak = PSetTweak() | ||
| tweak.addParameter("process.ScitagConfig", | ||
| "customTypeCms.Service('ScitagConfig', productionCase=cms.untracked.bool(True))") | ||
| self.applyPsetTweak(tweak, skipIfSet=True) |
There was a problem hiding this comment.
Does this apply the part
process.ScitagConfig.productionCase = cms.untracked.bool(True)also when process.ScitagConfig already exists in the process?
There was a problem hiding this comment.
Hi @makortel, you are indeed correct. It would have skipped the productionCase assignment if process.ScitagConfig already existed.
I have updated the tweak to always have a seperate "tweak" for productionCase.
There was a problem hiding this comment.
Thanks, looks good to me now (as far as I interpret correctly what the code does)
|
Jenkins results:
|
|
Hello @hassan11196 @makortel Tier-0 recently began using CMSSW_16_0_X and we are seeing this error during the parsing of The line in the xml file that the logs complain about is: I believe this is related to this PR, Im I correct? |
|
The PSet tweak is not yet merged to WMCore, we are still testing it with some Relvals. From you line I suspect the I think it will be useful to mention this in the CMSSW issue cms-sw/cmssw#47517 Thanks |
|
Thanks for the reply @hassan11196 Are you saying that this patch does not fix the issue? I am currently running the workflows again, this time applying this patch. Nonetheless, I will report in the cmssw issue as you advice |
|
Yes, we need to replace the |
|
Thanks a lot @makortel and @hassan11196 |
Related to cms-sw/cmssw#47517
Status
In development
Description
PSet tweak to add support for "Production Input" case for SciToken packet labelling.
cms-sw/cmssw#47517 (comment)
Is it backward compatible (if not, which system it affects?)
YES
Related PRs
No
External dependencies / deployment changes
CMSSW cms-sw/cmssw#49740