From 5bc65afa0ffeb081d36a2db4d5bf32422a213132 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 26 Feb 2017 15:07:04 -0400 Subject: run armel and armelancient builds on different days It takes more than 12 hours per build, and two builds running at once will probably fail. --- joeyconfig.hs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'joeyconfig.hs') diff --git a/joeyconfig.hs b/joeyconfig.hs index e9e47179..e1374e4b 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -249,14 +249,16 @@ honeybee = host "honeybee.kitenet.net" $ props -- No hardware clock. & Apt.serviceInstalledRunning "ntp" + -- Runs only on weekdays. & Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer GitAnnexBuilder.armAutoBuilder Unstable ARMEL Nothing - (Cron.Times "15 6 * * *") "22h") + (Cron.Times "15 6 * * 2-5") "23h") + -- Runs only on weekends. & Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer GitAnnexBuilder.stackAutoBuilder (Stable "jessie") ARMEL (Just "ancient") - (Cron.Times "15 18 * * *") "22h") + (Cron.Times "15 6 * * 6-7") "23h") -- This is not a complete description of kite, since it's a -- multiuser system with eg, user passwords that are not deployed -- cgit v1.2.3