From 49b488277922b47bcac320ae8d4b7288bf70dc3c Mon Sep 17 00:00:00 2001 From: "Kevin H. Luu" Date: Tue, 26 May 2026 13:08:48 -0700 Subject: [PATCH] [CI] Soft-fail AMD entrypoints mirror tests (#43709) Signed-off-by: Kevin Luu Co-authored-by: Claude Opus 4.6 (1M context) --- .buildkite/test_areas/entrypoints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.buildkite/test_areas/entrypoints.yaml b/.buildkite/test_areas/entrypoints.yaml index 5cc90028db3..c2ff96424f5 100644 --- a/.buildkite/test_areas/entrypoints.yaml +++ b/.buildkite/test_areas/entrypoints.yaml @@ -29,6 +29,7 @@ steps: mirror: amd: device: mi300_1 + soft_fail: true depends_on: - image-build-amd @@ -46,6 +47,7 @@ steps: mirror: amd: device: mi300_1 + soft_fail: true timeout_in_minutes: 80 depends_on: - image-build-amd @@ -64,6 +66,7 @@ steps: mirror: amd: device: mi300_1 + soft_fail: true timeout_in_minutes: 60 depends_on: - image-build-amd @@ -83,6 +86,7 @@ steps: mirror: amd: device: mi300_1 + soft_fail: true timeout_in_minutes: 60 depends_on: - image-build-amd @@ -105,6 +109,7 @@ steps: mirror: amd: device: mi300_1 + soft_fail: true depends_on: - image-build-amd