move virtual machine node;
authorwenzelm
Thu, 16 Apr 2020 18:41:09 +0200
changeset 71761 ad7ac7948d57
parent 71760 e4e05fcd8937
child 71762 c7d19729456c
move virtual machine node;
src/Pure/Admin/isabelle_cronjob.scala
--- a/src/Pure/Admin/isabelle_cronjob.scala	Thu Apr 16 08:09:32 2020 +0200
+++ b/src/Pure/Admin/isabelle_cronjob.scala	Thu Apr 16 18:41:09 2020 +0200
@@ -338,7 +338,7 @@
   val remote_builds2: List[List[Remote_Build]] =
     List(
       List(
-        Remote_Build("AFP2", "lrzcloud2", actual_host = "10.195.2.10", self_update = true,
+        Remote_Build("AFP2", "lrzcloud2", actual_host = "10.195.4.41", self_update = true,
           proxy_host = "lxbroy10", proxy_user = "i21isatest",
           options = "-m32 -M1x8 -t AFP" +
             " -e ISABELLE_GHC=ghc" +
@@ -348,7 +348,7 @@
           args = "-a -X large -X slow",
           afp = true,
           detect = Build_Log.Prop.build_tags + " = " + SQL.string("AFP")),
-        Remote_Build("AFP bulky2", "lrzcloud2", actual_host = "10.195.2.10", self_update = true,
+        Remote_Build("AFP bulky2", "lrzcloud2", actual_host = "10.195.4.41", self_update = true,
           proxy_host = "lxbroy10", proxy_user = "i21isatest",
           options = "-m64 -M8 -U30000 -s10 -t AFP",
           args = "-g large -g slow",