Ability to disable job/pipeline retry after a specified time
Problem to solve
At this time, one can retry a job/pipeline for an already accepted merge request. If that is old enough there are high chances that the job previously marked success would now be marked failed (due to expired artifacts, missing dependencies, etc).
Thus, it makes sense to have the ability to disable jobs/pipeline retry after some configurable time or after the corresponding merge request was accepted.