From 11eab9ca1734e58a35dd7cb55688ec7e490d5c56 Mon Sep 17 00:00:00 2001 From: Illia Silin <98187287+illsilin@users.noreply.github.com> Date: Wed, 15 Jan 2025 12:11:54 -0800 Subject: [PATCH] disable inductor codegen tests on legacy OS (#1816) [ROCm/composable_kernel commit: 8c29e06f3c61050d4e5481eafd4f378c9d1ae06c] --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 84a9927e54..2d8f7561f2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -512,7 +512,7 @@ def Build_CK(Map conf=[:]){ arch_type = 5 } cmake_build(conf) - if ( arch_type == 1 ){ + if ( !params.BUILD_LEGACY_OS && arch_type == 1 ){ echo "Run inductor codegen tests" sh """ pip install --verbose .