Closed belforte closed 2 months ago
Jenkins results:
Jenkins results:
Jenkins results:
Jenkins results:
tested with a single on on crab-dev-tw01
Jenkins results:
tests
@aspiringmind-code you can also look at https://cmscrab.docs.cern.ch/crab-design/crab-job-wrapper.html#new-cmsrunanalysispy for a description of what this PR is supposed to achieve
I added one cleanup. WIll test again.
lfn2pfn resolution with Rucio failed for site: T2_CH_CERN
WIll monitor jobs in grafanaJenkins results:
Ready for review
@aspiringmind-code let me if you think that you do not have the time or feel not competent to review this.
Sorry for the delay. I'll do it by tomorrow.
On Fri, 27 Sep, 2024, 4:53 pm Stefano Belforte, @.***> wrote:
@aspiringmind-code https://github.com/aspiringmind-code let me if you think that you do not have the time or feel not competent to review this.
— Reply to this email directly, view it on GitHub https://github.com/dmwm/CRABServer/pull/8704#issuecomment-2379464032, or unsubscribe https://github.com/notifications/unsubscribe-auth/BJE3IUROX72ZGQPOBMRKCP3ZYVWM5AVCNFSM6AAAAABORWZ6ASVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZZGQ3DIMBTGI . You are receiving this because you were mentioned.Message ID: @.***>
@belforte I like the use of simpler sandbox argument and the merging of two functions into one. What I still would wanna improve is removing the "moving up the directory" action. IIUC, that will not be required once $CMSSW_BASE files are put inside cmsswVersion directory inside the sandbox. Do we have an open issue regarding that? If yes, this looks good to me. Thanks for my first review opportunity.
thanks @aspiringmind-code
I do not like moving files around like that eiher
I thought of this solution in https://github.com/dmwm/CRABServer/issues/7705#issuecomment-2361613880 but have not created an issue
Indeed I thought I did... what I have most is to expand the tarball in two directories
BEst option looks to me at some point to modify sandboxing in client so that $CMSSW_BASE is tarred into a CMSSW_X_Y_Z directory and then all files will automatically go in the proper place when the sandbox is iteratively expanded
sorry I was confused. You are correct. I have not created an issue for that. Let's do
Well... be my memory be damned. I had not created an issue for the sandbox restructuring in the client, but have already merged a PR to do it ! https://github.com/dmwm/CRABClient/issues/5332
Please have a look and let me now if that addresses your comment
Yes, this looks perfect.
thanks you
now the problem will be to remember to cleanup the duplicated untar once new client will be in production
fix #7705