-
Notifications
You must be signed in to change notification settings - Fork 183
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
added python-paths tools to provide python27 and python3 files #4067
Conversation
please test |
The tests are being triggered in jenkins. |
A new Pull Request was created by @smuzaffar (Malik Shahzad Muzaffar) for branch IB/CMSSW_10_2_X/gcc630. @cmsbuild, @smuzaffar, @gudrutis, @mrodozov can you please review it and eventually sign? Thanks. |
-1 Tested at: 3af32f4
I found an error when building: + /build/cmsbld/jenkins/workspace/ib-any-integration/testBuildDir/slc6_amd64_gcc630/lcg/SCRAMV1/V2_2_8_pre3/bin/scram --arch slc6_amd64_gcc630 project -d /build/cmsbld/jenkins/workspace/ib-any-integration/testBuildDir/tmp/BUILDROOT/bc686c2514649aadf170a733c5936426/opt/cmssw/slc6_amd64_gcc630/cms/coral -b config/bootsrc.xml ERROR: SCRAM::Plugins::DocParser:/build/cmsbld/jenkins/workspace/ib-any-integration/testBuildDir/tmp/BUILDROOT/bc686c2514649aadf170a733c5936426/opt/cmssw/slc6_amd64_gcc630/cms/coral/CORAL_2_3_21-cms2/config/toolbox/slc6_amd64_gcc630/tools/selected/python-paths.xml:5:Found closing tag "doc" while looking for "tool". ######### START ######### ######### END ######### error: Bad exit status from /build/cmsbld/jenkins/workspace/ib-any-integration/testBuildDir/tmp/rpm-tmp.iaaNxb (%prep) RPM build errors: Bad exit status from /build/cmsbld/jenkins/workspace/ib-any-integration/testBuildDir/tmp/rpm-tmp.iaaNxb (%prep) You can see the results of the tests here: |
please test |
The tests are being triggered in jenkins. |
Pull request #4067 was updated. |
Avoid setting cmsw-tool-conf python paths via cmssw-config/Self.xml file. This breaks the cmsdist PR testing as in this case we always points to pythons paths from release. Thsi change should allow us to pick things from local area.