-
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
avoid use of auto:run*_data_relval
GTs in non-reHLT
wfs
#40481
Conversation
test parameters:
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40481/33658
|
A new Pull Request was created by @missirol (Marino Missiroli) for master. It involves the following packages:
@bbilin, @cmsbuild, @AdrianoDee, @srimanob, @kskovpen, @sunilUIET can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
-1 Failed Tests: RelVals RelVals |
please test Re-testing. The RelVal errors reported above come from the IB, as the latter did not include #40475 yet. |
-1 Failed Tests: RelVals-INPUT RelVals-INPUTThe relvals timed out after 4 hours. Comparison SummarySummary:
|
c24a089
to
7c50f85
Compare
please test This PR is ready to be reviewed (no more changes planned). Differences in wf |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-08d367/29996/summary.html Comparison SummarySummary:
|
I don't know how to find exactly the 739 new lines, but an example of additional logs is wf There are two types of messages, both caused by modifying the SKIM step to use the
[1] Post-PR
|
@cms-sw/pdmv-l2 @cms-sw/upgrade-l2 @cms-sw/operations-l2 Can you please review this PR? |
+pdmv |
@cms-sw/upgrade-l2 Can you please review this PR? |
+Upgrade |
Reducing it to a 1-line message would be appreciated (in another PR) |
+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. |
resolves #19802
PR description:
This PR updates RelVal wfs to avoid using
auto:run*_data_relval
in Data wfs that do not include the L1T re-emulation and/or HLT reconstruction. In (the relevant steps of) those wfs, the appropriate GT isauto:run*_data
afaik.This change is expected to solve the issue discussed in #19802 for wfs involving the
PAT
step. For further details, please see #19802 (comment).Some (not all) harvesting and skimming steps are also updated depending on whether or not they belong to
reHLT
wfs (maybe updating some of these steps with--hltProcess reHLT
is not strictly needed, but it is arguably clearer).As a bi-product of this PR, support for the option "hltProcess" is added to the SKIM step.
The wfs touched directly by this PR are the following:
PR validation:
Next to none.
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:
N/A