Skip to content

Commit 449d0ad

Browse files
Merge pull request #610 from SBNSoftware/feature/zennamo_removeGalleryFromCI
Removing Gallery From CI
2 parents e1178e5 + 97e2018 commit 449d0ad

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

test/ci/ci_tests.cfg

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,6 @@ testlist=nucosmics_seq_test_sbndcode
985985
# [4.1] Compilation tests
986986
# ------------------------------------------------------------------------------
987987
#
988-
989988
[test compilation_test_sbndcode]
990989

991990
cpu_usage_range=0:250
@@ -1045,7 +1044,9 @@ parse_art_output=False
10451044
# Includes single particle and data-like.
10461045
#
10471046
[suite develop_test_sbndcode]
1048-
testlist=single_quick_test_sbndcode nucosmics_quick_test_sbndcode gallery_test_sbndcode fcl_checks_sbndcode
1047+
# Remove gallery checks until geometry refactoring is complete
1048+
#testlist=single_quick_test_sbndcode nucosmics_quick_test_sbndcode gallery_test_sbndcode fcl_checks_sbndcode
1049+
testlist=single_quick_test_sbndcode nucosmics_quick_test_sbndcode fcl_checks_sbndcode
10491050

10501051

10511052
###
@@ -1073,7 +1074,9 @@ testlist=generate_reference_single_test_sbndcode generate_reference_nucosmics_te
10731074
# This suite is intended mainly to "test the tests", and may include redundant tests.
10741075
#
10751076
[suite all_tests_sbndcode]
1076-
testlist=single_quick_test_sbndcode nucosmics_quick_test_sbndcode single_seq_test_sbndcode nucosmics_seq_test_sbndcode gallery_test_sbndcode fcl_checks_sbndcode
1077+
# Remove gallery checks until geometry refactoring is complete
1078+
#testlist=single_quick_test_sbndcode nucosmics_quick_test_sbndcode single_seq_test_sbndcode nucosmics_seq_test_sbndcode gallery_test_sbndcode fcl_checks_sbndcode
1079+
testlist=single_quick_test_sbndcode nucosmics_quick_test_sbndcode single_seq_test_sbndcode nucosmics_seq_test_sbndcode fcl_checks_sbndcode
10771080

10781081

10791082
#############################################################

0 commit comments

Comments
 (0)