From ed42507f6d6e326663997da5cca6991da5d8a23f Mon Sep 17 00:00:00 2001 From: Andreas Karatzas Date: Wed, 25 Feb 2026 16:17:56 -0600 Subject: [PATCH] [ROCm][CI] Amending deletion of AMD mirror (#35322) Signed-off-by: Andreas Karatzas --- .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 5c58e97ef..17201a071 100644 --- a/.buildkite/test_areas/entrypoints.yaml +++ b/.buildkite/test_areas/entrypoints.yaml @@ -24,6 +24,11 @@ steps: - pytest -v -s entrypoints/llm --ignore=entrypoints/llm/test_generate.py --ignore=entrypoints/llm/test_collective_rpc.py - pytest -v -s entrypoints/llm/test_generate.py # it needs a clean process - pytest -v -s entrypoints/offline_mode # Needs to avoid interference with other tests + mirror: + amd: + device: mi325_1 + depends_on: + - image-build-amd - label: Entrypoints Integration (API Server 1) timeout_in_minutes: 130