src/Pure/Admin/isabelle_cronjob.scala
changeset 70757 6a835635fa93
parent 70477 90acc6ce5beb
child 71380 5965e6e3c3ec
--- a/src/Pure/Admin/isabelle_cronjob.scala	Wed Sep 25 18:39:47 2019 +0200
+++ b/src/Pure/Admin/isabelle_cronjob.scala	Wed Sep 25 19:40:00 2019 +0200
@@ -215,6 +215,14 @@
 
   val remote_builds_old: List[Remote_Build] =
     List(
+      Remote_Build("AFP bulky", "lrzcloud1", self_update = true,
+        proxy_host = "lxbroy10", proxy_user = "i21isatest",
+        ssh_host = "10.155.208.96",
+        options = "-m64 -M6 -U30000 -s10 -t AFP",
+        args = "-g large -g slow",
+        afp = true,
+        bulky = true,
+        detect = Build_Log.Prop.build_tags + " = " + SQL.string("AFP")),
       Remote_Build("AFP", "lxbroy7",
           args = "-N -X large -X slow",
           afp = true,
@@ -328,15 +336,6 @@
   val remote_builds2: List[List[Remote_Build]] =
     List(
       List(
-        Remote_Build("AFP bulky", "lrzcloud1", self_update = true,
-          proxy_host = "lxbroy10", proxy_user = "i21isatest",
-          ssh_host = "10.155.208.96",
-          options = "-m64 -M6 -U30000 -s10 -t AFP",
-          args = "-g large -g slow",
-          afp = true,
-          bulky = true,
-          detect = Build_Log.Prop.build_tags + " = " + SQL.string("AFP"))),
-      List(
         Remote_Build("AFP2", "lrzcloud2", self_update = true,
           proxy_host = "lxbroy10", proxy_user = "i21isatest",
           ssh_host = "10.195.2.10",