Skip to content

Commit 9dd5d2c

Browse files
committed
fix auto-build cron
Squashed commit of the following: commit 333fa61 Author: Slava Leleka <[email protected]> Date: Tue Mar 25 09:39:24 2025 -0400 improve comment commit aa9eecd Author: Slava Leleka <[email protected]> Date: Tue Mar 25 09:31:40 2025 -0400 fix auto-build cron
1 parent b7ae549 commit 9dd5d2c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

bamboo-specs/auto-build.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,10 @@ branch-overrides:
326326
requirements:
327327
- adg-docker: 'true'
328328

329-
# run release build at 7:00 every Monday, Wednesday, Friday
329+
# run release build at 22:00 (UTC+3) every Monday, Wednesday, Friday
330330
# https://confluence.atlassian.com/bamboo/constructing-a-cron-expression-in-bamboo-289277372.html
331+
# it is needed in the end of the day to collect all changes
332+
# made by filter list maintainers during the workday
331333
triggers:
332334
- cron:
333-
expression: 0 0 7 ? * MON,WED,FRI
335+
expression: 0 0 22 ? * MON,WED,FRI

0 commit comments

Comments
 (0)