Skip to content
Snippets Groups Projects
Commit ba7586a0 authored by Adam Edward Barton's avatar Adam Edward Barton :speech_balloon:
Browse files

Merge branch 'arttest-oct25' into 'master'

Add art-include to the tests

See merge request atlas/athena!15345
parents 706398a0 27fcbd6f
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
# art-type: build
# art-include: master/Athena
# art-ci: master
athena.py --threads=1 AthViews/SimpleViewExample.py
#!/bin/sh
# art-type: build
# art-include: master/Athena
# art-ci: master
# We expect this command to fail, so invert the exit code
......
#!/bin/sh
# art-type: build
# art-include: master/Athena
# art-ci: master
athena.py --threads=1 AthViews/ViewScheduling.py | tee ViewScheduling.log
......
#!/bin/sh
# art-type: build
# art-include: master/Athena
# art-ci: master
rm -rf test_RegSel_dump
mkdir test_RegSel_dump
cd test_RegSel_dump
athena --threads=1 --evtMax=10 --filesInput="/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/TrigP1Test/data17_13TeV.00327265.physics_EnhancedBias.merge.RAW._lb0100._SFO-1._0001.1" -c 'enableViews=True;TestType="dump"' RegSelSvcTest/testRegSelSvc.py
\ No newline at end of file
athena --threads=1 --evtMax=10 --filesInput="/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/TrigP1Test/data17_13TeV.00327265.physics_EnhancedBias.merge.RAW._lb0100._SFO-1._0001.1" -c 'enableViews=True;TestType="dump"' RegSelSvcTest/testRegSelSvc.py
#!/bin/sh
# art-type: build
# art-include: master/Athena
# art-ci: master
rm -rf test_RegSel_mt
mkdir test_RegSel_mt
cd test_RegSel_mt
athena --threads=4 --concurrent-events=1 --evtMax=10 --filesInput="/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/TrigP1Test/data17_13TeV.00327265.physics_EnhancedBias.merge.RAW._lb0100._SFO-1._0001.1" -c 'enableViews=True;TestType="mt"' RegSelSvcTest/testRegSelSvc.py
\ No newline at end of file
athena --threads=4 --concurrent-events=1 --evtMax=10 --filesInput="/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/TrigP1Test/data17_13TeV.00327265.physics_EnhancedBias.merge.RAW._lb0100._SFO-1._0001.1" -c 'enableViews=True;TestType="mt"' RegSelSvcTest/testRegSelSvc.py
#!/bin/sh
# art-type: build
# art-include: master/Athena
# art-ci: master
athena --threads=10 --concurrent-events=2 ByteStreamCnvSvcBase/testROBDataProviderSvcMT.py
......
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