[CI] Fail wheel build when sgl-kernel artifacts are missing (#16450)
This commit is contained in:
@@ -210,11 +210,17 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
USE_CCACHE: 1
|
USE_CCACHE: 1
|
||||||
|
|
||||||
|
- name: Verify wheel artifacts
|
||||||
|
run: |
|
||||||
|
ls -alh sgl-kernel/dist
|
||||||
|
ls -alh sgl-kernel/dist/*.whl
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: wheel-python${{ matrix.python-version }}-cuda${{ matrix.cuda-version }}
|
name: wheel-python${{ matrix.python-version }}-cuda${{ matrix.cuda-version }}
|
||||||
path: sgl-kernel/dist/*
|
path: sgl-kernel/dist/*
|
||||||
|
if-no-files-found: error
|
||||||
|
|
||||||
sgl-kernel-build-wheels-arm:
|
sgl-kernel-build-wheels-arm:
|
||||||
needs: [check-changes, call-gate]
|
needs: [check-changes, call-gate]
|
||||||
@@ -252,11 +258,17 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
USE_CCACHE: 1
|
USE_CCACHE: 1
|
||||||
|
|
||||||
|
- name: Verify wheel artifacts
|
||||||
|
run: |
|
||||||
|
ls -alh sgl-kernel/dist
|
||||||
|
ls -alh sgl-kernel/dist/*.whl
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: wheel-python${{ matrix.python-version }}-cuda${{ matrix.cuda-version }}-aarch64
|
name: wheel-python${{ matrix.python-version }}-cuda${{ matrix.cuda-version }}-aarch64
|
||||||
path: sgl-kernel/dist/*
|
path: sgl-kernel/dist/*
|
||||||
|
if-no-files-found: error
|
||||||
|
|
||||||
sgl-kernel-unit-test:
|
sgl-kernel-unit-test:
|
||||||
needs: [check-changes, call-gate, sgl-kernel-build-wheels]
|
needs: [check-changes, call-gate, sgl-kernel-build-wheels]
|
||||||
|
|||||||
Reference in New Issue
Block a user