enable aiter test_mha in daily CI (#2659)

[ROCm/composable_kernel commit: 6bfef63414]
This commit is contained in:
Illia Silin
2025-08-11 09:50:33 -07:00
committed by GitHub
parent 78662c8ad5
commit 3c0626e2c1

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"