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
200d3b16
Unverified
Commit
200d3b16
authored
Feb 06, 2025
by
saienduri
Committed by
GitHub
Feb 06, 2025
Browse files
Add sgl-kernel to MI300 CI paths tested. (#3335)
Co-authored-by:
HAI
<
hixiao@gmail.com
>
parent
ad349985
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
.github/workflows/pr-test-amd.yml
.github/workflows/pr-test-amd.yml
+5
-3
No files found.
.github/workflows/pr-test-amd.yml
View file @
200d3b16
...
@@ -6,11 +6,13 @@ on:
...
@@ -6,11 +6,13 @@ on:
paths
:
paths
:
-
"
python/sglang/**"
-
"
python/sglang/**"
-
"
test/**"
-
"
test/**"
-
"
sgl-kernel/**"
pull_request
:
pull_request
:
branches
:
[
main
]
branches
:
[
main
]
paths
:
paths
:
-
"
python/sglang/**"
-
"
python/sglang/**"
-
"
test/**"
-
"
test/**"
-
"
sgl-kernel/**"
workflow_dispatch
:
workflow_dispatch
:
concurrency
:
concurrency
:
...
@@ -18,8 +20,8 @@ concurrency:
...
@@ -18,8 +20,8 @@ concurrency:
cancel-in-progress
:
true
cancel-in-progress
:
true
jobs
:
jobs
:
accuracy-test-1-gpu
:
accuracy-test-1-gpu
-amd
:
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
runs-on
:
linux-mi300-gpu-1
runs-on
:
linux-mi300-gpu-1
steps
:
steps
:
-
name
:
Checkout code
-
name
:
Checkout code
...
@@ -56,7 +58,7 @@ jobs:
...
@@ -56,7 +58,7 @@ jobs:
finish
:
finish
:
needs
:
[
needs
:
[
accuracy-test-1-gpu
accuracy-test-1-gpu
-amd
]
]
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
...
...
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