You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build: auto-disable ACKS_LATE for long builds (#12393)
When a customer/user requests longer builds, we set
`container_time_limit` at project level. However, if the time is longer
than 1h we also need to add `BUILD_NO_ACKS_LATE` to that project. This
PR checks for that limit and if it's longer than 1h adds
`acks_late=False` to the build task.
Related to #12369
0 commit comments