Skip to content

Commit 2fad51d

Browse files
committed
[CI] Adding CPU docker pipeline
This patch adds the pipeline for CPU docker image Signed-off-by: Yuan Zhou <[email protected]>
1 parent f9ecbb1 commit 2fad51d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.buildkite/release-pipeline.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,18 @@ steps:
5555
password-env: DOCKERHUB_TOKEN
5656
env:
5757
DOCKER_BUILDKIT: "1"
58+
59+
- label: "Build and publish CPU release image"
60+
depends_on: ~
61+
if: build.tag != null
62+
agents:
63+
queue: cpu_queue_postmerge
64+
commands:
65+
- "DOCKER_BUILDKIT=1 docker build --build-arg max_jobs=16 --build-arg GIT_REPO_CHECK=1 --tag vllm/vllm-cpu:$BUILDKITE_TAG --progress plain -f Dockerfile.cpu ."
66+
- "docker push vllm/vllm-cpu:$BUILDKITE_TAG"
67+
plugins:
68+
- docker-login#v3.0.0:
69+
username: vllm
70+
password-env: DOCKERHUB_TOKEN
71+
env:
72+
DOCKER_BUILDKIT: "1"

0 commit comments

Comments
 (0)