From a39368ab03424bf75433c8a41ad57b9b37f35119 Mon Sep 17 00:00:00 2001 From: Scott Dodson Date: Thu, 18 Sep 2025 11:06:33 -0400 Subject: [PATCH] Move build-mechnical to 12:00 UTC A single knob controls both FCOS and RHCOS pipelines here. C9S, C10S, and Rawhide composes seem to run between 04:00 and 05:00 UTC. Meanwhile RHEL content is generally pushed 09:00 to 16:00 UTC. If there are changes each build takes approximately 2.5 hours meaning that RHEL builds would start at 17:00 UTC and should have enough time to complete by end of day cut-offs, though it'll be tight. This will likely require additional tweaking in the future when we add 10.2 and 9.8. --- jobs/build-mechanical.Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jobs/build-mechanical.Jenkinsfile b/jobs/build-mechanical.Jenkinsfile index 8d7078494..eef33e0f1 100644 --- a/jobs/build-mechanical.Jenkinsfile +++ b/jobs/build-mechanical.Jenkinsfile @@ -7,8 +7,8 @@ node { properties([ pipelineTriggers([ - // run every 24h at 10:00 UTC - cron("0 10 * * *") + // run every 24h at 12:00 UTC + cron("0 12 * * *") ]), buildDiscarder(logRotator( numToKeepStr: '100',