Skip to content

Commit 0112e7a

Browse files
authored
CI: Fix sglang tests fork PR and update the sglang version (ROCm#1118)
1 parent 6c6d83f commit 0112e7a

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/sglang_downstream.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@ concurrency:
1313

1414
jobs:
1515
sglang:
16-
if: ${{ !github.event.pull_request.head.repo.fork }}
1716
name: sglang integration
1817
runs-on: aiter-1gpu-runner
1918
env:
20-
SGL_BRANCH: v0.5.1
19+
SGL_BRANCH: v0.5.2
2120
GPU_ARCH: gfx942
22-
HF_TOKEN: ${{ secrets.HF_TOKEN_TEST }}
2321

2422
steps:
2523
- name: Checkout aiter repo
@@ -102,10 +100,3 @@ jobs:
102100
if: always()
103101
run:
104102
docker exec -u root sglang_aiter_test bash -c "rm -rf /sglang-checkout/sgl-kernel; rm -rf /sglang-checkout/python"
105-
106-
skip-job:
107-
if: ${{ github.event.pull_request.head.repo.fork }}
108-
runs-on: ubuntu-latest
109-
steps:
110-
- name: Skip reason
111-
run: echo "It's a fork repository, skipping tests."

0 commit comments

Comments
 (0)