[release] Remove log cleanup commands from TPU job (#14838)

This commit is contained in:
Kevin H. Luu 2025-03-14 11:59:52 -07:00 committed by GitHub
parent 977a16772c
commit 7097b4cc1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,8 +57,6 @@ steps:
agents:
queue: tpu_queue_postmerge
commands:
- "rm -f /var/log/syslog"
- "rm -f /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"