Enable Grouped Conv Tile Fwd Tests daily (#3680)

This commit is contained in:
Bartłomiej Kocot
2026-01-31 23:55:25 +01:00
committed by GitHub
parent 8c1788757a
commit 1ae83137eb
7 changed files with 19 additions and 20 deletions

3
Jenkinsfile vendored
View File

@@ -1434,8 +1434,7 @@ pipeline {
./bin/test_grouped_convnd_fwd_tile"""
}
steps{
// TODO: Reenable after the instance fixes
// buildHipClangJobAndReboot(setup_args:setup_args, build_type: 'Release', execute_cmd: execute_args)
buildHipClangJobAndReboot(setup_args:setup_args, build_type: 'Release', execute_cmd: execute_args)
cleanWs()
}
}