Skip to content

Commit e29989c

Browse files
committed
exclude non working things
1 parent 5a155d6 commit e29989c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.jenkins/Jenkinsfile

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,26 @@ pipeline {
320320
values 'AMD'
321321
}
322322
}
323+
exclude { // TODO: enable if hip is working again on cuda
324+
axis{
325+
name 'BACKEND'
326+
values 'HIP'
327+
}
328+
axis{
329+
name 'ARCHITECTURE'
330+
values 'CUDA'
331+
}
332+
}
333+
exclude { // TODO: enable if adaptivecpp is workingwith new llvm version
334+
axis{
335+
name 'BACKEND'
336+
values 'STDPAR-ADAPTIVECPP'
337+
}
338+
axis{
339+
name 'ARCHITECTURE'
340+
values 'AMD'
341+
}
342+
}
323343
}
324344

325345

0 commit comments

Comments
 (0)