[CI] Update Jenkinsfile (#1073)

[ROCm/composable_kernel commit: c7d5c7727b]
This commit is contained in:
Jun Liu
2023-11-30 15:24:59 -08:00
committed by GitHub
parent c7d9a7a84c
commit ddba364feb

2
Jenkinsfile vendored
View File

@@ -1,5 +1,5 @@
def rocmnode(name) {
return 'rocmtest && miopen && ' + name
return '(rocmtest || miopen) && ' + name
}
def show_node_info() {