From 6fa499cd6d1edfc4dc6bbd83f54b09fa57491b2f Mon Sep 17 00:00:00 2001 From: Mick Date: Fri, 1 May 2026 14:15:22 +0800 Subject: [PATCH] [diffusion] CI: remove parametrized-only from diffusion PR test (#24202) --- .github/workflows/pr-test-multimodal-gen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test-multimodal-gen.yml b/.github/workflows/pr-test-multimodal-gen.yml index d429f9ac4..ec6dd7f79 100644 --- a/.github/workflows/pr-test-multimodal-gen.yml +++ b/.github/workflows/pr-test-multimodal-gen.yml @@ -80,7 +80,7 @@ jobs: - name: Compute partitions id: compute run: | - python scripts/ci/utils/diffusion/compute_diffusion_partitions.py --min-time 1200 --target-time 1800 --max-time 2400 --max-partitions 10 --parametrized-only + python scripts/ci/utils/diffusion/compute_diffusion_partitions.py --min-time 1200 --target-time 1800 --max-time 2400 --max-partitions 10 multimodal-gen-test-1-gpu: needs: compute-diffusion-partitions