[AMD] reset AMD image release time and reduce CI queue time (#18707)

This commit is contained in:
YC Tseng
2026-02-12 17:05:53 +08:00
committed by GitHub
parent f20b1703ce
commit d6f0ef677b
3 changed files with 5 additions and 23 deletions

View File

@@ -396,16 +396,7 @@ jobs:
multimodal-gen-test-1-gpu-amd:
needs: [check-changes]
if: |
always() &&
(
(inputs.target_stage == 'multimodal-gen-test-1-gpu-amd') ||
(
!inputs.target_stage &&
(!failure() && !cancelled()) &&
((needs.check-changes.outputs.main_package == 'true') || (needs.check-changes.outputs.sgl_kernel == 'true'))
)
)
if: needs.check-changes.outputs.multimodal_gen == 'true'
strategy:
fail-fast: false
max-parallel: 1 # Run one at a time to avoid eviction from resource exhaustion during AITER kernel JIT
@@ -493,7 +484,7 @@ jobs:
docker exec ci_sglang rocm-smi --showmeminfo vram 2>/dev/null || echo "rocm-smi not available"
- name: Run diffusion server tests (1-GPU)
timeout-minutes: 60
timeout-minutes: 70
run: |
# AMD CI: All 1-GPU tests except FLUX.2 (FLUX.1 covers same code path)
# Tests: T2V, T2I, I2V, LoRA
@@ -525,16 +516,7 @@ jobs:
multimodal-gen-test-2-gpu-amd:
needs: [check-changes]
if: |
always() &&
(
(inputs.target_stage == 'multimodal-gen-test-2-gpu-amd') ||
(
!inputs.target_stage &&
(!failure() && !cancelled()) &&
((needs.check-changes.outputs.main_package == 'true') || (needs.check-changes.outputs.sgl_kernel == 'true'))
)
)
if: needs.check-changes.outputs.multimodal_gen == 'true'
strategy:
fail-fast: false
max-parallel: 1 # Run one at a time to avoid eviction from resource exhaustion during AITER kernel JIT

View File

@@ -2,7 +2,7 @@ name: Release Docker Images Nightly (AMD)
on:
workflow_dispatch:
schedule:
- cron: '0 13 * * *'
- cron: '0 12 * * *'
concurrency:
# A PR number if a pull request and otherwise the commit hash. This cancels

View File

@@ -2,7 +2,7 @@ name: Release Docker Images ROCm 7.2.0 Nightly Preview (AMD)
on:
workflow_dispatch:
schedule:
- cron: '0 13 * * *'
- cron: '0 12 * * *'
concurrency:
# A PR number if a pull request and otherwise the commit hash. This cancels