Fixed D127 Inputs - #51717
Conversation
|
cms-bot internal usage |
|
please test |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-51717/50631
|
|
A new Pull Request was created by @AdrianoDee for master. It involves the following packages:
@AdrianoDee, @DickyChant, @antoniovagnerini, @kfjack, @miquork, @sroychow can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
+1 Size: This PR adds an extra 68KB to repository DAS Queries: The DAS query tests failed, see the summary page for details. Comparison SummarySummary:
Max Memory Comparisons exceeding threshold@cms-sw/core-l2 , I found 2 workflow step(s) with memory usage exceeding the error threshold: Expand to see workflows ...
|
|
+pdmv |
|
+1 |
|
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 be automatically merged. |
|
Note: the inputs are there They would need to be staged by the bot to CERN. |
|
@AdrianoDee , bot will cache the files (which are accessed by IB workflows) if they are known to DAS and accessible via xrootd. As PR is merged so hopefully 11h00 IB will trigger the caching of input files opened by workflows |
|
Thanks for the explication @smuzaffar I was not sure about the mechanism. |
PR description:
A follow-up to #51684 is needed because some samples (namely the TTbar ones) have a different
v*in the dataset name due to the fact that the samples had to be resubmitted. In the resubmission process, the first partially completed samples have been stored and then invalidated. In the time between these two operations, the tests have run successfully, not showing this issue.The different
v(v2) makes them "invisible".Long story short we were obliged to reproduce new GEN-SIM samples as inputs.
This change is propagated to the [20_0_X] PR #51685.