diff --git a/Trigger/TrigValidation/TriggerTest/test/test_data_physics_pp_v8_build.sh b/Trigger/TrigValidation/TriggerTest/test/test_data_physics_pp_v8_build.sh
new file mode 100755
index 0000000000000000000000000000000000000000..95d23445c521d573ead9486ba66aa6e5bb515a18
--- /dev/null
+++ b/Trigger/TrigValidation/TriggerTest/test/test_data_physics_pp_v8_build.sh
@@ -0,0 +1,30 @@
+#!/bin/bash
+
+# art-description: Physics v8 TriggerTest on data
+# art-type: build
+# art-include: 21.3/Athena
+# art-output: HLTChain.txt
+# art-output: HLTTE.txt
+# art-output: L1AV.txt
+# art-output: HLTconfig_*.xml
+# art-output: L1Topoconfig*.xml
+# art-output: LVL1config*.xml
+# art-output: *.log
+# art-output: costMonitoring_*
+# art-output: *.root
+# art-output: ntuple.pmon.gz
+# art-output: *perfmon*
+# art-output: TotalEventsProcessed.txt
+# art-output: *.regtest.new
+
+export NAME="data_physics_pp_v8_build"
+export MENU="Physics_pp_v8"
+export EVENTS="100"
+export INPUT="data"
+
+# The flag below skips HLTTE and L1 counts checks, but keeps the HLTChain counts check.
+# This is needed because we run on data without rerunLvl1, so we only produce HLTChain counts.
+export SKIP_CHAIN_DUMP=2
+
+source exec_athena_art_trigger_validation.sh
+source exec_art_triggertest_post.sh
diff --git a/Trigger/TrigValidation/TriggerTest/test/test_data_physics_pp_v8_grid.sh b/Trigger/TrigValidation/TriggerTest/test/test_data_physics_pp_v8_grid.sh
new file mode 100755
index 0000000000000000000000000000000000000000..1b35d318fcf8e5ef989ff113255ac050f18ad53d
--- /dev/null
+++ b/Trigger/TrigValidation/TriggerTest/test/test_data_physics_pp_v8_grid.sh
@@ -0,0 +1,30 @@
+#!/bin/bash
+
+# art-description: Physics v8 TriggerTest on data
+# art-type: grid
+# art-include: 21.3/Athena
+# art-output: HLTChain.txt
+# art-output: HLTTE.txt
+# art-output: L1AV.txt
+# art-output: HLTconfig_*.xml
+# art-output: L1Topoconfig*.xml
+# art-output: LVL1config*.xml
+# art-output: *.log
+# art-output: costMonitoring_*
+# art-output: *.root
+# art-output: ntuple.pmon.gz
+# art-output: *perfmon*
+# art-output: TotalEventsProcessed.txt
+# art-output: *.regtest.new
+
+export NAME="data_physics_pp_v8_grid"
+export MENU="Physics_pp_v8"
+export EVENTS="500"
+export INPUT="data"
+
+# The flag below skips HLTTE and L1 counts checks, but keeps the HLTChain counts check.
+# This is needed because we run on data without rerunLvl1, so we only produce HLTChain counts.
+export SKIP_CHAIN_DUMP=2
+
+source exec_athena_art_trigger_validation.sh
+source exec_art_triggertest_post.sh
diff --git a/Trigger/TrigValidation/TriggerTest/test/test_mc_pp_v8_build.sh b/Trigger/TrigValidation/TriggerTest/test/test_mc_pp_v8_build.sh
new file mode 100755
index 0000000000000000000000000000000000000000..f068f1c99808cccff685aeeec8e327cedd709838
--- /dev/null
+++ b/Trigger/TrigValidation/TriggerTest/test/test_mc_pp_v8_build.sh
@@ -0,0 +1,26 @@
+#!/bin/bash
+
+# art-description: MC v8 TriggerTest on MC
+# art-type: build
+# art-include: 21.3/Athena
+# art-output: HLTChain.txt
+# art-output: HLTTE.txt
+# art-output: L1AV.txt
+# art-output: HLTconfig*.xml
+# art-output: L1Topoconfig*.xml
+# art-output: LVL1config*.xml
+# art-output: *.log
+# art-output: costMonitoring_*
+# art-output: *.root
+# art-output: ntuple.pmon.gz
+# art-output: *perfmon*
+# art-output: TotalEventsProcessed.txt
+# art-output: *.regtest.new
+
+export NAME="mc_pp_v8_build"
+export MENU="MC_pp_v8"
+export EVENTS="5"
+export COST_MONITORING="False"
+
+source exec_athena_art_trigger_validation.sh
+source exec_art_triggertest_post.sh
diff --git a/Trigger/TrigValidation/TriggerTest/test/test_mc_pp_v8_grid.sh b/Trigger/TrigValidation/TriggerTest/test/test_mc_pp_v8_grid.sh
new file mode 100755
index 0000000000000000000000000000000000000000..4b809102d0e00dd07f974b188b0e0251668fae21
--- /dev/null
+++ b/Trigger/TrigValidation/TriggerTest/test/test_mc_pp_v8_grid.sh
@@ -0,0 +1,25 @@
+#!/bin/bash
+
+# art-description: MC v8 TriggerTest on MC
+# art-type: grid
+# art-include: 21.3/Athena
+# art-output: HLTChain.txt
+# art-output: HLTTE.txt
+# art-output: L1AV.txt
+# art-output: HLTconfig*.xml
+# art-output: L1Topoconfig*.xml
+# art-output: LVL1config*.xml
+# art-output: *.log
+# art-output: costMonitoring_*
+# art-output: *.root
+# art-output: ntuple.pmon.gz
+# art-output: *perfmon*
+# art-output: TotalEventsProcessed.txt
+# art-output: *.regtest.new
+
+export NAME="mc_pp_v8_grid"
+export MENU="MC_pp_v8"
+export EVENTS="500"
+
+source exec_athena_art_trigger_validation.sh
+source exec_art_triggertest_post.sh
diff --git a/Trigger/TrigValidation/TriggerTest/test/test_physics_pp_v8_build.sh b/Trigger/TrigValidation/TriggerTest/test/test_physics_pp_v8_build.sh
new file mode 100755
index 0000000000000000000000000000000000000000..b47156cb25a9cf3fed906b6e1cffb07fae609b31
--- /dev/null
+++ b/Trigger/TrigValidation/TriggerTest/test/test_physics_pp_v8_build.sh
@@ -0,0 +1,26 @@
+#!/bin/bash
+
+# art-description: Physics v8 TriggerTest on MC
+# art-type: build
+# art-include: 21.3/Athena
+# art-output: HLTChain.txt
+# art-output: HLTTE.txt
+# art-output: L1AV.txt
+# art-output: HLTconfig_*.xml
+# art-output: L1Topoconfig*.xml
+# art-output: LVL1config*.xml
+# art-output: *.log
+# art-output: costMonitoring_*
+# art-output: *.root
+# art-output: ntuple.pmon.gz
+# art-output: *perfmon*
+# art-output: TotalEventsProcessed.txt
+# art-output: *.regtest.new
+
+export NAME="physics_pp_v8_build"
+export MENU="Physics_pp_v8"
+export EVENTS="5"
+export COST_MONITORING="False"
+
+source exec_athena_art_trigger_validation.sh
+source exec_art_triggertest_post.sh
diff --git a/Trigger/TrigValidation/TriggerTest/test/test_physics_pp_v8_grid.sh b/Trigger/TrigValidation/TriggerTest/test/test_physics_pp_v8_grid.sh
new file mode 100755
index 0000000000000000000000000000000000000000..092942b8783562d857c1f839af579bc369a93328
--- /dev/null
+++ b/Trigger/TrigValidation/TriggerTest/test/test_physics_pp_v8_grid.sh
@@ -0,0 +1,25 @@
+#!/bin/bash
+
+# art-description: Physics v8 TriggerTest on MC
+# art-type: grid
+# art-include: 21.3/Athena
+# art-output: HLTChain.txt
+# art-output: HLTTE.txt
+# art-output: L1AV.txt
+# art-output: HLTconfig*.xml
+# art-output: L1Topoconfig*.xml
+# art-output: LVL1config*.xml
+# art-output: *.log
+# art-output: costMonitoring_*
+# art-output: *.root
+# art-output: ntuple.pmon.gz
+# art-output: *perfmon*
+# art-output: TotalEventsProcessed.txt
+# art-output: *.regtest.new
+
+export NAME="physics_pp_v8_grid"
+export MENU="Physics_pp_v8"
+export EVENTS="500"
+
+source exec_athena_art_trigger_validation.sh
+source exec_art_triggertest_post.sh