Currently 4 out of 6 tests in jstests/serial_run create their own clusters using MongoRunner, ReplSetTest and ShardingTest.
Remaining two can be easily adapted by just putting MongoRunner on top.
We should do that and remove mongod fixture from the serial_run.yml to be consistent and not waste resources