Skip to content
Snippets Groups Projects
Commit bc9f77e8 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'fix_ATR-21713' into 'master'

Continues to move tests from TrigUpgraTest to better suited packages

See merge request atlas/athena!34995
parents 4cc8ea97 fc7eee25
No related branches found
No related tags found
No related merge requests found
...@@ -38,3 +38,6 @@ endfunction( _add_test ) ...@@ -38,3 +38,6 @@ endfunction( _add_test )
_add_test( TestService test/test_dataaccess.sh ) _add_test( TestService test/test_dataaccess.sh )
_add_test( TestServiceNewJO test/test_dataaccessNewJO.sh ) _add_test( TestServiceNewJO test/test_dataaccessNewJO.sh )
_add_test( caloCf test/test_t2calo_cf_build.sh )
_add_test( caloOnly test/test_t2calo_only_build.sh )
_add_test( caloRinger test/test_t2calo_ringer_only_build.sh )
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
export EVENTS=20 export EVENTS=20
export THREADS=1 export THREADS=1
export SLOTS=1 export SLOTS=1
export JOBOPTION="TrigUpgradeTest/Calo.py" export JOBOPTION="TrigT2CaloCommon/Calo.py"
# Skip dumping chain counts because this test doesn't produce the histogram including them # Skip dumping chain counts because this test doesn't produce the histogram including them
export SKIP_CHAIN_DUMP=1 export SKIP_CHAIN_DUMP=1
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
export EVENTS=20 export EVENTS=20
export THREADS=1 export THREADS=1
export SLOTS=1 export SLOTS=1
export JOBOPTION="TrigUpgradeTest/CaloRinger.py" export JOBOPTION="TrigT2CaloCommon/CaloRinger.py"
# Skip dumping chain counts because this test doesn't produce the histogram including them # Skip dumping chain counts because this test doesn't produce the histogram including them
export SKIP_CHAIN_DUMP=1 export SKIP_CHAIN_DUMP=1
......
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