Admin/jenkins/build/ci_build_benchmark.scala
author Lars Hupel <lars.hupel@mytum.de>
Wed, 22 Jun 2016 16:47:55 +0200
changeset 63348 b3e5bdb784f5
parent 63315 67c38b9ea2fb
child 63385 370cce7ad9b9
permissions -rw-r--r--
adjust job/thread count for new hardware

object profile extends isabelle.CI_Profile
{

  import isabelle._

  def threads = 8
  def jobs = 2
  def all = false
  def groups = Nil
  def exclude = Nil
  def include = Nil
  def select = List(Path.explode("$ISABELLE_HOME/src/Benchmarks"))

  def pre_hook(args: List[String]) = {}
  def post_hook(results: Build.Results) = {}

}