From 02d24244e443d03ee1979074fc6c50053f62c590 Mon Sep 17 00:00:00 2001 From: Sai Enduri Date: Mon, 15 Dec 2025 20:57:26 -0800 Subject: [PATCH] [AMD CI] Temporarily disable 2 gpu accuracy test. (#15204) --- .github/workflows/pr-test-amd.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-test-amd.yml b/.github/workflows/pr-test-amd.yml index 7c6c4472d..4c946cdd6 100644 --- a/.github/workflows/pr-test-amd.yml +++ b/.github/workflows/pr-test-amd.yml @@ -463,6 +463,8 @@ jobs: accuracy-test-2-gpu-amd: needs: [check-changes, accuracy-test-1-gpu-amd] if: | + # Temporarily disabled - uncomment when ready to re-enable (tracked here: https://github.com/sgl-project/sglang/issues/13107) + false && always() && ( (inputs.target_stage == 'accuracy-test-2-gpu-amd') || @@ -513,7 +515,7 @@ jobs: performance-test-1-gpu-part-2-amd, performance-test-2-gpu-amd, accuracy-test-1-gpu-amd, - accuracy-test-2-gpu-amd, + # accuracy-test-2-gpu-amd, # Temporarily disabled ] if: always() runs-on: ubuntu-latest