# HG changeset patch # User John W. Eaton # Date 1630072601 14400 # Node ID 6d7c3a59c1e743ca3b6c1f2cbf2d7c9f7505b5f2 # Parent f42084477c282770bc373a7fa284dab3eeff7741 adjust mxe-octave build times; move mxe-octave native builds to faster system diff -r f42084477c28 -r 6d7c3a59c1e7 master.cfg --- a/master.cfg Wed Feb 24 16:31:00 2021 +0100 +++ b/master.cfg Fri Aug 27 09:56:41 2021 -0400 @@ -167,77 +167,77 @@ branch = "default", change_filter = mxe_octave_default_filter, builderNames = ["w32-on-debian"], - hour = 0)) + hour = 6)) ## Here, branch is the mxe-octave branch. c["schedulers"].append (timed.Nightly (name = "periodic mxe-octave-w64-32", branch = "default", change_filter = mxe_octave_default_filter, builderNames = ["w64-32-on-debian"], - hour = 0)) + hour = 2)) ## Here, branch is the mxe-octave branch. c["schedulers"].append (timed.Nightly (name = "periodic mxe-octave-w64-64", branch = "default", change_filter = mxe_octave_default_filter, builderNames = ["w64-64-on-debian"], - hour = 0)) + hour = 2)) ## Here, branch is the mxe-octave branch. c["schedulers"].append (timed.Nightly (name = "periodic mxe-octave-w32-release", branch = "default", change_filter = mxe_octave_default_filter, builderNames = ["w32-release-on-debian"], - hour = 8)) + hour = 10)) ## Here, branch is the mxe-octave branch. c["schedulers"].append (timed.Nightly (name = "periodic mxe-octave-w64-32-release", branch = "default", change_filter = mxe_octave_default_filter, builderNames = ["w64-32-release-on-debian"], - hour = 8)) + hour = 6)) ## 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 = 8)) + hour = 6)) ## Here, branch is the mxe-octave branch. c["schedulers"].append (timed.Nightly (name = "periodic mxe-octave-w32-stable", branch = "default", change_filter = mxe_octave_default_filter, builderNames = ["w32-stable-on-debian"], - hour = 16)) + hour = 14)) ## Here, branch is the mxe-octave branch. c["schedulers"].append (timed.Nightly (name = "periodic mxe-octave-w64-32-stable", branch = "default", change_filter = mxe_octave_default_filter, builderNames = ["w64-32-stable-on-debian"], - hour = 16)) + hour = 10)) ## 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 = 16)) + hour = 10)) ## 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 = 8)) + hour = 18)) ## 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 = 0)) + hour = 22)) ### DISABLED because there doesn't seem to be a way to limit this ### action to users logged in to the web interface; instead, forcing @@ -833,11 +833,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-5"], factory = mk_native_factory (19, 8, "default", "tar-dist"))) c["builders"].append (BuilderConfig (name = "mxe-native-all-on-debian", - workernames = ["jwe-debian-x86_64-3"], + workernames = ["jwe-debian-x86_64-5"], factory = mk_native_all_factory (19, 8, "default", "tar-dist")))