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
c487a8ee
Unverified
Commit
c487a8ee
authored
Jan 29, 2026
by
TJian
Committed by
GitHub
Jan 28, 2026
Browse files
[Release] [ROCm] Remove old build step (#33316)
Signed-off-by:
tjtanaa
<
tunjian.tan@embeddedllm.com
>
parent
9e138cb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
19 deletions
+2
-19
.buildkite/release-pipeline.yaml
.buildkite/release-pipeline.yaml
+2
-19
No files found.
.buildkite/release-pipeline.yaml
View file @
c487a8ee
...
@@ -176,23 +176,6 @@ steps:
...
@@ -176,23 +176,6 @@ steps:
env
:
env
:
DOCKER_BUILDKIT
:
"
1"
DOCKER_BUILDKIT
:
"
1"
-
block
:
"
Build
release
image
for
x86_64
ROCm"
key
:
block-rocm-release-image-build
depends_on
:
~
-
label
:
"
Build
release
image
-
x86_64
-
ROCm"
depends_on
:
block-rocm-release-image-build
id
:
build-release-image-rocm
agents
:
queue
:
cpu_queue_postmerge
commands
:
-
"
aws
ecr-public
get-login-password
--region
us-east-1
|
docker
login
--username
AWS
--password-stdin
public.ecr.aws/q9t5s3a7"
# Build base image first
-
"
DOCKER_BUILDKIT=1
docker
build
--build-arg
max_jobs=16
--tag
rocm/vllm-dev:base-$BUILDKITE_COMMIT
--target
final
--progress
plain
-f
docker/Dockerfile.rocm_base
."
# Build vLLM ROCm image using the base
-
"
DOCKER_BUILDKIT=1
docker
build
--build-arg
max_jobs=16
--build-arg
BASE_IMAGE=rocm/vllm-dev:base-$BUILDKITE_COMMIT
--tag
public.ecr.aws/q9t5s3a7/vllm-release-repo:$BUILDKITE_COMMIT-rocm
--target
vllm-openai
--progress
plain
-f
docker/Dockerfile.rocm
."
-
"
docker
push
public.ecr.aws/q9t5s3a7/vllm-release-repo:$BUILDKITE_COMMIT-rocm"
-
group
:
"
Publish
release
images"
-
group
:
"
Publish
release
images"
key
:
"
publish-release-images"
key
:
"
publish-release-images"
steps
:
steps
:
...
@@ -476,7 +459,7 @@ steps:
...
@@ -476,7 +459,7 @@ steps:
S3_BUCKET
:
"
vllm-wheels"
S3_BUCKET
:
"
vllm-wheels"
# ROCm Job 2: Build vLLM ROCm Wheel
# ROCm Job 2: Build vLLM ROCm Wheel
-
label
:
"
:python:
Build
vLLM
ROCm
Wheel"
-
label
:
"
:python:
Build
vLLM
ROCm
Wheel
-
x86_64
"
id
:
build-rocm-vllm-wheel
id
:
build-rocm-vllm-wheel
depends_on
:
depends_on
:
-
step
:
build-rocm-base-wheels
-
step
:
build-rocm-base-wheels
...
@@ -666,7 +649,7 @@ steps:
...
@@ -666,7 +649,7 @@ steps:
VARIANT
:
"
rocm700"
VARIANT
:
"
rocm700"
# ROCm Job 5: Build ROCm Release Docker Image
# ROCm Job 5: Build ROCm Release Docker Image
-
label
:
"
:rocm:
:docker:
Build
ROCm
R
elease
Docker
Image
"
-
label
:
"
:docker:
Build
r
elease
image
-
x86_64
-
ROCm
"
id
:
build-rocm-release-image
id
:
build-rocm-release-image
depends_on
:
depends_on
:
-
step
:
build-rocm-base-wheels
-
step
:
build-rocm-base-wheels
...
...
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