From ff8105704b324af4799892c074d37b33fea1d8a4 Mon Sep 17 00:00:00 2001 From: Illia Silin <98187287+illsilin@users.noreply.github.com> Date: Thu, 25 Sep 2025 10:00:20 -0700 Subject: [PATCH] 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 [ROCm/composable_kernel commit: 64e61b864709b7b5e596015ca197bbd9f3e7ba91] --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 2866b7d84e..2cf39d80cf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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"