[release] Add commands to clean up logs on TPU release node (#14642)

This commit is contained in:
Kevin H. Luu 2025-03-11 17:14:50 -07:00 committed by GitHub
parent b706d898af
commit 9f583e360c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,6 +57,8 @@ steps:
agents:
queue: tpu_queue_postmerge
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 push vllm/vllm-tpu:nightly"
- "docker push vllm/vllm-tpu:$BUILDKITE_COMMIT"