-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Fixing Wf Names for ParkingDouble*
#46601
Conversation
please test |
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46601/42498
|
A new Pull Request was created by @AdrianoDee for master. It involves the following packages:
@AdrianoDee, @Moanwar, @DickyChant, @miquork, @srimanob, @subirsarkar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
-1 Failed Tests: Build The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: BuildI found compilation error when building: >> Done generating edm plugin poisoned information gmake[1]: *** [config/SCRAM/GMake/Makefile.rules:2006: CompilePython] Error 1 >> Plugins of all types refreshed. gmake[1]: Target 'PostBuild' not remade because of errors. gmake[1]: Leaving directory '/data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_14_2_X_2024-11-04-1100' gmake: *** [config/SCRAM/GMake/Makefile.rules:1892: src] Error 2 gmake: Target 'all' not remade because of errors. gmake: *** [There are compilation/build errors. Please see the detail log above.] Error 2 + eval scram build outputlog '&&' '(python3' /data/cmsbld/jenkins/workspace/ib-run-pr-tests/cms-bot/buildLogAnalyzer.py --logDir /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_14_2_X_2024-11-04-1100/tmp/el8_amd64_gcc12/cache/log/src '||' 'true)' ++ scram build outputlog >> Entering Package Alignment/CommonAlignmentProducer |
please test |
-1 Failed Tests: Build BuildI found compilation error when building: *** Error compiling 'src/Configuration/PyReleaseValidation/python/relval_standard.py'... Sorry: TabError: inconsistent use of tabs and spaces in indentation (relval_standard.py, line 583) gmake[1]: *** [config/SCRAM/GMake/Makefile.rules:2006: CompilePython] Error 1 gmake[1]: Target 'PostBuild' not remade because of errors. gmake[1]: Leaving directory '/data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_14_2_X_2024-11-05-1100' gmake: *** [config/SCRAM/GMake/Makefile.rules:1892: src] Error 2 gmake: Target 'all' not remade because of errors. gmake: *** [There are compilation/build errors. Please see the detail log above.] Error 2 + eval scram build outputlog '&&' '(python3' /data/cmsbld/jenkins/workspace/ib-run-pr-tests/cms-bot/buildLogAnalyzer.py --logDir /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_14_2_X_2024-11-05-1100/tmp/el8_amd64_gcc12/cache/log/src '||' 'true)' ++ scram build outputlog >> Entering Package Configuration/PyReleaseValidation |
please test |
-1 Failed Tests: Build BuildI found compilation error when building: *** Error compiling 'src/Configuration/PyReleaseValidation/python/relval_standard.py'... Sorry: TabError: inconsistent use of tabs and spaces in indentation (relval_standard.py, line 587) gmake[1]: *** [config/SCRAM/GMake/Makefile.rules:2006: CompilePython] Error 1 gmake[1]: Target 'PostBuild' not remade because of errors. gmake[1]: Leaving directory '/data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_14_2_X_2024-11-07-1100' gmake: *** [config/SCRAM/GMake/Makefile.rules:1892: src] Error 2 gmake: Target 'all' not remade because of errors. gmake: *** [There are compilation/build errors. Please see the detail log above.] Error 2 + eval scram build outputlog '&&' '(python3' /data/cmsbld/jenkins/workspace/ib-run-pr-tests/cms-bot/buildLogAnalyzer.py --logDir /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_14_2_X_2024-11-07-1100/tmp/el8_amd64_gcc12/cache/log/src '||' 'true)' ++ scram build outputlog >> Entering Package Configuration/PyReleaseValidation |
Closing in favor of #46625 |
PR description:
The golden data wfs using
ParkingDouble{Muon|Electron}*
datasets result in too long names when submitted as RelVals. This PR proposes a fix for the issue renaming them toRunPark2{Muon|Electron}*
.PR validation:
None, minor change.