Skip to content

Add failure reason for execution timeout

Shinya Maeda requested to merge add-failure-reason-for-execution-timeout into master

What does this MR do?

Today, we handle execution timeout failure as script failure, which does not show any messages at the top of job log page.

We should show the failure as execution timeout, which indicates that the job reached the limit that users can set in project/runner setting pages.

Screenshot_from_2018-10-09_20-02-32

The copy is The script exceeded the maximum execution time set for the job.

What are the relevant issue numbers?

There are no issues

Does this MR meet the acceptance criteria?

Edited by Shinya Maeda

Merge request reports