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
ed94155b
Commit
ed94155b
authored
2 years ago
by
Pierre-Alain Loizeau
Committed by
Florian Uhlig
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove rad length CI test now that test available in geo repo
parent
3ce8863e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1038
Add script to check rad length in various geo file sets + remove radlen CI
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
macro/mcbm/CMakeLists.txt
+1
-12
1 addition, 12 deletions
macro/mcbm/CMakeLists.txt
macro/run/CMakeLists.txt
+0
-12
0 additions, 12 deletions
macro/run/CMakeLists.txt
with
1 addition
and
24 deletions
macro/mcbm/CMakeLists.txt
+
1
−
12
View file @
ed94155b
...
...
@@ -10,7 +10,6 @@ GENERATE_ROOT_TEST_SCRIPT(${CBMROOT_SOURCE_DIR}/macro/mcbm/mcbm_qa.C)
Set
(
MACRO_DIR
${
CMAKE_CURRENT_BINARY_DIR
}
)
GENERATE_CBM_TEST_SCRIPT
(
${
CBMROOT_SOURCE_DIR
}
/macro/geometry/check_media.C
${
MACRO_DIR
}
)
GENERATE_CBM_TEST_SCRIPT
(
${
CBMROOT_SOURCE_DIR
}
/macro/geometry/check_radlen.C
${
MACRO_DIR
}
)
# ============================================================================
# disable dev tests - GENERATE_ROOT_TEST_SCRIPT(${CBMROOT_SOURCE_DIR}/macro/mcbm/mcbm_mc_dev.C)
...
...
@@ -143,23 +142,13 @@ ForEach(setup IN LISTS cbm_setup)
FIXTURES_SETUP
${
fixture_mcbm_overlap
}
)
# --- Test check_radlen.sh
set
(
testname mcbm_radlen_
${
setup
}
)
add_test
(
${
testname
}
${
MACRO_DIR
}
/check_radlen.sh \"data/
${
setup
}
_test.geo.root\"
)
Set
(
fixture_mcbm_radlen fixture_radlen_
${
setup
}
)
set_tests_properties
(
${
testname
}
PROPERTIES
TIMEOUT 100
FIXTURES_REQUIRED
${
fixture_mcbm_overlap
}
FIXTURES_SETUP
${
fixture_mcbm_radlen
}
)
If
(
NOT
${
CBM_TEST_MODEL
}
MATCHES Experimental
)
Set
(
testname mcbm_check_media_
${
setup
}
)
Add_Test
(
${
testname
}
${
CBMROOT_BINARY_DIR
}
/macro/mcbm/check_media.sh \"data/
${
setup
}
_test\"
)
Set_Tests_Properties
(
${
testname
}
PROPERTIES
TIMEOUT
"60"
PASS_REGULAR_EXPRESSION
"Test Passed;All ok"
FIXTURES_REQUIRED
${
fixture_mcbm_
radlen
}
FIXTURES_REQUIRED
${
fixture_mcbm_
overlap
}
)
EndIf
()
...
...
This diff is collapsed.
Click to expand it.
macro/run/CMakeLists.txt
+
0
−
12
View file @
ed94155b
...
...
@@ -8,7 +8,6 @@ GENERATE_ROOT_TEST_SCRIPT(${CBMROOT_SOURCE_DIR}/macro/run/run_reco.C)
GENERATE_ROOT_TEST_SCRIPT
(
${
CBMROOT_SOURCE_DIR
}
/macro/run/run_qa.C
)
Set
(
MACRO_DIR
${
CMAKE_CURRENT_BINARY_DIR
}
)
GENERATE_CBM_TEST_SCRIPT
(
${
CBMROOT_SOURCE_DIR
}
/macro/geometry/check_radlen.C
${
MACRO_DIR
}
)
# ============================================================================
...
...
@@ -183,17 +182,6 @@ foreach(setup IN LISTS cbm_setup)
RESOURCE_LOCK collParDb_
${
setup
}
)
# --- Test check_radlen.sh
# --- Transport run with collision events, using run_tra_file.C
set
(
testname check_
${
sname
}
_radlen
)
add_test
(
${
testname
}
${
MACRO_DIR
}
/check_radlen.sh \"data/
${
sname
}
_coll.geo.root\"
)
set_tests_properties
(
${
testname
}
PROPERTIES
TIMEOUT
${
timeOutTime
}
FIXTURES_REQUIRED
"fixt_digi_ev_
${
setup
}
;fixt_digi_ts_
${
setup
}
"
# FIXTURES_SETUP fixt_tra_coll_${setup}
RESOURCE_LOCK collParDb_
${
setup
}
)
# --- Test run_reco_ev_ideal
# --- Event-by-event reconstruction from event-based simulation
# --- Ideal raw event builder
...
...
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