Add AITER test_mha_varlen (#2927)

* add aiter test_mha_varlen

* don't fail until all aiter test run

* use the original way to run tests, just add new test
This commit is contained in:
Illia Silin
2025-09-25 10:00:20 -07:00
committed by GitHub
parent 9f6fc9fe09
commit 64e61b8647

1
Jenkinsfile vendored
View File

@@ -859,6 +859,7 @@ def run_aiter_tests(Map conf=[:]){
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"
sh "python3 /home/jenkins/workspace/aiter/op_tests/test_mha_varlen.py"
sh "python3 /home/jenkins/workspace/aiter/op_tests/test_moe.py"
sh "python3 /home/jenkins/workspace/aiter/op_tests/test_moe_2stage.py"
sh "python3 /home/jenkins/workspace/aiter/op_tests/test_moe_blockscale.py"