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
7c0db868
Unverified
Commit
7c0db868
authored
Aug 09, 2025
by
DiweiSun
Committed by
GitHub
Aug 08, 2025
Browse files
Molly/ci gnr server (#8667)
parent
706bd69c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
.github/workflows/pr-test-xeon.yml
.github/workflows/pr-test-xeon.yml
+9
-1
No files found.
.github/workflows/pr-test-xeon.yml
View file @
7c0db868
...
@@ -27,7 +27,7 @@ jobs:
...
@@ -27,7 +27,7 @@ jobs:
build-test
:
build-test
:
if
:
(github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request') &&
if
:
(github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request') &&
github.event.pull_request.draft ==
false
github.event.pull_request.draft ==
false
runs-on
:
sglang-
pvc
runs-on
:
sglang-
gnr
strategy
:
strategy
:
matrix
:
matrix
:
build_type
:
[
'
all'
]
build_type
:
[
'
all'
]
...
@@ -72,6 +72,14 @@ jobs:
...
@@ -72,6 +72,14 @@ jobs:
docker exec -w /sglang-checkout/ ci_sglang_xeon \
docker exec -w /sglang-checkout/ ci_sglang_xeon \
bash -c "cd ./test/srt && python3 run_suite.py --suite per-commit-cpu"
bash -c "cd ./test/srt && python3 run_suite.py --suite per-commit-cpu"
-
name
:
Change permission
timeout-minutes
:
20
run
:
|
docker exec -u root ci_sglang_xeon bash -c "
rm -rf /tmp/ci-home &&
chown -R $(id -u):$(id -g) /sglang-checkout/ 2>/dev/null || true
"
-
name
:
Cleanup container
-
name
:
Cleanup container
if
:
always()
if
:
always()
run
:
|
run
:
|
...
...
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