Skip to content

Releases: dmwm/CRABServer

v3.240602

02 Jun 15:09
198e2d3
Compare
Choose a tag to compare

This brings in changes to TaskWorker to adapt to modern HTCondor, avoid the use
of deprecated bindings (xquery) or deprecated ways to call them (schedd.Submit(classAds,...))
I.e. first part of #8337

Also fixed problems with htcondor2 discovered by @novicecpp in #8272

Changes to submission are "pervasive" and a good validation is required.

It was preliminary tested on an TW running HTCondor 23.7, but there is no known reason why it should not work on current TW setup with HTCondor 10.2 or the coming 23.0

What's Changed

Full Changelog: v3.240530...v3.240602

v3.240530

30 May 19:47
9198587
Compare
Choose a tag to compare

Cutting new release to fix log lines that will be parsed to successful_publication metrics.
Plus small but significant changes for the PyPI image.

What's Changed

Full Changelog: v3.240527...v3.240530

v3.240527

28 May 06:31
886a752
Compare
Choose a tag to compare

This release ensure extraJDL will be sanitized before submitting to Schedd. Plus, many changes on new CI system.

What's Changed

Full Changelog: v3.240517...v3.240527

v3.240517

17 May 08:48
Compare
Choose a tag to compare

Cutting the new release for TW's new bind-mount scheme, plus many fixes.
Together with new CRABClient (still to be tagged and deployed) this will also allow to provide a list of files to be processed in the input dataset, similar to blockList, aka "fileMask"

And thank you @oljemark for the PR!

What's Changed

New Contributors

Full Changelog: v3.240515...v3.240517

v3.240515

15 May 19:44
1799705
Compare
Choose a tag to compare

Changes to REST to support use of userInputFiles configuration parameter as a "fileMask" on the input dataset

Brings in also improvements to Gitlab-CI pipeline

What's Changed

Full Changelog: v3.240510...v3.240515

v3.240510

10 May 08:05
5ca7cae
Compare
Choose a tag to compare

Add automatic handling of failed DBS migration and restructuring of Publisher code to put functions common to Publisher_schedd and Publisher_rucio in Publisher(Dbs)Utils

Also a minor fix to REST

List of changes:

What's Changed

Full Changelog: v3.240508...v3.240510

Validation: #8393

v3.240508

08 May 13:24
01b06e9
Compare
Choose a tag to compare

What's Changed

Tag created mainly for new env variable in jobs for frontier monitoring and WMCore version 2.3.3

but this tag brings also many other changes

Publisher:

Corrupted files reporting (not part of CRAB services proper)

  • Update ProcessBadFilesList.py require at least 3 failure reports by @belforte in #8379
  • do not crash ProcessBadList.py in case of no reports by @belforte in #8365
  • no need for a flag in /etc anymore. Use -p(arent) in gfal-copy by @belforte in #8369

TaskWorker

Oracle

Full Changelog: v3.240426...v3.240508

v3.240426

26 Apr 11:27
b24904b
Compare
Choose a tag to compare
  • small fixes for CI/CI pipeline
  • make DBSDataDiscovery test work and save output to JSON file
  • add fix by David Lange to speedup parent finding (x100)

List of commits:

  • attempt to streamline parent file discovery (#8352) by @davidlange6
  • make test of DBSDataDiscovery work again and add printout of output (#8362) by @belforte
  • allow to fall back proxy to installed cert in runner machine (#8359) by @novicecpp

List of difference: v3.240423...v3.240426

v3.240423

23 Apr 12:02
7d8794a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.240325...v3.240423

v3.240325

25 Mar 22:45
5f3ab24
Compare
Choose a tag to compare

fix previous broken release v3.240318 via #8302

Validation
ran 3 Jenkins tests at same time

all OK.