Skip to content

Commit 277990e

Browse files
committed
fix path and add al2023 name
Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent 39c825a commit 277990e

18 files changed

Lines changed: 26 additions & 20 deletions

.github/actions/upload-ecr-allowlists/upload_ecr_allowlists.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
to s3://$SCANNER_ALLOWLIST_S3_BUCKET/<sha>/ecr_allowlist.json.
77
88
Usage:
9-
python3 .github/scripts/upload_ecr_allowlists.py # all images
10-
python3 .github/scripts/upload_ecr_allowlists.py --dry-run # print only
11-
python3 .github/scripts/upload_ecr_allowlists.py --image vllm:omni-cuda-v1
9+
python3 upload_ecr_allowlists.py # all images
10+
python3 upload_ecr_allowlists.py --dry-run # print only
11+
python3 upload_ecr_allowlists.py --image vllm:omni-cuda-v1
1212
"""
1313

1414
import argparse

.github/config/image/sglang/ec2-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build:
1616
dockerfile: "docker/sglang/Dockerfile"
1717
target: "sglang-ec2"
1818
base_image: "lmsysorg/sglang:v0.5.13"
19-
efa_version: "1.46.0"
19+
efa_version: "1.48.0"
2020
dlc_major_version: "1"
2121
dlc_minor_version: "0"
2222

.github/config/image/sglang/sagemaker-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build:
1717
dockerfile: "docker/sglang/Dockerfile"
1818
target: "sglang-sagemaker"
1919
base_image: "lmsysorg/sglang:v0.5.13"
20-
efa_version: "1.46.0"
20+
efa_version: "1.48.0"
2121
dlc_major_version: "1"
2222
dlc_minor_version: "0"
2323

.github/workflows/sglang.autorelease-ec2-amzn2023.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Auto Release - SGLang EC2"
1+
name: "Auto Release - SGLang EC2 AL2023"
22

33
on:
44
schedule:

.github/workflows/sglang.autorelease-sagemaker-amzn2023.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Auto Release - SGLang SageMaker"
1+
name: "Auto Release - SGLang SageMaker AL2023"
22

33
on:
44
schedule:

.github/workflows/sglang.pr-ec2-amzn2023.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "PR - SGLang EC2"
1+
name: "PR - SGLang EC2 AL2023"
22

33
on:
44
# TEMP: Enable after all frameworks are refactored

.github/workflows/sglang.pr-sagemaker-amzn2023.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "PR - SGLang SageMaker"
1+
name: "PR - SGLang SageMaker AL2023"
22

33
on:
44
# TEMP: Enable after all frameworks are refactored

.github/workflows/vllm.autorelease-ec2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Auto Release - vLLM EC2"
1+
name: "Auto Release - vLLM EC2 AL2023"
22

33
on:
44
schedule:

.github/workflows/vllm.autorelease-hyperpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Auto Release - vLLM HyperPod"
1+
name: "Auto Release - vLLM HyperPod AL2023"
22

33
on:
44
workflow_dispatch:

.github/workflows/vllm.autorelease-sagemaker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Auto Release - vLLM SageMaker"
1+
name: "Auto Release - vLLM SageMaker AL2023"
22

33
on:
44
schedule:

0 commit comments

Comments
 (0)