src/Pure/Admin/isabelle_cronjob.scala
changeset 65843 d547173212d2
parent 65840 8d7b2ac9a245
child 65871 80c1c1f53e72
equal deleted inserted replaced
65842:42420ae446a2 65843:d547173212d2
   163   }
   163   }
   164 
   164 
   165   val remote_builds_old: List[Remote_Build] =
   165   val remote_builds_old: List[Remote_Build] =
   166     List(
   166     List(
   167       Remote_Build("Poly/ML test", "lxbroy8",
   167       Remote_Build("Poly/ML test", "lxbroy8",
   168         options = "-m32 -B -M1x2,2 -t polyml-test -e 'init_component /home/isabelle/contrib/polyml-5.7-20170217'",
   168         options = "-m32 -B -M1x2,2 -t polyml-test -i 'init_component /home/isabelle/contrib/polyml-5.7-20170217'",
   169         args = "-N -g timing",
   169         args = "-N -g timing",
   170         detect = Build_Log.Prop.build_tags + " = " + SQL.string("polyml-test")),
   170         detect = Build_Log.Prop.build_tags + " = " + SQL.string("polyml-test")),
   171       Remote_Build("Mac OS X 10.8 Mountain Lion", "macbroy30", options = "-m32 -M2", args = "-a",
   171       Remote_Build("Mac OS X 10.8 Mountain Lion", "macbroy30", options = "-m32 -M2", args = "-a",
   172         detect = Build_Log.Prop.build_start + " < date '2017-03-03'"))
   172         detect = Build_Log.Prop.build_start + " < date '2017-03-03'"))
   173 
   173 
   175   val remote_builds: List[List[Remote_Build]] =
   175   val remote_builds: List[List[Remote_Build]] =
   176   {
   176   {
   177     List(
   177     List(
   178       List(Remote_Build("Poly/ML 5.7 Linux", "lxbroy8",
   178       List(Remote_Build("Poly/ML 5.7 Linux", "lxbroy8",
   179         history_base = "37074e22e8be",
   179         history_base = "37074e22e8be",
   180         options = "-m32 -B -M1x2,2 -t polyml-5.7 -e 'init_component /home/isabelle/contrib/polyml-5.7'",
   180         options = "-m32 -B -M1x2,2 -t polyml-5.7 -i 'init_component /home/isabelle/contrib/polyml-5.7'",
   181         args = "-N -g timing",
   181         args = "-N -g timing",
   182         detect = Build_Log.Prop.build_tags + " = " + SQL.string("polyml-5.7"))),
   182         detect = Build_Log.Prop.build_tags + " = " + SQL.string("polyml-5.7") + " AND " +
       
   183           Build_Log.Settings.ML_OPTIONS + " <> " + SQL.string("-H 500"))),
   183       List(Remote_Build("Linux A", "lxbroy9",
   184       List(Remote_Build("Linux A", "lxbroy9",
   184         options = "-m32 -B -M1x2,2", args = "-N -g timing")),
   185         options = "-m32 -B -M1x2,2", args = "-N -g timing")),
   185       List(Remote_Build("Linux B", "lxbroy10", historic = true, history = 90,
   186       List(Remote_Build("Linux B", "lxbroy10", historic = true, history = 90,
   186         options = "-m32 -B -M1x4,2,4,6", args = "-N -g timing")),
   187         options = "-m32 -B -M1x4,2,4,6", args = "-N -g timing")),
   187       List(
   188       List(