Skip to content
Snippets Groups Projects
Commit bbaa61b4 authored by Sergei Zharko's avatar Sergei Zharko
Browse files

CI: replace of the run_qa test with run_qa_ts_eb_ideal and run_qa_ts_eb_real

parent 808491a8
No related branches found
No related tags found
1 merge request!1600CA: MVD qa is added to the macro
...@@ -295,13 +295,31 @@ foreach(setup IN LISTS cbm_setup) ...@@ -295,13 +295,31 @@ foreach(setup IN LISTS cbm_setup)
RESOURCE_LOCK collParDb_${setup} RESOURCE_LOCK collParDb_${setup}
) )
# --- Test run_qa # --- Test run_qa_ts_eb_ideal
# --- Run QA tasks with Event-by-event reconstruction from time-based simulation
# --- Ideal raw event builder
set(testname run_${sname}_qa_ts_eb_ideal)
add_test(${testname} ${MACRODIR}/run_qa.sh
\"data/${sname}_coll\" \"data/${sname}_ts\" \"data/${sname}_ts_eb_ideal\"
\"data/${sname}_coll\" \"data/${sname}_qa_ts_eb_ideal\" \"${setup}\" -1
\"data/${sname}_sign\" \"data/${sname}_beam\" \"qa_config.cbm.yaml\" \"Ideal\")
set_tests_properties(${testname} PROPERTIES
TIMEOUT ${timeOutTime}
FAIL_REGULAR_EXPRESSION "QA checks failed"
FAIL_REGULAR_EXPRESSION "segmentation violation"
PASS_REGULAR_EXPRESSION "QA checks passed;Macro finished successfully"
FIXTURES_REQUIRED "fixt_tra_coll_${setup};fixt_digi_ts_${setup};fixt_reco_ts_eb_ideal_${setup}"
FIXTURES_SETUP fixt_qa_${setup}
RESOURCE_LOCK collParDb_${setup}
)
# --- Test run_qa_ts_eb_real
# --- Run QA tasks with Event-by-event reconstruction from time-based simulation # --- Run QA tasks with Event-by-event reconstruction from time-based simulation
# --- Real raw event builder # --- Real raw event builder
set(testname run_${sname}_qa) set(testname run_${sname}_qa_ts_eb_real)
add_test(${testname} ${MACRODIR}/run_qa.sh add_test(${testname} ${MACRODIR}/run_qa.sh
\"data/${sname}_coll\" \"data/${sname}_ts\" \"data/${sname}_ts_eb_real\" \"data/${sname}_coll\" \"data/${sname}_ts\" \"data/${sname}_ts_eb_real\"
\"data/${sname}_coll\" \"data/${sname}_qa\" \"${setup}\" -1 \"data/${sname}_coll\" \"data/${sname}_qa_ts_eb_real\" \"${setup}\" -1
\"data/${sname}_sign\" \"data/${sname}_beam\" \"qa_config.cbm.yaml\" \"Real\") \"data/${sname}_sign\" \"data/${sname}_beam\" \"qa_config.cbm.yaml\" \"Real\")
set_tests_properties(${testname} PROPERTIES set_tests_properties(${testname} PROPERTIES
TIMEOUT ${timeOutTime} TIMEOUT ${timeOutTime}
......
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