Skip to content

Commit c3df33f

Browse files
authored
Let cuQuantum soft fail on CI (#2875)
* Let cuQuantum soft fail on CI There isn't yet a cuQuantum release that works with the CUDA 13 driver yet, so these tests will always fail for now. [only subpackages]
1 parent 76a7382 commit c3df33f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,15 @@ steps:
9797
- "cuTENSOR"
9898
- "cuStateVec"
9999
- "cuTensorNet"
100+
adjustments:
101+
- with:
102+
package: "cuStateVec"
103+
cuda: "12.0"
104+
soft_fail: true
105+
- with:
106+
package: "cuTensorNet"
107+
cuda: "12.0"
108+
soft_fail: true
100109
plugins:
101110
- JuliaCI/julia#v1:
102111
version: "1.10"

0 commit comments

Comments
 (0)