Fix code sync scripts (#15787)
This commit is contained in:
@@ -1 +0,0 @@
|
||||
sgl-kernel/3rdparty/tensorrt_llm/*
|
||||
4
.github/workflows/pr-test.yml
vendored
4
.github/workflows/pr-test.yml
vendored
@@ -709,7 +709,7 @@ jobs:
|
||||
fail-fast: false
|
||||
max-parallel: ${{ fromJson(needs.check-changes.outputs.max_parallel) }}
|
||||
matrix:
|
||||
part: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]
|
||||
part: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
@@ -734,7 +734,7 @@ jobs:
|
||||
if [[ "${{ needs.check-changes.outputs.enable_retry }}" == "true" ]]; then
|
||||
RETRY_FLAG="--enable-retry"
|
||||
fi
|
||||
python3 run_suite.py --suite per-commit-1-gpu --auto-partition-id ${{ matrix.part }} --auto-partition-size 15 $RETRY_FLAG
|
||||
python3 run_suite.py --suite per-commit-1-gpu --auto-partition-id ${{ matrix.part }} --auto-partition-size 13 $RETRY_FLAG
|
||||
|
||||
|
||||
stage-b-test-4-gpu-b200:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: Release Fake Tag
|
||||
name: Release Tag
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
@@ -51,10 +51,10 @@ folder_names = [
|
||||
"python/sglang/README.md",
|
||||
"sgl-kernel",
|
||||
"test/manual",
|
||||
"test/nightly",
|
||||
"test/registered",
|
||||
"test/srt",
|
||||
"test/README.md",
|
||||
"test/run_suite.py",
|
||||
"README.md",
|
||||
]
|
||||
|
||||
|
||||
@@ -51,10 +51,10 @@ folder_names = [
|
||||
"python/sglang/README.md",
|
||||
"sgl-kernel",
|
||||
"test/manual",
|
||||
"test/nightly",
|
||||
"test/registered",
|
||||
"test/srt",
|
||||
"test/README.md",
|
||||
"test/run_suite.py",
|
||||
"README.md",
|
||||
]
|
||||
|
||||
|
||||
@@ -49,6 +49,7 @@ class TestSRTBackend(CustomTestCase):
|
||||
def test_decode_int(self):
|
||||
test_decode_int()
|
||||
|
||||
@unittest.skip("Skip this flaky test.")
|
||||
def test_decode_json_regex(self):
|
||||
test_decode_json_regex()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user