Skip to content
Snippets Groups Projects

Added nightly tests for S34

Merged Stefanie Reichert requested to merge Nightlies_S34 into 2018-patches
1 unresolved thread

Added test and ref for Stripping34.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
17 17 Phys/IsolationTools
18 18 Phys/RelatedInfoTools)
19 19
20 set(extraopts_29r2
21 ${AppConfig_DIR}/options/DaVinci/DataType-2017.py
22 )
  • @sreicher I think you need to set a DataType. The creation of the StrippingCache is failing in today's nightlies with:

    Traceback (most recent call last):
      File "GAUDI/GAUDI_v29-patches/InstallArea/x86_64-slc6-gcc62-opt/scripts/gaudirun.py", line 457, in <module>
        applyConfigurableUsers()
      File "GAUDI/GAUDI_v29-patches/InstallArea/x86_64-slc6-gcc62-opt/python/GaudiKernel/Configurable.py", line 1552, in applyConfigurableUsers_old
        c.__apply_configuration__()
      File "Phys/DaVinci/python/DaVinci/Configuration.py", line 635, in __apply_configuration__
        self._checkOptions()
      File "Phys/DaVinci/python/DaVinci/Configuration.py", line 139, in _checkOptions
        raise TypeError( "You must set DataType" )
    TypeError: You must set DataType

    @erodrigu FYI

  • Also, I see DataType-2018.py but I would guess you now want a correspoding file for 2018.

  • Ah, forget, as this is a test on 2017 data :D.

  • Please register or sign in to reply
  • Author Contributor

    Sorry, my fault - it worked locally without setting the datatype here. I'll commit the fix asap.

    Edited by Stefanie Reichert
  • added 1 commit

    • f4a7785e - Fixed bug in CMakeLists and updated ref

    Compare with previous version

  • mentioned in commit 81fc1279

  • Please register or sign in to reply
    Loading