From 3271e0e76d0e2cb3a43f654179b8af931571741c Mon Sep 17 00:00:00 2001 From: Alison Shao <54658187+alisonshao@users.noreply.github.com> Date: Tue, 6 Jan 2026 14:27:37 -0800 Subject: [PATCH] Remove dllm-test-1-gpu-amd job (followup to DLLM migration) (#16589) --- .github/workflows/pr-test-amd.yml | 38 ------------------------------- 1 file changed, 38 deletions(-) diff --git a/.github/workflows/pr-test-amd.yml b/.github/workflows/pr-test-amd.yml index 47db7182f..ab6381409 100644 --- a/.github/workflows/pr-test-amd.yml +++ b/.github/workflows/pr-test-amd.yml @@ -874,43 +874,6 @@ jobs: run: | bash scripts/ci/amd_ci_exec.sh -e SGLANG_USE_AITER_AR=0 -e SGLANG_USE_AITER=0 -e HF_HUB_ENABLE_HF_TRANSFER=0 python3 test_moe_eval_accuracy_large.py - dllm-test-1-gpu-amd: - needs: [check-changes, stage-a-test-1-amd] - if: | - always() && - ( - (inputs.target_stage == 'dllm-test-1-gpu-amd') || - ( - !inputs.target_stage && - (!failure() && !cancelled()) && - ((needs.check-changes.outputs.main_package == 'true') || (needs.check-changes.outputs.sgl_kernel == 'true')) - ) - ) - strategy: - fail-fast: false - matrix: - runner: [linux-mi325-gpu-1] - runs-on: ${{matrix.runner}} - steps: - - name: Checkout code - uses: actions/checkout@v4 - - - name: Ensure VRAM is clear - run: bash scripts/ensure_vram_clear.sh rocm - - - name: Start CI container - run: bash scripts/ci/amd_ci_start_container.sh - env: - GITHUB_WORKSPACE: ${{ github.workspace }} - - - name: Install dependencies - run: bash scripts/ci/amd_ci_install_dependency.sh - - - name: Test DLLM (LLaDA2) - timeout-minutes: 30 - run: | - bash scripts/ci/amd_ci_exec.sh python3 dllm/test_llada2_mini_amd.py - pr-test-amd-finish: needs: [ @@ -932,7 +895,6 @@ jobs: performance-test-2-gpu-amd, accuracy-test-1-gpu-amd, accuracy-test-2-gpu-amd, - dllm-test-1-gpu-amd, ] if: always() runs-on: ubuntu-latest