Skip to content

Commit 79bb632

Browse files
authored
Restore Enzyme to CI checks
1 parent 66ab572 commit 79bb632

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,8 @@ steps:
205205
- label: "Enzyme.jl"
206206
plugins:
207207
- JuliaCI/julia#v1:
208-
version: "1.10" # XXX: Enzyme.jl is broken on 1.11
208+
version: "1.10"
209+
version: "1.11"
209210
- JuliaCI/julia-coverage#v1:
210211
dirs:
211212
- src
@@ -249,7 +250,8 @@ steps:
249250
build.message !~ /\[skip tests\]/ &&
250251
build.message !~ /\[skip downstream\]/
251252
timeout_in_minutes: 60
252-
soft_fail: true
253+
soft_fail:
254+
- exit_status: 3
253255

254256
- group: ":eyes: Special"
255257
depends_on: "cuda"

0 commit comments

Comments
 (0)