From 5ef86449ab2cdee0ed000fdf58412318b0aec210 Mon Sep 17 00:00:00 2001 From: "assistant-librarian[bot]" Date: Mon, 11 Aug 2025 17:13:17 +0000 Subject: [PATCH] Merge commit '6bfef6341417c81e06b7487fc16ad7222ded9386' into develop --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index c0efaa3b91..590ee92e90 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -801,6 +801,7 @@ def run_aiter_tests(Map conf=[:]){ sh "python3 --version" sh "python3 /home/jenkins/workspace/aiter/op_tests/test_gemm_a8w8.py" sh "python3 /home/jenkins/workspace/aiter/op_tests/test_gemm_a8w8_blockscale.py" + sh "python3 /home/jenkins/workspace/aiter/op_tests/test_mha.py" } catch(e){ echo "Throwing error exception while running AITER tests"