Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
9693dd0f
Unverified
Commit
9693dd0f
authored
Dec 13, 2025
by
Li, Jiang
Committed by
GitHub
Dec 12, 2025
Browse files
[CI/Build] Add x86 CPU wheel release pipeline (#28848)
Signed-off-by:
jiang1.li
<
jiang1.li@intel.com
>
parent
1f19d8f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
.buildkite/release-pipeline.yaml
.buildkite/release-pipeline.yaml
+14
-0
No files found.
.buildkite/release-pipeline.yaml
View file @
9693dd0f
...
@@ -71,6 +71,20 @@ steps:
...
@@ -71,6 +71,20 @@ steps:
env
:
env
:
DOCKER_BUILDKIT
:
"
1"
DOCKER_BUILDKIT
:
"
1"
# x86 CPU wheel build
-
label
:
"
Build
x86
CPU
wheel"
depends_on
:
~
id
:
build-wheel-x86-cpu
agents
:
queue
:
cpu_queue_postmerge
commands
:
-
"
DOCKER_BUILDKIT=1
docker
build
--build-arg
max_jobs=16
--build-arg
GIT_REPO_CHECK=1
--build-arg
VLLM_CPU_AVX512BF16=true
--build-arg
VLLM_CPU_AVX512VNNI=true
--build-arg
VLLM_CPU_AMXBF16=true
--tag
vllm-ci:build-image
--target
vllm-build
--progress
plain
-f
docker/Dockerfile.cpu
."
-
"
mkdir
artifacts"
-
"
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'"
-
"
bash
.buildkite/scripts/upload-wheels.sh
manylinux_2_35"
env
:
DOCKER_BUILDKIT
:
"
1"
# Build release images (12.9)
# Build release images (12.9)
-
label
:
"
Build
release
image
(x86)"
-
label
:
"
Build
release
image
(x86)"
depends_on
:
~
depends_on
:
~
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment