Releases: dmwm/CRABClient
v3.231010
small fixes to clean list of pending top/high-prio issues
before tackling the enhancement which require integration with Ruciio Client
List of commits:
- Reduce curl verbosity (#5218)
- limit list of sandbox content to console to 5 files. Fix #5200 (#5217)
- Update comments in WMCoreConfiguration.py
Validation
I have sent ClientValidation Jenking tests for v3.231010 and all CMSSW releases in our list
dmwm/CRABServer#7908 - OK
dmwm/CRABServer#7909 - OK
dmwm/CRABServer#7910 - OK
dmwm/CRABServer#7911 - OK
dmwm/CRABServer#7912 - OK
dmwm/CRABServer#7913 - OK
dmwm/CRABServer#7914 - OK
dmwm/CRABServer#7915 - OK
dmwm/CRABServer#7916 - OK
Deployment
set crab-dev to this: cms-sw/cmsdist#8746
As of Oct 12, available as crab-dev
on IB
v3.231009
v3.230925
Small improvement and bug fix.
- Print rule id instead of container name in "crab status" command by @novicecpp in #5205
- Print Rucio info for Rucio ASO task (updated version of #5205) by @novicecpp in #5209
- skip .git directories when creating sandbox. Fix #5202 by @belforte in #5207
- change getLumiListInValidFiles to use dasgoclient Fix #5175 by @belforte in #5211
Full Changelog: v3.230612...v3.230925
v3.230612
v3.230417
v3.230404
add crab checkdataset
command to check if a dataset is available on disk for processing via CRAB
Client validation after deployment done via dmwm/CRABServer#7584
v3.230227
This tag adds two main things:
- support for
Data.inputBlocks
- new Data.inputBlocks parameter by @novicecpp in #5185
- Fix getattr with config.Data.inputBlocks by @novicecpp in #5186
- An improvement on which files CRABClient automatically adds to the usertarball, that makes it compatible with newest cmssw versions
- add src/**/python to user sandbox by @mapellidario in #5188
Full Changelog: v3.230124...v3.230327
v3.230124
The main motivation for this new CRABClient release is to make crab client commands submit --dryrun
and preparelocal
compatible with the new JobWrapper introduced by https://github.com/dmwm/CRABServer/releases/tag/v3.221128.patch1 .
Moreover, it will bring in a new argument for crab configuration file that allows to specify the accelerator parameters, by Wa.
There are also a couple of "cosmetic" changes to what crab commands print to stdout.
What's Changed
- adapt CRABClient to new jobwrapper by @mapellidario in #5180
- new Site.acceleratorParams by @novicecpp in #5179
- do not write unnecessary msg to user by @belforte in #5181
- submit --dryrun. print info about last trial by @mapellidario in #5184
Full Changelog: v3.221018...v3.230124
v3.221018
v3.221004
deprecate Data.publishWithGroupName
configuration option
see : dmwm/CRABServer#7359
ref: #5173
Full Changelog: v3.220823...v3.221004
deployed as crab-dev on default CVMFS
- tested on new REST w/o
groupname
support in dmwm/CRABServer#7427 - tested on current production REST in dmwm/CRABServer#7428
Ready for production