From ac5ccf0156e1772f3ea89c205704a31219442c55 Mon Sep 17 00:00:00 2001 From: Simon Mo Date: Mon, 29 Apr 2024 12:50:01 -0700 Subject: [PATCH] [CI] hotfix: soft fail neuron test (#4458) --- .buildkite/test-template.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/test-template.j2 b/.buildkite/test-template.j2 index fb1086db77823..5c9515840bb03 100644 --- a/.buildkite/test-template.j2 +++ b/.buildkite/test-template.j2 @@ -25,6 +25,7 @@ steps: agents: queue: neuron command: bash .buildkite/run-neuron-test.sh + soft_fail: true - label: "CPU Test" command: bash .buildkite/run-cpu-test.sh