Slava Krutelyov
Slava Krutelyov
@cmsbuild please test
> I found 2 errors in the following unit tests: both are apparently related to LST https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-252c14/39661/unitTests/failed.html
> > I found 2 errors in the following unit tests: > > both are apparently related to LST https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-252c14/39661/unitTests/failed.html ``` An exception of category 'PluginNotFound' occurred while [0] Constructing...
test parameters: - pull_request = cms-data/RecoTracker-LSTCore#1 - workflows = 24834.703 - workflows_gpu = 24834.704
@cmsbuild please test
about `test parameters`: I'm not sure the last one is correct with `workflows_gpu = 24834.704`. There is just one new GPU workflow needed in these tests; do I need to...
> The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic: @smuzaffar do I take it that there is still no way...
> > do you see a clear way how the LST ES dependency makes it through here? > > Maybe `edmConfigTree` could be helpful? @makortel it looks like an ESProducer...
> I'd suggest to try first if including the Alpaka-based ESProducer in `cms.Task`s (among the EDModules) and modifying the Task content with modifiers would be feasible (if an ESProducer is...
> IIRC this approach has been used successfully in other Alpaka PRs. there are some examples both ways - `makeProcessModifier` https://github.com/cms-sw/cmssw/blob/ebe68aa956253d0403521939367e6d4552798552/RecoLocalTracker/SiPixelRecHits/python/PixelCPEESProducers_cff.py#L23 - or firectly importing `Accelerators_cff` https://github.com/cms-sw/cmssw/blob/ebe68aa956253d0403521939367e6d4552798552/EventFilter/EcalRawToDigi/python/ecalDigis_cff.py#L17C38-L17C54 Should we add...