changeset 51:943ccaed4bb4

temporarily redirect jwe-debian-x86_64-1 to -4
author John W. Eaton <jwe@octave.org>
date Sat, 18 Feb 2023 11:19:23 -0500
parents a1b74219141f
children 00b45a7930ab
files master.cfg
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/master.cfg	Mon Feb 06 13:59:14 2023 -0500
+++ b/master.cfg	Sat Feb 18 11:19:23 2023 -0500
@@ -116,8 +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.
+## Builds below that are tagged with jwe-debian-x86_64-1 and
+## 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-debian") # jwe-debian-x86_64-5
@@ -606,11 +607,11 @@
 #                                     factory = mk_clang_3_9_factory (19, "-j2", "default")))
 
 c["builders"].append (BuilderConfig (name = "clang-debian",
-                                     workernames = ["jwe-debian-x86_64-1"],
+                                     workernames = ["jwe-debian-x86_64-4"],
                                      factory = mk_clang_factory (19, "-j8", "default")))
 
 c["builders"].append (BuilderConfig (name = "stable-clang-debian",
-                                     workernames = ["jwe-debian-x86_64-1"],
+                                     workernames = ["jwe-debian-x86_64-4"],
                                      factory = mk_clang_factory (19, "-j8", "stable")))
 
 c["builders"].append (BuilderConfig (name = "clang-fedora",