Currently the build pod that is spun up when running a CI stage using k8s infrastructure has a deadline of 24 hours. This can be noticed on the pod spec of the build pod spec.activeDeadlineSeconds. This makes it impossible for steps that have a timeout configured over 1 day. Ideally the build pod should respect the timeout configured on the steps and shall make running steps for longer durations (including days/weeks)
Created by Gowri Girish
·