Resolve "Ensure after_script is called for timed out pipelines"
All threads resolved!
Compare changes
+ 3
− 2
@@ -1120,8 +1120,9 @@ Scripts you specify in `after_script` execute in a new shell, separate from any
@@ -1120,8 +1120,9 @@ Scripts you specify in `after_script` execute in a new shell, separate from any
immediately becomes invalid if the job is canceled. See [issue](https://gitlab.com/gitlab-org/gitlab/-/issues/473376)
[An issue exists](https://gitlab.com/gitlab-org/gitlab/-/issues/15603) to add support for executing `after_script` commands for timed-out jobs.
For `after_script` to be run, the total of `RUNNER_SCRIPT_TIMEOUT` + `RUNNER_AFTER_SCRIPT_TIMEOUT` must not exceed the job's configured timeout.