Skip to content

Releases: WIPACrepo/iceprod

v3.0.9

04 Oct 18:39
Compare
Choose a tag to compare

Other

v3.0.8

03 Oct 21:41
Compare
Choose a tag to compare

Other

v3.0.7

03 Oct 16:11
Compare
Choose a tag to compare

Other

v3.0.6

03 Oct 01:58
Compare
Choose a tag to compare

Other

  • Do gridftp env setup within try/except (#376) (b465fa5)

v3.0.5

03 Oct 01:21
Compare
Choose a tag to compare

Other

v3.0.4

02 Oct 22:06
Compare
Choose a tag to compare

Other

v3.0.3

02 Oct 16:39
Compare
Choose a tag to compare

Other

  • update requirements.txt (7b2df75)
  • update requirements-tests.txt (4b4151c)
  • update requirements-docs.txt (00b2d75)

v3.0.2

02 Oct 16:35
Compare
Choose a tag to compare

Other

  • update requirements.txt (63c8841)
  • update requirements-tests.txt (373825c)
  • update requirements-docs.txt (b5501e5)
  • Update dataset schema to be looser (9197849)

v3.0.1

01 Oct 17:54
Compare
Choose a tag to compare

Other

  • Remove latest tag from cvmfs (4a42c8a)
  • Add some spare disk for stdout/err, other misc files (6e97f18)

v3.0.0

01 Oct 17:43
Compare
Choose a tag to compare

This release removes support for IceProd pilots, and instead relies on HTCondor file transfer and running the module code directly in the HTCondor job. As a consequence, we are able to fully support running in containers via HTCondor. (3c3681e)

Breaking

  • Data transfer now happens at the task level. Other file transfer is deprecated, and will be merged with the task.
  • Dataset config removals:
    • Module running_class support has been removed. Use the src attribute instead.
    • Data compression support has been removed.
    • Resources have been removed - use data in permanent input mode.
    • Steering/system has been removed.
  • The debugging pilot has limited support, and all data transfer has been removed.
  • The dataset truncated status has been moved to an attribute.
  • Tasks start at idle instead of waiting.
  • Task status waiting is now "ready to queue" and status queued is "on the HTCondor queue" with processing actually being processing in HTCondor.
  • The task reset status has been removed, and tasks will now directly go to idle.
    (3c3681e)

Other

  • update requirements.txt (71013dd)
  • update requirements-tests.txt (723afb6)
  • update requirements-docs.txt (3200b3a)