Skip to content

Commit d77b429

Browse files
authored
Allow all of AMDGPU.jl to fail.
[ci skip]
1 parent c61614c commit d77b429

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@ steps:
115115
rocm: "*"
116116
if: build.message !~ /\[skip tests\]/ && !build.pull_request.draft
117117
timeout_in_minutes: 120
118-
soft_fail:
119-
- exit_status: 3
118+
soft_fail: true
120119
env:
121120
JULIA_LLVM_ARGS: "-opaque-pointers"
122121

0 commit comments

Comments
 (0)