Update MiniBrunel tests
Hi @maszyman,
I have added four new slots for the MiniBrunel throughput timing. Could you double check that the times etc are ok?
As far as the commands go, I ran the tests like this:
- MiniBrunel should be changed into
lb-run -c x86_64-centos7-gcc62-opt --user-area=/cvmfs/lhcbdev.cern.ch/nightlies/lhcb-future/Today/ Brunel/future gaudirun.py \$PRCONFIGOPTS/Brunel/MiniBrunel/MB_Default.py
- MiniBrunel_HLT1
lb-run -c x86_64-centos7-gcc62-opt --user-area=/cvmfs/lhcbdev.cern.ch/nightlies/lhcb-future/Today/ Brunel/future gaudirun.py \$PRCONFIGOPTS/Brunel/MiniBrunel/MB_Throughput_Hlt1.py
- MiniBrunel_HLT1_MC
lb-run -c x86_64-centos7-gcc62-opt --user-area=/cvmfs/lhcbdev.cern.ch/nightlies/lhcb-future/Today/ Brunel/future gaudirun.py \$PRCONFIGOPTS/Brunel/MiniBrunel/MB_Throughput_Hlt1_MultiCore.py
- MiniBrunel_HLT1_NoFF
lb-run -c x86_64-centos7-gcc62-opt --user-area=/cvmfs/lhcbdev.cern.ch/nightlies/lhcb-future/Today/ Brunel/future gaudirun.py \$PRCONFIGOPTS/Brunel/MiniBrunel/MB_Throughput_Hlt1_NoFastForward.py
- MiniBrunel_HLT1_NoFF_MC
lb-run -c x86_64-centos7-gcc62-opt --user-area=/cvmfs/lhcbdev.cern.ch/nightlies/lhcb-future/Today/ Brunel/future gaudirun.py \$PRCONFIGOPTS/Brunel/MiniBrunel/MB_Throughput_Hlt1_NoFastForward_MultiCore.py
Thanks! :)