Skip to content
Snippets Groups Projects
Commit 95e8dc48 authored by Olga Igonkina's avatar Olga Igonkina Committed by Atlas Nightlybuild
Browse files

Merge branch 'TrigP1Test_disablepp' into '21.1'

TrigP1Test: disabling pp DB tests

See merge request atlas/athena!15344

(cherry picked from commit dae85762 [formerly 643fb82a116e319c74392cbb9106b58422937c38])

1bd8f993 TrigP1Test: disabling pp DB tests

Former-commit-id: f9ae6642
parent fcda00fb
No related branches found
No related tags found
No related merge requests found
File mode changed from 100644 to 100755
File mode changed from 100755 to 100644
...@@ -8,67 +8,67 @@ if [ -z ${TEST} ]; then ...@@ -8,67 +8,67 @@ if [ -z ${TEST} ]; then
export TEST="TrigP1Test" export TEST="TrigP1Test"
fi fi
export NAME=HLT_physicsV7_menu #export NAME=HLT_physicsV7_menu
export JOB_LOG="${NAME}.log" #export JOB_LOG="${NAME}.log"
timeout 100m trigtest_ART.pl --cleardir --test ${NAME} --rundir ${NAME} --conf TrigP1Test_ART.conf | tee ${JOB_LOG} #timeout 100m trigtest_ART.pl --cleardir --test ${NAME} --rundir ${NAME} --conf TrigP1Test_ART.conf | tee ${JOB_LOG}
ATH_RETURN=${PIPESTATUS[0]} #ATH_RETURN=${PIPESTATUS[0]}
echo "art-result: ${ATH_RETURN} ${NAME}" #echo "art-result: ${ATH_RETURN} ${NAME}"
export NAME=UploadMenuKeys #export NAME=UploadMenuKeys
export JOB_LOG="${NAME}.log" #export JOB_LOG="${NAME}.log"
timeout 120m trigtest_ART.pl --cleardir --test ${NAME} --rundir ${NAME} --conf TrigP1Test_ART.conf | tee ${JOB_LOG} #timeout 120m trigtest_ART.pl --cleardir --test ${NAME} --rundir ${NAME} --conf TrigP1Test_ART.conf | tee ${JOB_LOG}
ATH_RETURN=${PIPESTATUS[0]} #ATH_RETURN=${PIPESTATUS[0]}
echo "art-result: ${ATH_RETURN} ${NAME}" #echo "art-result: ${ATH_RETURN} ${NAME}"
export NAME=HLT_physicsV7_menu_rerundb #export NAME=HLT_physicsV7_menu_rerundb
export JOB_LOG="${NAME}.log" #export JOB_LOG="${NAME}.log"
timeout 100m trigtest_ART.pl --cleardir --test ${NAME} --rundir ${NAME} --conf TrigP1Test_ART.conf | tee ${JOB_LOG} #timeout 100m trigtest_ART.pl --cleardir --test ${NAME} --rundir ${NAME} --conf TrigP1Test_ART.conf | tee ${JOB_LOG}
ATH_RETURN=${PIPESTATUS[0]} #ATH_RETURN=${PIPESTATUS[0]}
echo "art-result: ${ATH_RETURN} ${NAME}" #echo "art-result: ${ATH_RETURN} ${NAME}"
export NAME=HLT_physicsV7_menu_checkkeys #export NAME=HLT_physicsV7_menu_checkkeys
export JOB_LOG="${NAME}.log" #export JOB_LOG="${NAME}.log"
timeout 100m trigtest_ART.pl --cleardir --test ${NAME} --rundir ${NAME} --conf TrigP1Test_ART.conf | tee ${JOB_LOG} #timeout 100m trigtest_ART.pl --cleardir --test ${NAME} --rundir ${NAME} --conf TrigP1Test_ART.conf | tee ${JOB_LOG}
ATH_RETURN=${PIPESTATUS[0]} #ATH_RETURN=${PIPESTATUS[0]}
echo "art-result: ${ATH_RETURN} ${NAME}" #echo "art-result: ${ATH_RETURN} ${NAME}"
export NAME=CheckKeysV7 #export NAME=CheckKeysV7
export JOB_LOG="${NAME}.log" #export JOB_LOG="${NAME}.log"
timeout 180m trigtest_ART.pl --cleardir --test ${NAME} --rundir ${NAME} --conf TrigP1Test_ART.conf | tee ${JOB_LOG} #timeout 180m trigtest_ART.pl --cleardir --test ${NAME} --rundir ${NAME} --conf TrigP1Test_ART.conf | tee ${JOB_LOG}
ATH_RETURN=${PIPESTATUS[0]} #ATH_RETURN=${PIPESTATUS[0]}
echo "art-result: ${ATH_RETURN} ${NAME}" #echo "art-result: ${ATH_RETURN} ${NAME}"
export NAME=HLT_physicsV7_rerunLVL1_menu #export NAME=HLT_physicsV7_rerunLVL1_menu
export JOB_LOG="${NAME}.log" #export JOB_LOG="${NAME}.log"
timeout 100m trigtest_ART.pl --cleardir --test ${NAME} --rundir ${NAME} --conf TrigP1Test_ART.conf | tee ${JOB_LOG} #timeout 100m trigtest_ART.pl --cleardir --test ${NAME} --rundir ${NAME} --conf TrigP1Test_ART.conf | tee ${JOB_LOG}
ATH_RETURN=${PIPESTATUS[0]} #ATH_RETURN=${PIPESTATUS[0]}
echo "art-result: ${ATH_RETURN} ${NAME}" #echo "art-result: ${ATH_RETURN} ${NAME}"
export NAME=UploadMenuKeys_rerunLVL1 #export NAME=UploadMenuKeys_rerunLVL1
export JOB_LOG="${NAME}.log" #export JOB_LOG="${NAME}.log"
timeout 120m trigtest_ART.pl --cleardir --test ${NAME} --rundir ${NAME} --conf TrigP1Test_ART.conf | tee ${JOB_LOG} #timeout 120m trigtest_ART.pl --cleardir --test ${NAME} --rundir ${NAME} --conf TrigP1Test_ART.conf | tee ${JOB_LOG}
ATH_RETURN=${PIPESTATUS[0]} #ATH_RETURN=${PIPESTATUS[0]}
echo "art-result: ${ATH_RETURN} ${NAME}" #echo "art-result: ${ATH_RETURN} ${NAME}"
export NAME=HLT_physicsV7_rerunLVL1_menu_rerundb #export NAME=HLT_physicsV7_rerunLVL1_menu_rerundb
export JOB_LOG="${NAME}.log" #export JOB_LOG="${NAME}.log"
timeout 100m trigtest_ART.pl --cleardir --test ${NAME} --rundir ${NAME} --conf TrigP1Test_ART.conf | tee ${JOB_LOG} #timeout 100m trigtest_ART.pl --cleardir --test ${NAME} --rundir ${NAME} --conf TrigP1Test_ART.conf | tee ${JOB_LOG}
ATH_RETURN=${PIPESTATUS[0]} #ATH_RETURN=${PIPESTATUS[0]}
echo "art-result: ${ATH_RETURN} ${NAME}" #echo "art-result: ${ATH_RETURN} ${NAME}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment