diff --git a/Control/AthViews/test/test_simple_view_example.sh b/Control/AthViews/test/test_simple_view_example.sh index 610b74b9476e233866cf93832b361ce5f80edde7..e0ce55b9938801772517f2014b7b55340d048380 100755 --- a/Control/AthViews/test/test_simple_view_example.sh +++ b/Control/AthViews/test/test_simple_view_example.sh @@ -1,5 +1,6 @@ #!/bin/sh # art-type: build +# art-include: master/Athena # art-ci: master athena.py --threads=1 AthViews/SimpleViewExample.py diff --git a/Control/AthViews/test/test_view_nest_fail.sh b/Control/AthViews/test/test_view_nest_fail.sh index 84caa738f68a963ed4a147f101dc8fb6906d9fb7..452ef802803f980e25157a0fdee3090408128154 100755 --- a/Control/AthViews/test/test_view_nest_fail.sh +++ b/Control/AthViews/test/test_view_nest_fail.sh @@ -1,5 +1,6 @@ #!/bin/sh # art-type: build +# art-include: master/Athena # art-ci: master # We expect this command to fail, so invert the exit code diff --git a/Control/AthViews/test/test_view_scheduling.sh b/Control/AthViews/test/test_view_scheduling.sh index 4199da9e144b784be4ffb622ef59aa8d28d6c73e..5efb185c23f1551c593d79c808f0d6a3e186cbfc 100755 --- a/Control/AthViews/test/test_view_scheduling.sh +++ b/Control/AthViews/test/test_view_scheduling.sh @@ -1,5 +1,6 @@ #!/bin/sh # art-type: build +# art-include: master/Athena # art-ci: master athena.py --threads=1 AthViews/ViewScheduling.py | tee ViewScheduling.log diff --git a/DetectorDescription/RegSelSvcTest/test/test_RegSel_dump.sh b/DetectorDescription/RegSelSvcTest/test/test_RegSel_dump.sh index 5f84fa697c57cfc479294b39a8d24d96bd2fd0f7..d7ef8321954c1420c07f958bebc6a240a71c5c2e 100755 --- a/DetectorDescription/RegSelSvcTest/test/test_RegSel_dump.sh +++ b/DetectorDescription/RegSelSvcTest/test/test_RegSel_dump.sh @@ -1,8 +1,9 @@ #!/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 diff --git a/DetectorDescription/RegSelSvcTest/test/test_RegSel_mt.sh b/DetectorDescription/RegSelSvcTest/test/test_RegSel_mt.sh index e5e572f58d906d288813364353032b9d27a4928b..95dd74f96667d785da7b23e27c4964bc1b51ac25 100755 --- a/DetectorDescription/RegSelSvcTest/test/test_RegSel_mt.sh +++ b/DetectorDescription/RegSelSvcTest/test/test_RegSel_mt.sh @@ -1,8 +1,9 @@ #!/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 diff --git a/Event/ByteStreamCnvSvcBase/test/test_ROBDataProviderSvcMT.sh b/Event/ByteStreamCnvSvcBase/test/test_ROBDataProviderSvcMT.sh index 019465bc60aed6d2da355496b5550cc86551a7cf..051d1a9c6297b04c896e7750147fc22b1ec5d2e2 100755 --- a/Event/ByteStreamCnvSvcBase/test/test_ROBDataProviderSvcMT.sh +++ b/Event/ByteStreamCnvSvcBase/test/test_ROBDataProviderSvcMT.sh @@ -1,5 +1,6 @@ #!/bin/sh # art-type: build +# art-include: master/Athena # art-ci: master athena --threads=10 --concurrent-events=2 ByteStreamCnvSvcBase/testROBDataProviderSvcMT.py