disable inductor codegen tests on legacy OS (#1816)

[ROCm/composable_kernel commit: 8c29e06f3c]
This commit is contained in:
Illia Silin
2025-01-15 12:11:54 -08:00
committed by GitHub
parent dbdb10573e
commit 11eab9ca17

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 .