This document summarizes Yelp's new test parallelization system called Jolt. It discusses how Jolt bundles tests into groups to run in parallel on Mesos clusters. This improves upon their previous system called Seagull which had complex custom components. Jolt uses Task Processing to interface with Mesos in a composable way. The document also describes Yelp's autoscaling system called Clusterman which adjusts Mesos cluster sizes based on resource usage and spot instance pricing. It notes how these systems have significantly reduced Yelp's infrastructure costs while improving their ability to run tests and deploy code.