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
7956b0c0
Unverified
Commit
7956b0c0
authored
Nov 03, 2025
by
QiliangCui
Committed by
GitHub
Nov 04, 2025
Browse files
Remove the tpu docker image nightly build. (#27997)
Signed-off-by:
Qiliang Cui
<
derrhein@gmail.com
>
parent
37587573
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
18 deletions
+0
-18
.buildkite/release-pipeline.yaml
.buildkite/release-pipeline.yaml
+0
-18
No files found.
.buildkite/release-pipeline.yaml
View file @
7956b0c0
...
...
@@ -116,24 +116,6 @@ steps:
commands
:
-
"
bash
.buildkite/scripts/annotate-release.sh"
-
label
:
"
Build
and
publish
TPU
release
image"
depends_on
:
~
if
:
build.env("NIGHTLY") == "1"
agents
:
queue
:
tpu_queue_postmerge
commands
:
-
"
yes
|
docker
system
prune
-a"
-
"
git
fetch
--all"
-
"
DOCKER_BUILDKIT=1
docker
build
--build-arg
max_jobs=16
--build-arg
USE_SCCACHE=1
--build-arg
GIT_REPO_CHECK=1
--tag
vllm/vllm-tpu:nightly
--tag
vllm/vllm-tpu:$BUILDKITE_COMMIT
--progress
plain
-f
docker/Dockerfile.tpu
."
-
"
docker
push
vllm/vllm-tpu:nightly"
-
"
docker
push
vllm/vllm-tpu:$BUILDKITE_COMMIT"
plugins
:
-
docker-login#v3.0.0
:
username
:
vllmbot
password-env
:
DOCKERHUB_TOKEN
env
:
DOCKER_BUILDKIT
:
"
1"
-
input
:
"
Provide
Release
version
here"
id
:
input-release-version
fields
:
...
...
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