disable inductor codegen tests on legacy OS (#1816)

This commit is contained in:
Illia Silin
2025-01-15 12:11:54 -08:00
committed by GitHub
parent 7790e8c3f7
commit 8c29e06f3c

2
Jenkinsfile vendored
View File

@@ -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 .