Commit 2c2bd00a authored by mfluharty's avatar mfluharty

Make canceled jobs not retryable

See which tests break
parent e9bf3672
......@@ -353,7 +353,7 @@ module Ci
end
def retryable?
!archived? && (success? || failed? || canceled?)
!archived? && (success? || failed?)
end
def retries_count
......
---
title: Make canceled jobs not retryable
merge_request: 27503
author:
type: changed
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