Skip to content

Commit a39368a

Browse files
committed
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.
1 parent 25c03a1 commit a39368a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jobs/build-mechanical.Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ node {
77

88
properties([
99
pipelineTriggers([
10-
// run every 24h at 10:00 UTC
11-
cron("0 10 * * *")
10+
// run every 24h at 12:00 UTC
11+
cron("0 12 * * *")
1212
]),
1313
buildDiscarder(logRotator(
1414
numToKeepStr: '100',

0 commit comments

Comments
 (0)