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 49fa788 commit 2afe6c6Copy full SHA for 2afe6c6
.buildkite/pipeline.yml
@@ -233,7 +233,8 @@ steps:
233
- label: "Enzyme.jl"
234
plugins:
235
- JuliaCI/julia#v1:
236
- version: "1.10" # XXX: Enzyme.jl is broken on 1.11
+ version: "1.10"
237
+ version: "1.11"
238
- JuliaCI/julia-coverage#v1:
239
dirs:
240
- src
@@ -277,7 +278,8 @@ steps:
277
278
build.message !~ /\[skip tests\]/ &&
279
build.message !~ /\[skip downstream\]/
280
timeout_in_minutes: 60
- soft_fail: true
281
+ soft_fail:
282
+ - exit_status: 3
283
284
- group: ":eyes: Special"
285
depends_on: "cuda"
0 commit comments