Skip to content

Commit 36db0a3

Browse files
authored
[CI] Renovation of nightly wheel build & generation (#29690)
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
1 parent 5cfa967 commit 36db0a3

File tree

9 files changed

+568
-181
lines changed

9 files changed

+568
-181
lines changed

.buildkite/generate_index.py

Lines changed: 0 additions & 46 deletions
This file was deleted.

.buildkite/release-pipeline.yaml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ steps:
88
commands:
99
# #NOTE: torch_cuda_arch_list is derived from upstream PyTorch build files here:
1010
# https://github.com/pytorch/pytorch/blob/main/.ci/aarch64_linux/aarch64_ci_build.sh#L7
11-
- "DOCKER_BUILDKIT=1 docker build --build-arg max_jobs=16 --build-arg USE_SCCACHE=1 --build-arg GIT_REPO_CHECK=1 --build-arg CUDA_VERSION=12.9.1 --build-arg VLLM_MAIN_CUDA_VERSION=12.9 --build-arg torch_cuda_arch_list='8.7 8.9 9.0 10.0+PTX 12.0' --tag vllm-ci:build-image --target build --progress plain -f docker/Dockerfile ."
11+
- "DOCKER_BUILDKIT=1 docker build --build-arg max_jobs=16 --build-arg USE_SCCACHE=1 --build-arg GIT_REPO_CHECK=1 --build-arg CUDA_VERSION=12.9.1 --build-arg torch_cuda_arch_list='8.7 8.9 9.0 10.0+PTX 12.0' --tag vllm-ci:build-image --target build --progress plain -f docker/Dockerfile ."
1212
- "mkdir artifacts"
1313
- "docker run --rm -v $(pwd)/artifacts:/artifacts_host vllm-ci:build-image bash -c 'cp -r dist /artifacts_host && chmod -R a+rw /artifacts_host'"
1414
- "bash .buildkite/scripts/upload-wheels.sh"
@@ -30,19 +30,6 @@ steps:
3030
DOCKER_BUILDKIT: "1"
3131

3232
# x86 + CUDA builds
33-
- label: "Build wheel - CUDA 12.8"
34-
depends_on: ~
35-
id: build-wheel-cuda-12-8
36-
agents:
37-
queue: cpu_queue_postmerge
38-
commands:
39-
- "DOCKER_BUILDKIT=1 docker build --build-arg max_jobs=16 --build-arg USE_SCCACHE=1 --build-arg GIT_REPO_CHECK=1 --build-arg CUDA_VERSION=12.8.1 --tag vllm-ci:build-image --target build --progress plain -f docker/Dockerfile ."
40-
- "mkdir artifacts"
41-
- "docker run --rm -v $(pwd)/artifacts:/artifacts_host vllm-ci:build-image bash -c 'cp -r dist /artifacts_host && chmod -R a+rw /artifacts_host'"
42-
- "bash .buildkite/scripts/upload-wheels.sh"
43-
env:
44-
DOCKER_BUILDKIT: "1"
45-
4633
- label: "Build wheel - CUDA 12.9"
4734
depends_on: ~
4835
id: build-wheel-cuda-12-9
@@ -109,7 +96,6 @@ steps:
10996
- label: "Annotate release workflow"
11097
depends_on:
11198
- create-multi-arch-manifest
112-
- build-wheel-cuda-12-8
11399
id: annotate-release-workflow
114100
agents:
115101
queue: cpu_queue_postmerge

0 commit comments

Comments
 (0)