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
9f583e36
Unverified
Commit
9f583e36
authored
Mar 11, 2025
by
Kevin H. Luu
Committed by
GitHub
Mar 12, 2025
Browse files
[release] Add commands to clean up logs on TPU release node (#14642)
parent
b706d898
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
.buildkite/release-pipeline.yaml
.buildkite/release-pipeline.yaml
+2
-0
No files found.
.buildkite/release-pipeline.yaml
View file @
9f583e36
...
@@ -57,6 +57,8 @@ steps:
...
@@ -57,6 +57,8 @@ steps:
agents
:
agents
:
queue
:
tpu_queue_postmerge
queue
:
tpu_queue_postmerge
commands
:
commands
:
-
"
rm
/var/log/syslog"
-
"
rm
/var/log/kern.log"
-
"
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
Dockerfile.tpu
."
-
"
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
Dockerfile.tpu
."
-
"
docker
push
vllm/vllm-tpu:nightly"
-
"
docker
push
vllm/vllm-tpu:nightly"
-
"
docker
push
vllm/vllm-tpu:$BUILDKITE_COMMIT"
-
"
docker
push
vllm/vllm-tpu:$BUILDKITE_COMMIT"
...
...
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