From 27fcbd6f18eef1eff885e21c6d934713d157e8bc Mon Sep 17 00:00:00 2001 From: Tulay Cuhadar Donszelmann <tcuhadar@cern.ch> Date: Thu, 25 Oct 2018 15:48:26 +0200 Subject: [PATCH] Add art-include to the tests --- Control/AthViews/test/test_simple_view_example.sh | 1 + Control/AthViews/test/test_view_nest_fail.sh | 1 + Control/AthViews/test/test_view_scheduling.sh | 1 + DetectorDescription/RegSelSvcTest/test/test_RegSel_dump.sh | 3 ++- DetectorDescription/RegSelSvcTest/test/test_RegSel_mt.sh | 3 ++- Event/ByteStreamCnvSvcBase/test/test_ROBDataProviderSvcMT.sh | 1 + 6 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Control/AthViews/test/test_simple_view_example.sh b/Control/AthViews/test/test_simple_view_example.sh index 610b74b9476..e0ce55b9938 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 84caa738f68..452ef802803 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 4199da9e144..5efb185c23f 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 5f84fa697c5..d7ef8321954 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 e5e572f58d9..95dd74f9666 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 019465bc60a..051d1a9c629 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 -- GitLab