Skip to content
Snippets Groups Projects
Commit 6f47105e authored by Rosen Matev's avatar Rosen Matev :sunny:
Browse files

Merge branch 'fix-geometry-version' into 'master'

Set correctly geometry and conditions versions in a test

See merge request !202
parents b3a1ac74 69f6b4c2
No related branches found
No related tags found
1 merge request!202Set correctly geometry and conditions versions in a test
Pipeline #5104599 passed
......@@ -15,7 +15,9 @@ import os
options.input_type = 'Online'
options.output_type = 'Online'
options.dddb_tag = 'master'
options.conddb_tag = 'master' if UseDD4Hep else 'md_VP_SciFi_macromicrosurvey_from20220923'
options.conddb_tag = 'md_VP_SciFi_macromicrosurvey_from20220923'
options.geometry_version = 'trunk'
options.conditions_version = 'master'
options.simulation = not UseDD4Hep
online_cond_path = '/group/online/hlt/conditions.run3/lhcb-conditions-database'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment