Skip to content

Commit 3fed90c

Browse files
committed
fixing my CI changes
1 parent 1878601 commit 3fed90c

1 file changed

Lines changed: 14 additions & 12 deletions

File tree

test/ci/ci_tests.cfg

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -986,16 +986,16 @@ testlist=nucosmics_seq_test_sbndcode
986986
# ------------------------------------------------------------------------------
987987
#
988988
#
989-
#[test compilation_test_sbndcode]
990-
#
991-
#cpu_usage_range=0:250
992-
#mem_usage_range=10000:800000
993-
#script=${SBNDCODE_DIR}/test/compileGalleryAnalysis.sh
994-
#parse_art_output=False
995-
#
996-
#
997-
#[suite gallery_test_sbndcode]
998-
#testlist=compilation_test_sbndcode
989+
[test compilation_test_sbndcode]
990+
991+
cpu_usage_range=0:250
992+
mem_usage_range=10000:800000
993+
script=${SBNDCODE_DIR}/test/compileGalleryAnalysis.sh
994+
parse_art_output=False
995+
996+
997+
[suite gallery_test_sbndcode]
998+
testlist=compilation_test_sbndcode
999999

10001000

10011001

@@ -1045,7 +1045,8 @@ parse_art_output=False
10451045
# Includes single particle and data-like.
10461046
#
10471047
[suite develop_test_sbndcode]
1048-
testlist=single_quick_test_sbndcode nucosmics_quick_test_sbndcode gallery_test_sbndcode fcl_checks_sbndcode
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,8 @@ 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+
#testlist=single_quick_test_sbndcode nucosmics_quick_test_sbndcode single_seq_test_sbndcode nucosmics_seq_test_sbndcode gallery_test_sbndcode fcl_checks_sbndcode
1078+
testlist=single_quick_test_sbndcode nucosmics_quick_test_sbndcode single_seq_test_sbndcode nucosmics_seq_test_sbndcode fcl_checks_sbndcode
10771079

10781080

10791081
#############################################################

0 commit comments

Comments
 (0)