From add0ffd36e105cc14cef8b721346e7b00ea322ac Mon Sep 17 00:00:00 2001 From: Ludovic Raess Date: Tue, 21 Jul 2026 20:18:25 +0200 Subject: [PATCH] Allow failing test --- .buildkite/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index ebb6c28d1..d586ddb75 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -140,6 +140,7 @@ steps: if: build.message !~ /\[skip tests\]/ command: "julia --project -e 'using Pkg; Pkg.update()'" timeout_in_minutes: 45 + soft_fail: true env: JULIA_NUM_THREADS: 4 JULIA_AMDGPU_CORE_MUST_LOAD: "1" @@ -158,6 +159,7 @@ steps: if: build.message !~ /\[skip tests\]/ command: "julia --project -e 'using Pkg; Pkg.update()'" timeout_in_minutes: 45 + soft_fail: true env: JULIA_NUM_THREADS: 4 JULIA_AMDGPU_CORE_MUST_LOAD: "1"