enable aiter test_mha in daily CI (#2659)

This commit is contained in:
Illia Silin
2025-08-11 09:50:33 -07:00
committed by GitHub
parent 191c62967b
commit 6bfef63414

1
Jenkinsfile vendored
View File

@@ -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"