Skip to content

Commit 27e88ce

Browse files
authored
chore: build release image by default (#23852)
Signed-off-by: Codex <[email protected]>
1 parent 16a45b3 commit 27e88ce

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.buildkite/release-pipeline.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,8 @@ steps:
6262
env:
6363
DOCKER_BUILDKIT: "1"
6464

65-
- block: "Build release image (x86)"
66-
depends_on: ~
67-
key: block-release-image-build
68-
6965
- label: "Build release image (x86)"
70-
depends_on: block-release-image-build
66+
depends_on: ~
7167
id: build-release-image-x86
7268
agents:
7369
queue: cpu_queue_postmerge
@@ -80,7 +76,7 @@ steps:
8076
- "docker push public.ecr.aws/q9t5s3a7/vllm-release-repo:$BUILDKITE_COMMIT"
8177

8278
- label: "Build release image (arm64)"
83-
depends_on: block-release-image-build
79+
depends_on: ~
8480
id: build-release-image-arm64
8581
agents:
8682
queue: arm64_cpu_queue_postmerge

0 commit comments

Comments
 (0)