CI Build pod timeouts to be set based on timeout configured on the steps
under review
Q
Quaint Platypus
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)
Log In
N
Nofar Bluestein
under review
Y
Yacht club Antelope
this makes long running database exports impossible if batch processes are expected to take longer than 24 hours (which is the case when exporting 2TB+ of data from DB to GCP buckets)
D
Different Leopard
Same problem here as well