You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/05/27 20:09:50 UTC

[GitHub] [tvm] driazati opened a new pull request, #11497: [ci][docker] Prune all non-relevant images

driazati opened a new pull request, #11497:
URL: https://github.com/apache/tvm/pull/11497

   (this is a re-do of #11491)
   
   Before this would leave around any image that could be used in CI. This PR changes it so that the `docker rmi` knows exactly which image is being used in CI so all others (even those that are being used in the same build but not currently on that node) are deleted
   
   This also adds some more logging so we can see what's going on and should help keep disk usage down. Skipped CI since this runs during lint.
   
   Thanks for contributing to TVM!   Please refer to guideline https://tvm.apache.org/docs/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from [Reviewers](https://github.com/apache/incubator-tvm/blob/master/CONTRIBUTORS.md#reviewers) by @ them in the pull request thread.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] areusch merged pull request #11497: [ci][docker] Prune all non-relevant images

Posted by GitBox <gi...@apache.org>.
areusch merged PR #11497:
URL: https://github.com/apache/tvm/pull/11497


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] areusch commented on a diff in pull request #11497: [ci][docker] Prune all non-relevant images

Posted by GitBox <gi...@apache.org>.
areusch commented on code in PR #11497:
URL: https://github.com/apache/tvm/pull/11497#discussion_r885950988


##########
jenkins/Test.groovy.j2:
##########
@@ -256,4 +269,4 @@ stage('Test') {
   },
   )
 }
-}
+}

Review Comment:
   nit: newline at end of file



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org