Skip to content

Commit 2afe6c6

Browse files
wsmoseskshyatt
authored andcommitted
Restore Enzyme to CI checks
1 parent 49fa788 commit 2afe6c6

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
@@ -233,7 +233,8 @@ steps:
233233
- label: "Enzyme.jl"
234234
plugins:
235235
- JuliaCI/julia#v1:
236-
version: "1.10" # XXX: Enzyme.jl is broken on 1.11
236+
version: "1.10"
237+
version: "1.11"
237238
- JuliaCI/julia-coverage#v1:
238239
dirs:
239240
- src
@@ -277,7 +278,8 @@ steps:
277278
build.message !~ /\[skip tests\]/ &&
278279
build.message !~ /\[skip downstream\]/
279280
timeout_in_minutes: 60
280-
soft_fail: true
281+
soft_fail:
282+
- exit_status: 3
281283

282284
- group: ":eyes: Special"
283285
depends_on: "cuda"

0 commit comments

Comments
 (0)