Skip to content
Snippets Groups Projects
Commit b51aa41e authored by Sergei Zharko's avatar Sergei Zharko Committed by Sergey Gorbunov
Browse files

mCBM CI: added qa-benchmark for regular tests

parent c67903c8
No related branches found
No related tags found
1 merge request!1612QA: CbmSoft/cbmroot_qa repository linkage and histogram benchmarking
...@@ -106,9 +106,15 @@ ForEach(setup IN LISTS cbm_setup) ...@@ -106,9 +106,15 @@ ForEach(setup IN LISTS cbm_setup)
FIXTURES_SETUP ${fixture_mcbm_digi_tb} FIXTURES_SETUP ${fixture_mcbm_digi_tb}
) )
If(${CBM_TEST_MODEL} MATCHES Weekly)
Set(qa_benchmark "")
Else()
Set(qa_benchmark ${CBMROOT_SOURCE_DIR}/qa/defaults/${setup}_test.qa.root)
EndIf()
Set(testname mcbm_qa_event_mc_${setup}) Set(testname mcbm_qa_event_mc_${setup})
Set(fixture_mcbm_qa_event_mc fixture_${testname}) Set(fixture_mcbm_qa_event_mc fixture_${testname})
Add_Test(${testname} ${CBMROOT_BINARY_DIR}/macro/mcbm/mcbm_qa.sh ${NumEvents} \"data/${setup}_test\" \"${setup}\") Add_Test(${testname} ${CBMROOT_BINARY_DIR}/macro/mcbm/mcbm_qa.sh ${NumEvents} \"data/${setup}_test\" \"${setup}\" kTRUE \"\" \"${qa_benchmark}\" )
Set_Tests_Properties(${testname} PROPERTIES Set_Tests_Properties(${testname} PROPERTIES
TIMEOUT "300" TIMEOUT "300"
PASS_REGULAR_EXPRESSION "QA checks passed;Test Passed;All ok" PASS_REGULAR_EXPRESSION "QA checks passed;Test Passed;All ok"
......
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