Skip to content

Commit 9f583e3

Browse files
authored
[release] Add commands to clean up logs on TPU release node (#14642)
1 parent b706d89 commit 9f583e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.buildkite/release-pipeline.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ steps:
5757
agents:
5858
queue: tpu_queue_postmerge
5959
commands:
60+
- "rm /var/log/syslog"
61+
- "rm /var/log/kern.log"
6062
- "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 ."
6163
- "docker push vllm/vllm-tpu:nightly"
6264
- "docker push vllm/vllm-tpu:$BUILDKITE_COMMIT"

0 commit comments

Comments
 (0)