changeset 27:6e6cec148a95

load balancing changes for jwe workers
author John W. Eaton <jwe@octave.org>
date Thu, 01 Oct 2020 12:03:49 +0000
parents a333253a8d2e
children 8d18da2f836f
files master.cfg
diffstat 1 files changed, 10 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/master.cfg	Sun Sep 13 12:54:44 2020 +0200
+++ b/master.cfg	Thu Oct 01 12:03:49 2020 +0000
@@ -147,8 +147,8 @@
 all_mxe_octave_builders.append ("w32-stable-on-debian") # jwe 0
 all_mxe_octave_builders.append ("w64-32-stable-on-debian") # jwe 1
 all_mxe_octave_builders.append ("w64-64-stable-on-debian") # jwe 2
-all_mxe_octave_builders.append ("mxe-native-on-debian") # jwe 1
-all_mxe_octave_builders.append ("mxe-native-all-on-debian") # jwe 2
+all_mxe_octave_builders.append ("mxe-native-on-debian") # jwe 3
+all_mxe_octave_builders.append ("mxe-native-all-on-debian") # jwe 3
 
 c["schedulers"] = []
 
@@ -205,14 +205,14 @@
                                        branch = "default",
                                        change_filter = mxe_octave_default_filter,
                                        builderNames = ["w64-32-release-on-debian"],
-                                       hour = 6))
+                                       hour = 8))
 
 ## Here, branch is the mxe-octave branch.
 c["schedulers"].append (timed.Nightly (name = "periodic mxe-octave-w64-64-release",
                                        branch = "default",
                                        change_filter = mxe_octave_default_filter,
                                        builderNames = ["w64-64-release-on-debian"],
-                                       hour = 6))
+                                       hour = 8))
 
 ## Here, branch is the mxe-octave branch.
 c["schedulers"].append (timed.Nightly (name = "periodic mxe-octave-w32-stable",
@@ -226,28 +226,28 @@
                                        branch = "default",
                                        change_filter = mxe_octave_default_filter,
                                        builderNames = ["w64-32-stable-on-debian"],
-                                       hour = 12))
+                                       hour = 16))
 
 ## Here, branch is the mxe-octave branch.
 c["schedulers"].append (timed.Nightly (name = "periodic mxe-octave-w64-64-stable",
                                        branch = "default",
                                        change_filter = mxe_octave_default_filter,
                                        builderNames = ["w64-64-stable-on-debian"],
-                                       hour = 12))
+                                       hour = 16))
 
 ## Here, branch is the mxe-octave branch.
 c["schedulers"].append (timed.Nightly (name = "periodic mxe-octave-native",
                                        branch = "default",
                                        change_filter = mxe_octave_default_filter,
                                        builderNames = ["mxe-native-on-debian"],
-                                       hour = 18))
+                                       hour = 0))
 
 ## Here, branch is the mxe-octave branch.
 c["schedulers"].append (timed.Nightly (name = "periodic mxe-octave-native-all",
                                        branch = "default",
                                        change_filter = mxe_octave_default_filter,
                                        builderNames = ["mxe-native-all-on-debian"],
-                                       hour = 18))
+                                       hour = 6))
 
 ### DISABLED because there doesn't seem to be a way to limit this
 ### action to users logged in to the web interface; instead, forcing
@@ -880,11 +880,11 @@
                                                                   ["nsis-installer", "7z-dist"])))
 
 c["builders"].append (BuilderConfig (name = "mxe-native-on-debian",
-                                     workernames = ["jwe-debian-x86_64-1"],
+                                     workernames = ["jwe-debian-x86_64-3"],
                                      factory = mk_native_factory (19, 8, "default", "tar-dist")))
 
 c["builders"].append (BuilderConfig (name = "mxe-native-all-on-debian",
-                                     workernames = ["jwe-debian-x86_64-2"],
+                                     workernames = ["jwe-debian-x86_64-3"],
                                      factory = mk_native_all_factory (19, 8, "default", "tar-dist")))