Skip to content
Snippets Groups Projects
  1. Apr 30, 2021
  2. Apr 29, 2021
  3. Apr 27, 2021
  4. Apr 23, 2021
  5. Apr 21, 2021
    • Frank Winklmeier's avatar
      HLT: Move COOL update configuration · c30bf773
      Frank Winklmeier authored
      Move the `enableCOOLFolderUpdates` configuration into the HLT framework
      itself. COOL updates have become such an integral part of running the
      HLT (e.g. HLT prescale updates) that this should be configured
      centrally so it works also for non-`runHLT`-based jobs.
      c30bf773
  6. Apr 17, 2021
  7. Apr 09, 2021
  8. Apr 06, 2021
  9. Apr 05, 2021
  10. Mar 26, 2021
  11. Mar 22, 2021
  12. Mar 20, 2021
  13. Mar 17, 2021
  14. Mar 16, 2021
  15. Mar 06, 2021
  16. Mar 05, 2021
  17. Mar 01, 2021
  18. Feb 25, 2021
    • Ran Bi's avatar
      transform: fix file arguments to athenaHLT.py · b9401baa
      Ran Bi authored
      fix problem with invalid input (ES_WrongFileFormat) caused by
      concatenating multiple filenames. athenaHLT.py parses input file
      arguments with the 'append' option, so multiple '--file' options need to
      be passed.
      b9401baa
  19. Feb 22, 2021
  20. Feb 17, 2021
  21. Feb 16, 2021
  22. Feb 10, 2021
  23. Feb 09, 2021
  24. Feb 08, 2021
  25. Feb 07, 2021
  26. Feb 05, 2021
  27. Feb 03, 2021
  28. Feb 01, 2021
    • Frank Winklmeier's avatar
      Enable fast stack trace in CoreDumpSvc · 7d7812aa
      Frank Winklmeier authored
      Produce a "fast" stack trace by default in athena jobs. This initial
      stacktrace will only report traces for the current thread but is much
      faster than the full trace from gdb (which will follow). This can help in
      cases when gdb does not manage to produce a stacktrace (e.g. due to
      timeouts as in ATR-22583).
      7d7812aa
  29. Jan 29, 2021
  30. Jan 28, 2021
    • Aleksandra Poreba's avatar
      Handle ROB status flags · fe4b847c
      Aleksandra Poreba authored
      - remove SCHEDULED (prefetched)
      - rename DISABLED -> UNDEFINED
      
      Also save robs status with unsigned short to avoid type
      misinterpretation issues
      fe4b847c
Loading