Skip to content

WMCore 1.5.5 central services production release

Compare
Choose a tag to compare
@amaltaro amaltaro released this 10 Nov 11:21
· 1213 commits to master since this release

This release no longer ships any of the PhEDEx libraries. The running-open and running-close statuses have been slightly redesigned.
Last but not least, some important bug fixes and enhancements have been made.

Release date: 10 November 2021.
Changes since release: 1.5.4.

Central services

Software stack

  • Update dbs3-client to 3.17.6 and dbs3-pycurl 3.17.4
  • Update python3 pip to 20.3.3 and setuptools to 51.3.3

Features and/or feature changes

  • add two new CMSSW exit code: 8034 and 8501 (Stefano Belforte) #10850
  • Remove PhEDEx library and any other use of PhEDEx (Alan Malta Rodrigues) #10856
  • [MSTransferor] Remove unused Unified/MSTransferor code (Alan Malta Rodrigues) #10876
  • Add validation to the SubRequestType parameter (Alan Malta Rodrigues) #10890
  • Refactored conditions for running-open/running-closed workflow statuses (Alan Malta Rodrigues) #10693
  • Temporary fix for the StatusChangeTasks ReqMgr2 thread (Alan Malta Rodrigues) #10693

Bug Fixes

  • [MSUnmerged] Remove check of RSE dump root_failed attr in MSUnmerged (Alan Malta Rodrigues) #10894

Enhancements

  • Fix python version in subprocess call for inject-test-wfs (Alan Malta Rodrigues) #10847

WMAgent

Features and/or feature changes

  • Set request_GPUs classad according to RequiresGPU (Alan Malta Rodrigues) #10849
  • Update Rucio Int url (Alan Malta Rodrigues) #10855
  • Support different architectures during job submission and runtime (Alan Malta Rodrigues) #10853

Bug Fixes

  • Skip ErrorHandler cycle if agent configuration fails to be retrieved - take2 (Alan Malta Rodrigues) #10852
  • Remove leading ../../ from logArchive tarballs (Alan Malta Rodrigues) #10868
  • Check whether WMStep object has gpu attribute (Alan Malta Rodrigues) #10866
  • Use the right COMP scramArch for PowerPC workflows (Alan Malta Rodrigues) #10871

Enhancements

  • Updating workflow json templates; adding working PY3 templates (Alan Malta Rodrigues) #10761
  • Update wmagent-deploy script to deploy Py3 WMAgent by default; update to cycle 1.5.4 (Alan Malta Rodrigues) #10859
  • update campaigns used in our test setup (Alan Malta Rodrigues) #10859

Python3 related changes