mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 02:02:46 +00:00
[CI] Update Jenkinsfile (#1073)
[ROCm/composable_kernel commit: c7d5c7727b]
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -1,5 +1,5 @@
|
||||
def rocmnode(name) {
|
||||
return 'rocmtest && miopen && ' + name
|
||||
return '(rocmtest || miopen) && ' + name
|
||||
}
|
||||
|
||||
def show_node_info() {
|
||||
|
||||
Reference in New Issue
Block a user