[AMD CI] Update nightly docker build CI config. (#13090)
This commit is contained in:
@@ -18,6 +18,7 @@ jobs:
|
|||||||
runs-on: amd-docker-scale
|
runs-on: amd-docker-scale
|
||||||
environment: 'prod'
|
environment: 'prod'
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
gpu_arch: ['gfx942', 'gfx942-rocm700', 'gfx950']
|
gpu_arch: ['gfx942', 'gfx942-rocm700', 'gfx950']
|
||||||
build_type: ['all']
|
build_type: ['all']
|
||||||
@@ -57,11 +58,12 @@ jobs:
|
|||||||
docker push rocm/sgl-dev:${tag}-${{ env.DATE }}
|
docker push rocm/sgl-dev:${tag}-${{ env.DATE }}
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
if: github.repository == 'sgl-project/sglang'
|
if: always() && github.repository == 'sgl-project/sglang'
|
||||||
runs-on: linux-mi300-gpu-1
|
runs-on: linux-mi300-gpu-1
|
||||||
environment: 'prod'
|
environment: 'prod'
|
||||||
needs: publish
|
needs: publish
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
gpu_arch: ['gfx942', 'gfx942-rocm700']
|
gpu_arch: ['gfx942', 'gfx942-rocm700']
|
||||||
build_type: ['all']
|
build_type: ['all']
|
||||||
|
|||||||
Reference in New Issue
Block a user