# HG changeset patch # User John W. Eaton # Date 1601553829 0 # Node ID 6e6cec148a95d59a82e07c8215ef02675ecc2807 # Parent a333253a8d2e6580e180e695ecc889ca00d87b10 load balancing changes for jwe workers diff -r a333253a8d2e -r 6e6cec148a95 master.cfg --- 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")))