We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ab572 commit 79bb632Copy full SHA for 79bb632
.buildkite/pipeline.yml
@@ -205,7 +205,8 @@ steps:
205
- label: "Enzyme.jl"
206
plugins:
207
- JuliaCI/julia#v1:
208
- version: "1.10" # XXX: Enzyme.jl is broken on 1.11
+ version: "1.10"
209
+ version: "1.11"
210
- JuliaCI/julia-coverage#v1:
211
dirs:
212
- src
@@ -249,7 +250,8 @@ steps:
249
250
build.message !~ /\[skip tests\]/ &&
251
build.message !~ /\[skip downstream\]/
252
timeout_in_minutes: 60
- soft_fail: true
253
+ soft_fail:
254
+ - exit_status: 3
255
256
- group: ":eyes: Special"
257
depends_on: "cuda"
0 commit comments