Skip to content
Snippets Groups Projects
Commit afcb91c3 authored by Christopher Rob Jones's avatar Christopher Rob Jones
Browse files

Fix incorrect simulation flag in RICH test samples

parent 06d25212
No related branches found
No related tags found
No related merge requests found
Pipeline #8540573 passed
......@@ -14479,7 +14479,7 @@ testfiles(
'Format': 'MDF',
'DataType': 'Upgrade',
'Date': '2023-01-20',
'Simulation': True,
'Simulation': False,
'DDDB': 'upgrade/master',
'CondDB': 'upgrade/master',
'GeometryVersion': 'run3/trunk',
......@@ -14499,7 +14499,7 @@ testfiles(
'Format': 'MDF',
'DataType': 'Upgrade',
'Date': '2023-01-20',
'Simulation': True,
'Simulation': False,
'DDDB': 'upgrade/master',
'CondDB': 'upgrade/master',
'GeometryVersion': 'run3/trunk',
......@@ -14522,7 +14522,7 @@ testfiles(
'Format': 'MDF',
'DataType': 'Upgrade',
'Date': '2023-01-20',
'Simulation': True,
'Simulation': False,
'DDDB': 'upgrade/master',
'CondDB': 'upgrade/master',
'GeometryVersion': 'run3/trunk',
......@@ -14542,7 +14542,7 @@ testfiles(
'Format': 'MDF',
'DataType': 'Upgrade',
'Date': '2023-06-21',
'Simulation': True,
'Simulation': False,
'DDDB': 'upgrade/master',
'CondDB': 'upgrade/master',
'GeometryVersion': 'run3/trunk',
......@@ -14562,7 +14562,7 @@ testfiles(
'Format': 'MDF',
'DataType': 'Upgrade',
'Date': '2023-06-21',
'Simulation': True,
'Simulation': False,
'DDDB': 'upgrade/master',
'CondDB': 'upgrade/master',
'GeometryVersion': 'run3/trunk',
......@@ -14581,7 +14581,7 @@ testfiles(
'Format': 'MDF',
'DataType': 'Upgrade',
'Date': '2024-06-12',
'Simulation': True,
'Simulation': False,
'DDDB': 'upgrade/master',
'CondDB': 'upgrade/master',
'GeometryVersion': 'run3/2024.Q1.2-v00.00',
......@@ -14601,7 +14601,7 @@ testfiles(
'Format': 'MDF',
'DataType': 'Upgrade',
'Date': '2024-06-12',
'Simulation': True,
'Simulation': False,
'DDDB': 'upgrade/master',
'CondDB': 'upgrade/master',
'GeometryVersion': 'run3/2024.Q1.2-v00.00',
......
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