Skip to content

Commit 5a155d6

Browse files
committed
dissable kokkos+rocm
1 parent b2cf90e commit 5a155d6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.jenkins/Jenkinsfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,16 @@ pipeline {
310310
values 'AMD'
311311
}
312312
}
313+
exclude { // TODO: enable if kokkos+rocm is working again
314+
axis{
315+
name 'BACKEND'
316+
values 'KOKKOS'
317+
}
318+
axis{
319+
name 'ARCHITECTURE'
320+
values 'AMD'
321+
}
322+
}
313323
}
314324

315325

0 commit comments

Comments
 (0)