Commit 174fd391 authored by Shinya Maeda's avatar Shinya Maeda Committed by Alessio Caiazza

Add schedule_expired to failed status

parent b98be35b
......@@ -10,7 +10,8 @@ module Gitlab
stuck_or_timeout_failure: 'stuck or timeout failure',
runner_system_failure: 'runner system failure',
missing_dependency_failure: 'missing dependency failure',
runner_unsupported: 'unsupported runner'
runner_unsupported: 'unsupported runner',
schedule_expired: 'schedule expired',
}.freeze
private_constant :REASONS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment