Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computing
cbmroot
Commits
a81bd205
Commit
a81bd205
authored
3 years ago
by
Volker Friese
Browse files
Options
Downloads
Patches
Plain Diff
Modifieds fixture names in macro/run/CMakeList.txt to make the dependences clearer. Refs #2228.
parent
e18cc07b
No related branches found
No related tags found
1 merge request
!485
Modifieds fixture names in macro/run/CMakeList.txt to make the dependences clearer. Refs #2228.
Pipeline
#12993
passed
3 years ago
Stage: build
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
macro/run/CMakeLists.txt
+38
-36
38 additions, 36 deletions
macro/run/CMakeLists.txt
with
38 additions
and
36 deletions
macro/run/CMakeLists.txt
+
38
−
36
View file @
a81bd205
...
@@ -79,7 +79,7 @@ foreach(setup IN LISTS cbm_setup)
...
@@ -79,7 +79,7 @@ foreach(setup IN LISTS cbm_setup)
TIMEOUT
${
timeOutTime
}
TIMEOUT
${
timeOutTime
}
PASS_REGULAR_EXPRESSION
"Macro finished successfully"
PASS_REGULAR_EXPRESSION
"Macro finished successfully"
FIXTURES_REQUIRED cleanup
FIXTURES_REQUIRED cleanup
FIXTURES_SETUP
"
fixt_
digi_ts_
${
setup
}
;fixt_digi_ev
_
${
setup
}
"
FIXTURES_SETUP fixt_
tra_coll
_
${
setup
}
RESOURCE_LOCK collParDb_
${
setup
}
RESOURCE_LOCK collParDb_
${
setup
}
)
)
...
@@ -93,7 +93,7 @@ foreach(setup IN LISTS cbm_setup)
...
@@ -93,7 +93,7 @@ foreach(setup IN LISTS cbm_setup)
TIMEOUT
${
timeOutTime
}
TIMEOUT
${
timeOutTime
}
PASS_REGULAR_EXPRESSION
"Macro finished successfully"
PASS_REGULAR_EXPRESSION
"Macro finished successfully"
FIXTURES_REQUIRED cleanup
FIXTURES_REQUIRED cleanup
FIXTURES_SETUP fixt_
digi_ts
_
${
setup
}
FIXTURES_SETUP fixt_
tra_sign
_
${
setup
}
RESOURCE_LOCK signParDb_
${
setup
}
RESOURCE_LOCK signParDb_
${
setup
}
)
)
...
@@ -106,34 +106,10 @@ foreach(setup IN LISTS cbm_setup)
...
@@ -106,34 +106,10 @@ foreach(setup IN LISTS cbm_setup)
TIMEOUT
${
timeOutTime
}
TIMEOUT
${
timeOutTime
}
PASS_REGULAR_EXPRESSION
"Macro finished successfully"
PASS_REGULAR_EXPRESSION
"Macro finished successfully"
FIXTURES_REQUIRED cleanup
FIXTURES_REQUIRED cleanup
FIXTURES_SETUP fixt_
digi_ts
_
${
setup
}
FIXTURES_SETUP fixt_
tra_beam
_
${
setup
}
RESOURCE_LOCK beamParDb_
${
setup
}
RESOURCE_LOCK beamParDb_
${
setup
}
)
)
# --- Test run_transport_json_config
# --- Transport run using run_transport_json_config.C
set
(
testname run_transport_json_config
)
add_test
(
${
testname
}
${
MACRO_DIR
}
/run_transport_json_config.sh
)
set_tests_properties
(
${
testname
}
PROPERTIES
TIMEOUT
${
timeOutTime
}
PASS_REGULAR_EXPRESSION
"Macro finished successfully"
FIXTURES_REQUIRED cleanup
FIXTURES_SETUP fixt_digi_json_config
RESOURCE_LOCK json_config_ParDb
)
# --- Test run_digi_json_config
# --- Digitization run with using run_digi_json_config.C
set
(
testname run_digi_json_config
)
add_test
(
${
testname
}
${
MACRO_DIR
}
/run_digi_json_config.sh
)
set_tests_properties
(
${
testname
}
PROPERTIES
TIMEOUT
${
timeOutTime
}
PASS_REGULAR_EXPRESSION
"Macro finished successfully"
FIXTURES_REQUIRED fixt_digi_json_config
FIXTURES_SETUP fixt_reco_json_config
RESOURCE_LOCK json_config_ParDb
)
# --- Test run_digi_ev
# --- Test run_digi_ev
# --- Detector response simulation, event-by-event, using run_digi.C
# --- Detector response simulation, event-by-event, using run_digi.C
set
(
testname run_
${
sname
}
_digi_ev
)
set
(
testname run_
${
sname
}
_digi_ev
)
...
@@ -142,8 +118,8 @@ foreach(setup IN LISTS cbm_setup)
...
@@ -142,8 +118,8 @@ foreach(setup IN LISTS cbm_setup)
set_tests_properties
(
${
testname
}
PROPERTIES
set_tests_properties
(
${
testname
}
PROPERTIES
TIMEOUT
${
timeOutTime
}
TIMEOUT
${
timeOutTime
}
PASS_REGULAR_EXPRESSION
"Macro finished successfully"
PASS_REGULAR_EXPRESSION
"Macro finished successfully"
FIXTURES_REQUIRED fixt_
digi_ev
_
${
setup
}
FIXTURES_REQUIRED fixt_
tra_coll
_
${
setup
}
FIXTURES_SETUP fixt_
reco
_ev_
${
setup
}
FIXTURES_SETUP fixt_
digi
_ev_
${
setup
}
RESOURCE_LOCK collParDb_
${
setup
}
RESOURCE_LOCK collParDb_
${
setup
}
)
)
...
@@ -159,8 +135,8 @@ foreach(setup IN LISTS cbm_setup)
...
@@ -159,8 +135,8 @@ foreach(setup IN LISTS cbm_setup)
set_tests_properties
(
${
testname
}
PROPERTIES
set_tests_properties
(
${
testname
}
PROPERTIES
TIMEOUT
${
timeOutTime
}
TIMEOUT
${
timeOutTime
}
PASS_REGULAR_EXPRESSION
"Macro finished successfully"
PASS_REGULAR_EXPRESSION
"Macro finished successfully"
FIXTURES_REQUIRED fixt_
digi_ts
_
${
setup
}
FIXTURES_REQUIRED
"
fixt_
tra_coll_
${
setup
}
;fixt_tra_sign_
${
setup
}
;fixt_tra_beam
_
${
setup
}
"
FIXTURES_SETUP fixt_
reco
_ts_
${
setup
}
FIXTURES_SETUP fixt_
digi
_ts_
${
setup
}
RESOURCE_LOCK collParDb_
${
setup
}
RESOURCE_LOCK collParDb_
${
setup
}
)
)
...
@@ -173,7 +149,7 @@ foreach(setup IN LISTS cbm_setup)
...
@@ -173,7 +149,7 @@ foreach(setup IN LISTS cbm_setup)
set_tests_properties
(
${
testname
}
PROPERTIES
set_tests_properties
(
${
testname
}
PROPERTIES
TIMEOUT
${
timeOutTime
}
TIMEOUT
${
timeOutTime
}
PASS_REGULAR_EXPRESSION
"Macro finished successfully"
PASS_REGULAR_EXPRESSION
"Macro finished successfully"
FIXTURES_REQUIRED fixt_
reco
_ev_
${
setup
}
FIXTURES_REQUIRED fixt_
digi
_ev_
${
setup
}
RESOURCE_LOCK collParDb_
${
setup
}
RESOURCE_LOCK collParDb_
${
setup
}
)
)
...
@@ -187,7 +163,7 @@ foreach(setup IN LISTS cbm_setup)
...
@@ -187,7 +163,7 @@ foreach(setup IN LISTS cbm_setup)
set_tests_properties
(
${
testname
}
PROPERTIES
set_tests_properties
(
${
testname
}
PROPERTIES
TIMEOUT
${
timeOutTime
}
TIMEOUT
${
timeOutTime
}
PASS_REGULAR_EXPRESSION
"Macro finished successfully"
PASS_REGULAR_EXPRESSION
"Macro finished successfully"
FIXTURES_REQUIRED fixt_
reco
_ev_
${
setup
}
FIXTURES_REQUIRED fixt_
digi
_ev_
${
setup
}
RESOURCE_LOCK collParDb_
${
setup
}
RESOURCE_LOCK collParDb_
${
setup
}
)
)
...
@@ -201,7 +177,7 @@ foreach(setup IN LISTS cbm_setup)
...
@@ -201,7 +177,7 @@ foreach(setup IN LISTS cbm_setup)
set_tests_properties
(
${
testname
}
PROPERTIES
set_tests_properties
(
${
testname
}
PROPERTIES
TIMEOUT
${
timeOutTime
}
TIMEOUT
${
timeOutTime
}
PASS_REGULAR_EXPRESSION
"Macro finished successfully"
PASS_REGULAR_EXPRESSION
"Macro finished successfully"
FIXTURES_REQUIRED fixt_
reco
_ts_
${
setup
}
FIXTURES_REQUIRED fixt_
digi
_ts_
${
setup
}
RESOURCE_LOCK collParDb_
${
setup
}
RESOURCE_LOCK collParDb_
${
setup
}
)
)
...
@@ -215,7 +191,7 @@ foreach(setup IN LISTS cbm_setup)
...
@@ -215,7 +191,7 @@ foreach(setup IN LISTS cbm_setup)
set_tests_properties
(
${
testname
}
PROPERTIES
set_tests_properties
(
${
testname
}
PROPERTIES
TIMEOUT
${
timeOutTime
}
TIMEOUT
${
timeOutTime
}
PASS_REGULAR_EXPRESSION
"Macro finished successfully"
PASS_REGULAR_EXPRESSION
"Macro finished successfully"
FIXTURES_REQUIRED fixt_
reco
_ts_
${
setup
}
FIXTURES_REQUIRED fixt_
digi
_ts_
${
setup
}
RESOURCE_LOCK collParDb_
${
setup
}
RESOURCE_LOCK collParDb_
${
setup
}
)
)
...
@@ -228,13 +204,39 @@ foreach(setup IN LISTS cbm_setup)
...
@@ -228,13 +204,39 @@ foreach(setup IN LISTS cbm_setup)
set_tests_properties
(
${
testname
}
PROPERTIES
set_tests_properties
(
${
testname
}
PROPERTIES
TIMEOUT
${
timeOutTime
}
TIMEOUT
${
timeOutTime
}
PASS_REGULAR_EXPRESSION
"Macro finished successfully"
PASS_REGULAR_EXPRESSION
"Macro finished successfully"
FIXTURES_REQUIRED fixt_
reco
_ts_
${
setup
}
FIXTURES_REQUIRED fixt_
digi
_ts_
${
setup
}
RESOURCE_LOCK collParDb_
${
setup
}
RESOURCE_LOCK collParDb_
${
setup
}
)
)
# --- Test run_transport_json_config
# --- Transport run using run_transport_json_config.C
set
(
testname run_transport_json_config
)
add_test
(
${
testname
}
${
MACRO_DIR
}
/run_transport_json_config.sh
)
set_tests_properties
(
${
testname
}
PROPERTIES
TIMEOUT
${
timeOutTime
}
PASS_REGULAR_EXPRESSION
"Macro finished successfully"
FIXTURES_REQUIRED cleanup
FIXTURES_SETUP fixt_tra_json_config
RESOURCE_LOCK json_config_ParDb
)
# --- Test run_digi_json_config
# --- Digitization run with using run_digi_json_config.C
set
(
testname run_digi_json_config
)
add_test
(
${
testname
}
${
MACRO_DIR
}
/run_digi_json_config.sh
)
set_tests_properties
(
${
testname
}
PROPERTIES
TIMEOUT
${
timeOutTime
}
PASS_REGULAR_EXPRESSION
"Macro finished successfully"
FIXTURES_REQUIRED fixt_tra_json_config
FIXTURES_SETUP fixt_digi_json_config
RESOURCE_LOCK json_config_ParDb
)
endforeach
(
setup IN LISTS cbm_setup
)
endforeach
(
setup IN LISTS cbm_setup
)
# ============================================================================
# ============================================================================
# ===== mCBM 2021 tests ==================================================
# ===== mCBM 2021 tests ==================================================
# ====> only if test TSA files for "typical runs" present
# ====> only if test TSA files for "typical runs" present
If
(
DEFINED ENV{RAW_DATA_PATH}
)
If
(
DEFINED ENV{RAW_DATA_PATH}
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment