changeset 38:6d7c3a59c1e7

adjust mxe-octave build times; move mxe-octave native builds to faster system
author John W. Eaton <jwe@octave.org>
date Fri, 27 Aug 2021 09:56:41 -0400
parents f42084477c28
children 13f4c49e9a4b
files master.cfg
diffstat 1 files changed, 13 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- 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")))