Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
7059ae16
Unverified
Commit
7059ae16
authored
Jun 09, 2025
by
Yineng Zhang
Committed by
GitHub
Jun 09, 2025
Browse files
chore: update pr test xeon (#7008)
parent
51d9a597
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
8 deletions
+3
-8
.github/workflows/pr-test-xeon.yml
.github/workflows/pr-test-xeon.yml
+3
-8
No files found.
.github/workflows/pr-test-xeon.yml
View file @
7059ae16
...
...
@@ -12,8 +12,7 @@ concurrency:
jobs
:
build-test
:
if
:
github.event_name == 'pull_request'
runs-on
:
sgl-kernel-build-node
environment
:
'
prod'
runs-on
:
ubuntu-24.04
strategy
:
matrix
:
build_type
:
[
'
all'
]
...
...
@@ -27,11 +26,7 @@ jobs:
tag=v${version}-xeon
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
run
:
|
docker run -dt \
...
...
@@ -70,7 +65,7 @@ jobs:
finish
:
if
:
always()
needs
:
[
build-test
,
unit-test
]
needs
:
[
build-test
]
runs-on
:
ubuntu-24.04
steps
:
-
name
:
Check all dependent job statuses
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment