[release] Add force remove for TPU logs (#14697)

This commit is contained in:
Kevin H. Luu 2025-03-12 15:35:18 -07:00 committed by GitHub
parent 53be4a8634
commit ce20124671
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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