Jenkins: tuned profiles
authorLars Hupel <lars.hupel@mytum.de>
Thu, 04 Oct 2018 13:08:13 +0200
changeset 69119 088d38704913
parent 69118 12dce58bcd3f
child 69120 9d3b41732fe0
Jenkins: tuned profiles
Admin/jenkins/build/ci_build_benchmark.scala
Admin/jenkins/build/ci_build_mac.scala
Admin/jenkins/build/ci_build_makeall_seq.scala
--- a/Admin/jenkins/build/ci_build_benchmark.scala	Thu Oct 04 11:18:39 2018 +0200
+++ b/Admin/jenkins/build/ci_build_benchmark.scala	Thu Oct 04 13:08:13 2018 +0200
@@ -4,8 +4,8 @@
   import isabelle._
 
   override def documents = false
-  def threads = 6
-  def jobs = 1
+  override def threads = 6
+  override def jobs = 1
   def include = Nil
   def select = List(Path.explode("$ISABELLE_HOME/src/Benchmarks"))
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Admin/jenkins/build/ci_build_mac.scala	Thu Oct 04 13:08:13 2018 +0200
@@ -0,0 +1,16 @@
+object profile extends isabelle.CI_Profile
+{
+
+  import isabelle._
+
+  override def threads = 2
+  override def jobs = 1
+  def include = Nil
+  def select = Nil
+
+  def pre_hook(args: List[String]) = {}
+  def post_hook(results: Build.Results) = {}
+
+  def selection = Sessions.Selection(all_sessions = true, exclude_sessions = List("HOL-Proofs"))
+
+}
--- a/Admin/jenkins/build/ci_build_makeall_seq.scala	Thu Oct 04 11:18:39 2018 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-object profile extends isabelle.CI_Profile
-{
-
-  import isabelle._
-
-  def threads = 2
-  def jobs = 1
-  def include = Nil
-  def select = Nil
-
-  def pre_hook(args: List[String]) = {}
-  def post_hook(results: Build.Results) = {}
-
-  def selection = Sessions.Selection(all_sessions = true, exclude_sessions = List("HOL-Proofs"))
-
-}