Releases: dmwm/CRABClient
v3.260206
Need a tag in order too fully test this change to crab status which also removed the fallback to the txt version of the status cache file. We have been using pkl file long enough now to be confident. See the details of the relevant commit e3e9c67
What's Changed
- No dag node parsing in client anymore 5399 by @belforte in #5423
- contains also "status cache is always pkl"
Full Changelog: v3.251020...v3.260206
v3.251020
fixes submit --dryrun which was not adapted to latest TW which has new tarballs and input arguments format
What's Changed
Full Changelog: v3.251015...v3.251020
Tested in https://gitlab.cern.ch/crab3/CRABServer/-/pipelines/13147216
(just to make sure this did not break anything else. We do not have a test for submit --dryrun)
Deployment:
- crab-dev in cms-sw/cmsdist#10136
- in IB as of Oct 22
- in production as of Nov 2
- as
crab-prodin cms-sw/cmsdist#10151- in IB as of Oct 28
- in production as of Nov 2
v3.251015
v3.250929
main reason is to restore py2 compatibility broken by previous change for http2 support. Via #5418
What's Changed
- Print result of probe jobs. Fix #5415 by @belforte in #5417
- py2 compatible HTTPStatus imported. by @nausikt in #5418
New Contributors
Full Changelog: v3.250908...v3.250929
Validation
- submission using master branch works for all CMSSW releases https://gitlab.cern.ch/crab3/CRABServer/-/pipelines/12989499
Deployment
- queued for crab-dev in cms-sw/cmsdist#10097
v3.250908
just one small enhancement CRABClient
What's Changed
- Rest Interface curl parsing allowing HTTP2 by @Lorenzov1999 in #5412
New Contributors
- @Lorenzov1999 made their first contribution in #5412
Full Changelog: v3.250820...v3.250908
v3.250820
small changes to be able to test (and later use) new TW tarballs format
What's Changed
Full Changelog: v3.250806...v3.250820
deployment
- crab-dev: cms-sw/cmsdist#10035 - available in IB since Aug 24
- upgrade to crab-prod: cms-sw/cmsdist#10047 = availabe in IB since Sep 1
v3.250806
Summary
Bug fixes, Additions needed for the new "CRIC in TW" design and small improvements.
What's Changed
- take care of bug in commit 8b8da2a. Fix #5394 by @belforte in #5395
- deprecate resubmission of successful jobs. Fix #5285 by @belforte in #5396
- Improve recover help 5295 by @belforte in #5398
- better reporting of exceptions. Fix #5299 by @belforte in #5397
- enforce sitewhitelist when using userInputFiles. Fix #5400 by @belforte in #5401
- make instance in config. file work again and add comment by @belforte in #5403
- Pull input files and lumis list from S3. Fix #5368 by @belforte in #5404
- do not allow recovery=failed with aut.split. fix #5328 by @belforte in #5405
- Fix #5393 by @aspiringmind-code in #5406
- add file size in human units. Fix #5407 by @belforte in #5408
Full Changelog: v3.250522...v3.250806
v3.250522
v3.250505
One change for PrivateMC: introduce lumisPerFile and deprecate eventsPerLumi
Aim is to prevent user MC from having O(1k) lumis per file w/o user explicitly asking for it (which would be a very bad idea anyhow and hopefully nobody will). Default value for lumisPerFile is 1
Also minor clarification for crab status --long output
What's Changed
- add Data.lumisPerFile fix #5385 by @belforte in #5386
- adjust fields in status long. Fix #5387 by @belforte in #5388
Full Changelog: v3.250409...v3.250505
Validation
- dmwm/CRABServer#9063 - OK
Deployment
- crab-dev: cms-sw/cmsdist#9831 - in IB as of May 7
v3.250409
Now that we have updated TaskWorker, make submit --dryrun compatible with new one, not old version.
What's Changed
Full Changelog: v3.250318...v3.250409
queued for deployment as crab-dev in cms-sw/cmsdist#9783
- deployed in IB and tested OK