Skip to content

Commit 92beb96

Browse files
committed
revert to g6
Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent 85c27f6 commit 92beb96

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

.github/scripts/buildspec-cb-fleet.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ phases:
3333
echo "Listing all runtime environments after clean up ..."
3434
ls -la ${RUNTIME_ROOT_VOLUME} | grep ${RUNTIME_PATTERN}
3535
36+
ls -la ${RUNTIME_ROOT_VOLUME}
37+
rm -rf /tmp/sglang
38+
ls -la ${RUNTIME_ROOT_VOLUME}
39+
3640
build:
3741
commands:
3842
- echo "BuildSpec will be overloaded for GHA self-hosted runner builds."

.github/workflows/pr-sglang.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,10 @@ jobs:
159159

160160
- name: Setup for SGLang datasets
161161
run: |
162-
mkdir -p /tmp/sglang/dataset
162+
mkdir -p /test_artifacts/sglang/dataset
163163
if [ ! -f /tmp/sglang/dataset/ShareGPT_V3_unfiltered_cleaned_split.json ]; then
164164
echo "Downloading ShareGPT dataset..."
165-
wget -P /tmp/sglang/dataset https://huggingface.co/datasets/anon8231489123/ShareGPT_Vicuna_unfiltered/resolve/main/ShareGPT_V3_unfiltered_cleaned_split.json
165+
wget -P /test_artifacts/sglang/dataset https://huggingface.co/datasets/anon8231489123/ShareGPT_Vicuna_unfiltered/resolve/main/ShareGPT_V3_unfiltered_cleaned_split.json
166166
else
167167
echo "ShareGPT dataset already exists. Skipping download."
168168
fi

.github/workflows/pr-vllm.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
if: success()
145145
runs-on:
146146
- codebuild-runner-${{ github.run_id }}-${{ github.run_attempt }}
147-
fleet:x86-g6exl-runner
147+
fleet:x86-g6xl-runner
148148
buildspec-override:true
149149
concurrency:
150150
group: ${{ github.workflow }}-vllm-ec2-regression-test-${{ github.event.pull_request.number }}
@@ -206,7 +206,7 @@ jobs:
206206
if: success()
207207
runs-on:
208208
- codebuild-runner-${{ github.run_id }}-${{ github.run_attempt }}
209-
fleet:x86-g6exl-runner
209+
fleet:x86-g6xl-runner
210210
buildspec-override:true
211211
concurrency:
212212
group: ${{ github.workflow }}-vllm-ec2-cuda-test-${{ github.event.pull_request.number }}
@@ -267,7 +267,7 @@ jobs:
267267
if: success()
268268
runs-on:
269269
- codebuild-runner-${{ github.run_id }}-${{ github.run_attempt }}
270-
fleet:x86-g6exl-runner
270+
fleet:x86-g6xl-runner
271271
buildspec-override:true
272272
concurrency:
273273
group: ${{ github.workflow }}-vllm-ec2-example-test-${{ github.event.pull_request.number }}
@@ -424,7 +424,7 @@ jobs:
424424
if: success()
425425
runs-on:
426426
- codebuild-runner-${{ github.run_id }}-${{ github.run_attempt }}
427-
fleet:x86-g6exl-runner
427+
fleet:x86-g6xl-runner
428428
buildspec-override:true
429429
concurrency:
430430
group: ${{ github.workflow }}-vllm-rayserve-regression-test-${{ github.event.pull_request.number }}
@@ -486,7 +486,7 @@ jobs:
486486
if: success()
487487
runs-on:
488488
- codebuild-runner-${{ github.run_id }}-${{ github.run_attempt }}
489-
fleet:x86-g6exl-runner
489+
fleet:x86-g6xl-runner
490490
buildspec-override:true
491491
concurrency:
492492
group: ${{ github.workflow }}-vllm-rayserve-cuda-test-${{ github.event.pull_request.number }}
@@ -547,7 +547,7 @@ jobs:
547547
if: success()
548548
runs-on:
549549
- codebuild-runner-${{ github.run_id }}-${{ github.run_attempt }}
550-
fleet:x86-g6exl-runner
550+
fleet:x86-g6xl-runner
551551
buildspec-override:true
552552
concurrency:
553553
group: ${{ github.workflow }}-vllm-rayserve-example-test-${{ github.event.pull_request.number }}
@@ -704,7 +704,7 @@ jobs:
704704
if: success()
705705
runs-on:
706706
- codebuild-runner-${{ github.run_id }}-${{ github.run_attempt }}
707-
fleet:x86-g6exl-runner
707+
fleet:x86-g6xl-runner
708708
buildspec-override:true
709709
concurrency:
710710
group: ${{ github.workflow }}-vllm-sagemaker-regression-test-${{ github.event.pull_request.number }}
@@ -766,7 +766,7 @@ jobs:
766766
if: success()
767767
runs-on:
768768
- codebuild-runner-${{ github.run_id }}-${{ github.run_attempt }}
769-
fleet:x86-g6exl-runner
769+
fleet:x86-g6xl-runner
770770
buildspec-override:true
771771
concurrency:
772772
group: ${{ github.workflow }}-vllm-sagemaker-cuda-test-${{ github.event.pull_request.number }}
@@ -827,7 +827,7 @@ jobs:
827827
if: success()
828828
runs-on:
829829
- codebuild-runner-${{ github.run_id }}-${{ github.run_attempt }}
830-
fleet:x86-g6exl-runner
830+
fleet:x86-g6xl-runner
831831
buildspec-override:true
832832
concurrency:
833833
group: ${{ github.workflow }}-vllm-sagemaker-example-test-${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)