Skip to content
Snippets Groups Projects

Introduce Common.ProductionStep flag and migrate sim & overlay workflows

Merged Tadej Novak requested to merge tadej/athena:flags1 into master
All threads resolved!
48 files
+ 155
133
Compare changes
  • Side-by-side
  • Inline
Files
48
#!/usr/bin/env python
"""Run tests on BeamPipeGeoModel configuration
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
"""
if __name__ == "__main__":
from AthenaCommon.Configurable import Configurable
@@ -10,9 +10,6 @@ if __name__ == "__main__":
from AthenaConfiguration.TestDefaults import defaultTestFiles
ConfigFlags.Input.Files = defaultTestFiles.HITS
ConfigFlags.Detector.SimulatePixel = False
ConfigFlags.Detector.SimulateSCT = False
ConfigFlags.Detector.SimulateTRT = False
ConfigFlags.GeoModel.Align.Dynamic = False
ConfigFlags.lock()
Loading