Skip to content

Commit 682dd21

Browse files
committed
Move build-mechnical to 04:00 UTC
The goal being to ensure build-mechnical and the downstream build-node-image jobs finish before we typically see content changed, which tends to be EMEA to US East AM hours. In situations where we're hoping to pick up late changes this may cause delays, if that becomes an issue I'd propose we consider adding a second run at 17:00 UTC (EDT 12:00 + 5hr), but ideally we'd limit that to only versions where we hope to have rapid turn around. Those versions would be 9.6 today, then 9.6, 9.8, and 10.2 starting approximately May 2026.
1 parent 25c03a1 commit 682dd21

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 04:00 UTC
11+
cron("0 4 * * *")
1212
]),
1313
buildDiscarder(logRotator(
1414
numToKeepStr: '100',

0 commit comments

Comments
 (0)