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 .