As always, it depends...
Assuming that you have other VM's running on the same server, and those other VM's can handle the occasional slowdowns caused by a running build, then I would say yes. But if you are going to host a single build server VM on a single host, or if the other VM's will be negatively impacted by the occasional build running, then no.
I can tell you that where I work, we have switched to hosting most of our build servers on VMWare. Since we run several builds a week of 5+ product lines it makes sense for us to host them all on one fast machine. We also host a large portion of our testing machines on the same server, which allows us to put the machine to good use, and since there are no production servers running on it, the slowdowns that occur during builds is not an issue.
