Skip to content

Commit 306d29a

Browse files
Merge pull request #530 from SBNSoftware/feature/bearc_cilimitfix
Update CI cpu and memory limits
2 parents 72cc5bf + 75fa181 commit 306d29a

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

test/ci/ci_tests.cfg

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ STAGE_NAME=gen
269269
NEVENTS=5
270270
# calibrated on sbndbuild01.fnal.gov on 20180305
271271
cpu_usage_range=0:100
272-
mem_usage_range=600000:1000000
272+
mem_usage_range=600000:1100000
273273

274274
script=%(EXPSCRIPT_SBNDCODE)s
275275
FHiCL_FILE=%(CI_FHICL_PREFIX_SBNDCODE)ssingle_%(STAGE_NAME)s_quick_test_sbndcode.fcl
@@ -289,7 +289,7 @@ STAGE_NAME=g4
289289
INPUT_STAGE_NAME=gen
290290
NEVENTS=2
291291
# calibrated on sbndbuild01.fnal.gov on 20180305
292-
cpu_usage_range=2200:3700
292+
cpu_usage_range=500:1500
293293
mem_usage_range=2000000:4000000
294294

295295
script=%(EXPSCRIPT_SBNDCODE)s
@@ -311,7 +311,7 @@ STAGE_NAME=detsim
311311
INPUT_STAGE_NAME=g4
312312
NEVENTS=2
313313
# calibrated on sbndbuild01.fnal.gov on 20180305
314-
cpu_usage_range=750:1050
314+
cpu_usage_range=200:700
315315
mem_usage_range=1000000:3000000
316316

317317
script=%(EXPSCRIPT_SBNDCODE)s
@@ -333,7 +333,7 @@ STAGE_NAME=reco1
333333
INPUT_STAGE_NAME=detsim
334334
NEVENTS=2
335335
# calibrated on sbndbuild01.fnal.gov on 20180306
336-
cpu_usage_range=1000:1500
336+
cpu_usage_range=200:1000
337337
mem_usage_range=1000000:3000000
338338

339339
script=%(EXPSCRIPT_SBNDCODE)s
@@ -354,7 +354,7 @@ STAGE_NAME=reco2
354354
INPUT_STAGE_NAME=reco1
355355
NEVENTS=2
356356
# calibrated on sbndbuild01.fnal.gov on 20180306
357-
cpu_usage_range=100:700
357+
cpu_usage_range=50:300
358358
mem_usage_range=500000:2500000
359359

360360
script=%(EXPSCRIPT_SBNDCODE)s
@@ -375,7 +375,7 @@ STAGE_NAME=caf
375375
INPUT_STAGE_NAME=reco2
376376
NEVENTS=5
377377
# calibrated on sbndbuild01.fnal.gov on 20180306
378-
cpu_usage_range=300:350
378+
cpu_usage_range=50:200
379379
mem_usage_range=500000:3500000
380380

381381
script=%(EXPSCRIPT_SBNDCODE)s
@@ -635,7 +635,7 @@ testlist=single_seq_test_sbndcode
635635
STAGE_NAME=gen
636636
NEVENTS=5
637637
# calibrated on sbndbuild01.fnal.gov on 20180305
638-
cpu_usage_range=400:1500
638+
cpu_usage_range=100:800
639639
mem_usage_range=1000000:3000000
640640

641641
script=%(EXPSCRIPT_SBNDCODE)s
@@ -678,7 +678,7 @@ STAGE_NAME=detsim
678678
INPUT_STAGE_NAME=g4
679679
NEVENTS=2
680680
# calibrated on sbndbuild01.fnal.gov on 20180305
681-
cpu_usage_range=1400:2300
681+
cpu_usage_range=400:1000
682682
mem_usage_range=1000000:3000000
683683

684684
script=%(EXPSCRIPT_SBNDCODE)s
@@ -700,7 +700,7 @@ STAGE_NAME=reco1
700700
INPUT_STAGE_NAME=detsim
701701
NEVENTS=2
702702
# calibrated on sbndbuild01.fnal.gov on 20180305
703-
cpu_usage_range=300:1500
703+
cpu_usage_range=100:1000
704704
mem_usage_range=1500000:3500000
705705

706706
script=%(EXPSCRIPT_SBNDCODE)s
@@ -722,7 +722,7 @@ STAGE_NAME=reco2
722722
INPUT_STAGE_NAME=reco1
723723
NEVENTS=2
724724
# calibrated on sbndbuild01.fnal.gov on 20180305
725-
cpu_usage_range=150:1250
725+
cpu_usage_range=50:750
726726
mem_usage_range=1000000:3000000
727727

728728
script=%(EXPSCRIPT_SBNDCODE)s
@@ -743,7 +743,7 @@ STAGE_NAME=caf
743743
INPUT_STAGE_NAME=reco2
744744
NEVENTS=5
745745
# calibrated on sbndbuild01.fnal.gov on 20180305
746-
cpu_usage_range=1000:3000
746+
cpu_usage_range=200:1000
747747
mem_usage_range=1000000:3000000
748748

749749
script=%(EXPSCRIPT_SBNDCODE)s
@@ -1008,7 +1008,7 @@ testlist=compilation_test_sbndcode
10081008

10091009
[test fcl_checks_sbndcode]
10101010
cpu_usage_range=0:100
1011-
mem_usage_range=10000:50000
1011+
mem_usage_range=10000:60000
10121012
script=${SBNDCODE_DIR}/test/fcl_checks.sh
10131013
STAGE_NAME=fcl
10141014
EXTRA_DIR=%(FCLCHECK_INPUT_DIRNAME_SBNDCODE)s

0 commit comments

Comments
 (0)