-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] add docker volume prune to neuron CI #12291
Conversation
👋 Hi! Thank you for contributing to the vLLM project. Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can do one of these:
🚀 |
Signed-off-by: Liangfu Chen <[email protected]>
33928a5
to
15bc163
Compare
@@ -25,8 +25,11 @@ if [ -f /tmp/neuron-docker-build-timestamp ]; then | |||
last_build=$(cat /tmp/neuron-docker-build-timestamp) | |||
current_time=$(date +%s) | |||
if [ $((current_time - last_build)) -gt 86400 ]; then | |||
# Remove dangling images (those that are not tagged and not used by any container) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the fix!
Signed-off-by: Liangfu Chen <[email protected]> Signed-off-by: Bowen Wang <[email protected]>
Signed-off-by: Liangfu Chen <[email protected]>
Signed-off-by: Liangfu Chen <[email protected]>
Signed-off-by: Liangfu Chen <[email protected]>
Signed-off-by: Liangfu Chen <[email protected]> Signed-off-by: Isotr0py <[email protected]>
This PR is trying to improve stability of Neuron backend testing.
Fixed https://buildkite.com/vllm/ci/builds/12038#01946dc9-944c-409b-b600-946af8ea11ff