From d95715ec658a7440d4f3813c447f5668914472a1 Mon Sep 17 00:00:00 2001 From: "jacky.cheng" Date: Tue, 28 Apr 2026 23:06:29 +0800 Subject: [PATCH] [AMD] Fix CI test_diffusion_generation[flux_2_image_t2i_2_gpus] (#23944) --- .github/workflows/pr-test-amd-rocm720.yml | 2 +- .github/workflows/pr-test-amd.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-test-amd-rocm720.yml b/.github/workflows/pr-test-amd-rocm720.yml index 36893b5cd..8f7ca2693 100644 --- a/.github/workflows/pr-test-amd-rocm720.yml +++ b/.github/workflows/pr-test-amd-rocm720.yml @@ -751,7 +751,7 @@ jobs: docker exec ci_sglang rocm-smi --showmeminfo vram 2>/dev/null || echo "rocm-smi not available" - name: Run diffusion server tests (2-GPU) - timeout-minutes: 80 + timeout-minutes: 150 run: | # AMD CI: All 2-GPU tests including LoRA # Tests: T2V, T2I, I2V, LoRA diff --git a/.github/workflows/pr-test-amd.yml b/.github/workflows/pr-test-amd.yml index 0a0aab374..6f3a9758b 100644 --- a/.github/workflows/pr-test-amd.yml +++ b/.github/workflows/pr-test-amd.yml @@ -807,7 +807,7 @@ jobs: docker exec ci_sglang rocm-smi --showmeminfo vram 2>/dev/null || echo "rocm-smi not available" - name: Run diffusion server tests (2-GPU) - timeout-minutes: 90 + timeout-minutes: 150 run: | # AMD CI: All 2-GPU tests including LoRA # Tests: T2V, T2I, I2V, LoRA