Skip to content
Snippets Groups Projects
Commit e5a710b1 authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'cherry-pick-3fbc1796f9-master' into 'master'

Sweeping !21326 from 21.3 to master.
Fixes for Trigger TrigAnalysisTest BS ART tests

See merge request atlas/athena!21373
parents c19a08fb b3e5bbe4
No related branches found
No related tags found
No related merge requests found
File mode changed from 100755 to 100644
...@@ -28,7 +28,7 @@ export EVENTS="3" ...@@ -28,7 +28,7 @@ export EVENTS="3"
export JOBOPTION="TrigAnalysisTest/testAthenaTrigRDOtoBS.py" export JOBOPTION="TrigAnalysisTest/testAthenaTrigRDOtoBS.py"
source exec_athena_art_trigger_validation.sh source exec_athena_art_trigger_validation.sh
athena.py -c "jp.AthenaCommonFlags.BSRDOInput=['raw.data']" testAthenaTrigBStoESD.py | tee ${JOB_LOG%%.*}2.${JOB_LOG#*.} athena.py -c "jp.AthenaCommonFlags.BSRDOInput=['raw.data']" TrigAnalysisTest/testAthenaTrigBStoESD.py | tee ${JOB_LOG%%.*}2.${JOB_LOG#*.}
echo "art-result: ${PIPESTATUS[0]} ${JOB_LOG%%.*}2" echo "art-result: ${PIPESTATUS[0]} ${JOB_LOG%%.*}2"
source exec_art_triggertest_post.sh source exec_art_triggertest_post.sh
......
#!/bin/bash #!/bin/bash
# art-description: Trigger test on Run 1 Bytestream data # art-description: Trigger test on Run 1 Bytestream data
# art-type: grid # art-type: build
# art-include: 21.0/Athena # art-include: 21.0/Athena
# art-include: 21.3/Athena # art-include: 21.3/Athena
# art-include: 21.0-TrigMC/Athena # art-include: 21.0-TrigMC/Athena
...@@ -50,5 +50,4 @@ else ...@@ -50,5 +50,4 @@ else
echo "art-result: xAODContainers 1" echo "art-result: xAODContainers 1"
fi fi
source exec_athena_art_trigger_validation.sh
source exec_art_triggertest_post.sh source exec_art_triggertest_post.sh
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