From fec5aeca12d377b3ab81ba9fb8a0b1972a768f93 Mon Sep 17 00:00:00 2001 From: "Kevin H. Luu" Date: Sun, 29 Mar 2026 23:05:26 -0700 Subject: [PATCH] [ci] Soft fail and disable retry for AMD build image job (#38505) Signed-off-by: Kevin H. Luu --- .buildkite/hardware_tests/amd.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.buildkite/hardware_tests/amd.yaml b/.buildkite/hardware_tests/amd.yaml index 23a23723a..b2c0283ec 100644 --- a/.buildkite/hardware_tests/amd.yaml +++ b/.buildkite/hardware_tests/amd.yaml @@ -5,6 +5,7 @@ steps: depends_on: [] device: amd_cpu no_plugin: true + soft_fail: true commands: - > docker build @@ -20,11 +21,3 @@ steps: - docker push "rocm/vllm-ci:${BUILDKITE_COMMIT}" env: DOCKER_BUILDKIT: "1" - retry: - automatic: - - exit_status: -1 # Agent was lost - limit: 1 - - exit_status: -10 # Agent was lost - limit: 1 - - exit_status: 1 # Machine occasionally fail - limit: 1