changeset 49:77624549a335

temporarily redirect jwe-debian-x86_64-5 to -4
author John W. Eaton <jwe@octave.org>
date Mon, 06 Feb 2023 13:44:18 -0500
parents 4a2d6716bf98
children a1b74219141f
files master.cfg
diffstat 1 files changed, 14 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/master.cfg	Tue Aug 23 13:39:26 2022 -0400
+++ b/master.cfg	Mon Feb 06 13:44:18 2023 -0500
@@ -116,6 +116,9 @@
 from buildbot.schedulers.forcesched import ForceScheduler
 from buildbot.schedulers import timed
 
+## Builds below that are tagged with jwe-debian-x86_64-5 are currently
+## running on jwe-debian-x86_64-4 instead.
+
 all_default_octave_builders = [];
 all_default_octave_builders.append ("gcc-6-debian") # mtmx
 all_default_octave_builders.append ("gcc-debian") # jwe-debian-x86_64-5
@@ -563,7 +566,7 @@
                                      factory = mk_gcc_6_factory (10, "-j2", "default")))
 
 c["builders"].append (BuilderConfig (name = "gcc-debian",
-                                     workernames = ["jwe-debian-x86_64-5"],
+                                     workernames = ["jwe-debian-x86_64-4"], ## should be on -5
                                      factory = mk_gcc_factory (19, "-j16", "default")))
 
 c["builders"].append (BuilderConfig (name = "stable-gcc-debian",
@@ -571,7 +574,7 @@
                                      factory = mk_gcc_factory (19, "-j16", "stable")))
 
 c["builders"].append (BuilderConfig (name = "gcc-lto-debian",
-                                     workernames = ["jwe-debian-x86_64-5"],
+                                     workernames = ["jwe-debian-x86_64-4"], ## should be on -5
                                      factory = mk_gcc_lto_factory (19, "-j16", "default")))
 
 c["builders"].append (BuilderConfig (name = "stable-gcc-lto-debian",
@@ -591,7 +594,7 @@
                                      factory = mk_gcc_lto_factory (10, "-j4", "default")))
 
 c["builders"].append (BuilderConfig (name = "no-extras-debian",
-                                     workernames = ["jwe-debian-x86_64-5"],
+                                     workernames = ["jwe-debian-x86_64-4"], ## should be on -5
                                      factory = mk_no_extras_factory (19, "-j16", "default")))
 
 c["builders"].append (BuilderConfig (name = "stable-no-extras-debian",
@@ -805,7 +808,7 @@
                               ["nsis-installer", "7z-dist"])
 
 c["builders"].append (BuilderConfig (name = "w32-on-debian",
-                                     workernames = ["jwe-debian-x86_64-5"],
+                                     workernames = ["jwe-debian-x86_64-4"], ## should be on -5
                                      factory = w32_factory))
 
 w64_32_factory = mk_w64_32_factory (19, [1, 16], [8, 2],
@@ -815,7 +818,7 @@
                                     ["nsis-installer", "7z-dist"])
 
 c["builders"].append (BuilderConfig (name = "w64-32-on-debian",
-                                     workernames = ["jwe-debian-x86_64-5"],
+                                     workernames = ["jwe-debian-x86_64-4"], ## should be on -5
                                      factory = w64_32_factory))
 
 w64_64_factory = mk_w64_64_factory (19, [1, 16], [8, 2],
@@ -835,7 +838,7 @@
                               ["nsis-installer", "7z-dist"])
 
 c["builders"].append (BuilderConfig (name = "w32-release-on-debian",
-                                     workernames = ["jwe-debian-x86_64-5"],
+                                     workernames = ["jwe-debian-x86_64-4"], ## should be on -5
                                      factory = w32_factory))
 
 w64_32_factory = mk_w64_32_factory (19, [1, 16], [8, 2],
@@ -845,7 +848,7 @@
                                     ["nsis-installer", "7z-dist"])
 
 c["builders"].append (BuilderConfig (name = "w64-32-release-on-debian",
-                                     workernames = ["jwe-debian-x86_64-5"],
+                                     workernames = ["jwe-debian-x86_64-4"], ## should be on -5
                                      factory = w64_32_factory))
 
 w64_64_factory = mk_w64_64_factory (19, [1, 16], [8, 2],
@@ -865,7 +868,7 @@
                               ["nsis-installer", "7z-dist"])
 
 c["builders"].append (BuilderConfig (name = "w32-stable-on-debian",
-                                     workernames = ["jwe-debian-x86_64-5"],
+                                     workernames = ["jwe-debian-x86_64-4"], ## should be on -5
                                      factory = w32_factory))
 
 w64_32_factory = mk_w64_32_factory (19, [1, 16], [8, 2],
@@ -875,7 +878,7 @@
                                     ["nsis-installer", "7z-dist"])
 
 c["builders"].append (BuilderConfig (name = "w64-32-stable-on-debian",
-                                     workernames = ["jwe-debian-x86_64-5"],
+                                     workernames = ["jwe-debian-x86_64-4"], ## should be on -5
                                      factory = w64_32_factory))
 
 w64_64_factory = mk_w64_64_factory (19, [1, 16], [8, 2],
@@ -894,7 +897,7 @@
                                     "tar-dist")
 
 c["builders"].append (BuilderConfig (name = "mxe-native-on-debian",
-                                     workernames = ["jwe-debian-x86_64-5"],
+                                     workernames = ["jwe-debian-x86_64-4"], ## should be on -5
                                      factory = native_factory))
 
 native_all_factory = mk_native_all_factory (19, [1, 16], [8, 2],
@@ -903,7 +906,7 @@
                                             "tar-dist")
 
 c["builders"].append (BuilderConfig (name = "mxe-native-all-on-debian",
-                                     workernames = ["jwe-debian-x86_64-5"],
+                                     workernames = ["jwe-debian-x86_64-4"], ## should be on -5
                                      factory = native_all_factory))