Skip to content

Commit 687f0fe

Browse files
authored
Add soft_fail option to AMD CI configuration
1 parent ae6953e commit 687f0fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ steps:
3434
Pkg.add("AMDGPU")
3535
Pkg.instantiate()
3636
include("test/gpu/rocm.jl")'
37-
timeout_in_minutes: 30
37+
timeout_in_minutes: 30
38+
soft_fail: true

0 commit comments

Comments
 (0)