diff --git a/public/scala/test/org/broadinstitute/sting/queue/pipeline/PipelineTest.scala b/public/scala/test/org/broadinstitute/sting/queue/pipeline/PipelineTest.scala index e990b5233..e9a288117 100644 --- a/public/scala/test/org/broadinstitute/sting/queue/pipeline/PipelineTest.scala +++ b/public/scala/test/org/broadinstitute/sting/queue/pipeline/PipelineTest.scala @@ -45,11 +45,14 @@ object PipelineTest extends BaseTest with Logging { private val validationReportsDataLocation = "/humgen/gsa-hpprojects/GATK/validationreports/submitted/" private val md5DB = new MD5DB() - final val allJobRunners = { - val commandLinePluginManager = new CommandLinePluginManager - commandLinePluginManager.getPlugins.map(commandLinePluginManager.getName(_)).toSeq - } + /** + * All the job runners configured to run PipelineTests at The Broad. + */ + final val allJobRunners = Seq("Lsf706", "GridEngine", "Shell") + /** + * The default job runners to run. + */ final val defaultJobRunners = Seq("Lsf706", "GridEngine") /**