Skip to content

v0.70.0

Choose a tag to compare

@teo teo released this 26 Jun 13:28
· 605 commits to master since this release

This release includes a mechanism that pushes run context information to all tasks, including LHC fill info, run type, LHC period, and O² start/end timestamps. It also includes a change that makes autoBind disabled for FairMQ devices, and updated documentation.

  • Push context information to tasks:

    • [core] use the parent role to propagate lhc info to the whole env
    • [core] Push LHC fill info, O2 start/end, run type, LHC period to tasks
    • [core] Download lhcFill.proto from BK in the Makefile
    • [occ] Push properties before FairMQ RUN and STOP transitions
    • [OCTRL-791] Allow to fetch LHC fill info from BK, propagate to varStack
  • Miscellaneous:

    • [O2-2818][core] Disable autoBind in FairMQ
    • [docs] Update docs on workflow/task configuration