Skip to content

Releases: dmwm/CRABClient

v3.221018

18 Oct 19:58
a7cc0e1
Compare
Choose a tag to compare

2 small but needed additions:

add Rucio StageOut info to crab status.
add support for "requireAccelerator"

list of commits

  • print Rucio container name. For #5176 (#5177)
  • Site.requireAccelerator (#5174)

v3.221004

03 Oct 22:21
7248a05
Compare
Choose a tag to compare

deprecate Data.publishWithGroupName configuration option
see : dmwm/CRABServer#7359

ref: #5173

Full Changelog: v3.220823...v3.221004

deployed as crab-dev on default CVMFS

Ready for production

v3.220823

23 Aug 10:18
598bf54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.220714...v3.220823

v3.220714

14 Jul 09:30
353922e
Compare
Choose a tag to compare

Add Data.partialDataset option #5164 (#5168)

v3.220504

04 May 09:53
16de94d
Compare
Choose a tag to compare

improve messages when task fails to bootstrap (#5165)
will also use this tag for modifying dependencies: #5166

v3.220323

23 Mar 10:41
fac67f5
Compare
Choose a tag to compare

a bunch of minor fixes accumulated in last month:

  • look for output modules in FinalPaths as well. Fix #5160 (#5161)
  • always use FEEDBACKMAIL. Solve #5155 (#5157)
  • adapt to py3 Rucio setup. Fix #5156
  • no need anymore for the warning about CMSSW_12 (#5152)

Jenkins ClientValidation from GH Head :

v3.220210

10 Feb 08:32
6c9ac83
Compare
Choose a tag to compare

Completes all pending items for python3 (use py3 version of Rucio).
Everything should work in CC8 now (but we do not run Jenkins there yet)
All open issues in CrabClients are now minor improvements with priority medium or low

Queued for installation on CVMFS cms-sw/cmsdist#7625
(see below for testing history)

Full list of changes:

  • use py3 version of Rucio. Fix #4966 (#5151) Also fixes #5125
  • make sure CMSSW_VERSION is defined (#5149)
  • Include the correct twiki link for CRAB3FAQ (#5150)

Client validated via Jenkins from GH master for various CMSSW series (skipped CMSSW 11 and 9):

Now available as crab-dev in IB and passed ClientValidation Jenkins test on all CMSSW series dmwm/CRABServer#7076 dmwm/CRABServer#7077 dmwm/CRABServer#7078 dmwm/CRABServer#7079 dmwm/CRABServer#7080 dmwm/CRABServer#7081 dmwm/CRABServer#7082

v3.220204

04 Feb 21:30
0fbe5f7
Compare
Choose a tag to compare

Bug fix for the leaking file descriptors

  • close file handles from mkstemp. Fix #5147 (#5148)

validated from GH in dmwm/CRABServer#7051

v3.220104

04 Jan 15:51
7574477
Compare
Choose a tag to compare

now really add:

v3.220103

03 Jan 15:10
0833291
Compare
Choose a tag to compare
  • stop using asourl/asodb fix #5143
    ooppsss!!! Mistake. I had not pushed the change for that.

Actual differences from previous v3.211210 are almost only about gocurl :

  • add Content-Type for PUT/POST gocurl request (fix #5140) (#5141)
  • add gocurl option (#5123)
  • pass bytes to b64encode. Fix #5127 (#5137)
  • add explanatory comments and pointer to GH issue. Close #5004 (#5138)