You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.
With #328/retry.manual.permit_on_passed, individual steps can be retried when they pass, but this requires explicit configuration for any step that someone might want to manually retry since it seems to default to false (or, at least, I don't see any buttons in the UI when it isn't configured). However, one can seemingly always "Rebuild" a whole build even if it is successful, meaning one can always effectively retry a single step by rerunning its whole build.
Given that it is possible, could the retry.manual.permit_on_passed default setting be flipped so that one doesn't have to waste the resources of doing a whole build when there's only a single step of interest?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With #328/
retry.manual.permit_on_passed
, individual steps can be retried when they pass, but this requires explicit configuration for any step that someone might want to manually retry since it seems to default tofalse
(or, at least, I don't see any buttons in the UI when it isn't configured). However, one can seemingly always "Rebuild" a whole build even if it is successful, meaning one can always effectively retry a single step by rerunning its whole build.Given that it is possible, could the
retry.manual.permit_on_passed
default setting be flipped so that one doesn't have to waste the resources of doing a whole build when there's only a single step of interest?The text was updated successfully, but these errors were encountered: