Unverified Commit 7059ae16 authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

chore: update pr test xeon (#7008)

parent 51d9a597
...@@ -12,8 +12,7 @@ concurrency: ...@@ -12,8 +12,7 @@ concurrency:
jobs: jobs:
build-test: build-test:
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'
runs-on: sgl-kernel-build-node runs-on: ubuntu-24.04
environment: 'prod'
strategy: strategy:
matrix: matrix:
build_type: ['all'] build_type: ['all']
...@@ -27,11 +26,7 @@ jobs: ...@@ -27,11 +26,7 @@ jobs:
tag=v${version}-xeon tag=v${version}-xeon
docker build . -f docker/Dockerfile.xeon -t sglang_xeon --no-cache docker build . -f docker/Dockerfile.xeon -t sglang_xeon --no-cache
unit-test:
if: github.event_name == 'pull_request'
needs: [build-test]
runs-on: sgl-kernel-build-node
steps:
- name: Run container - name: Run container
run: | run: |
docker run -dt \ docker run -dt \
...@@ -70,7 +65,7 @@ jobs: ...@@ -70,7 +65,7 @@ jobs:
finish: finish:
if: always() if: always()
needs: [build-test, unit-test] needs: [build-test]
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
steps: steps:
- name: Check all dependent job statuses - name: Check all dependent job statuses
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment