Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to restart build of any state #2394

Merged
merged 1 commit into from
Apr 7, 2018

Conversation

delfer
Copy link

@delfer delfer commented Apr 5, 2018

Build in any state can be restarted.
If it was an error - external environment (dependencies) can changes till now.
If build already running/pending - it is not a problem to schedule new build.

@CLAassistant
Copy link

CLAassistant commented Apr 5, 2018

CLA assistant check
All committers have signed the CLA.

server/build.go Outdated
case model.StatusPending,
model.StatusRunning,
model.StatusDeclined,
model.StatusBlocked,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we might want to keep Declined and Blocked since this typically indicates a build has a security-related change that needs manual evaluation. But otherwise, we should be able to remove all others.

@delfer
Copy link
Author

delfer commented Apr 6, 2018

@bradrydzewski, PR updated: error on StatusRunning and StatusBlocked retrieved.

@bradrydzewski bradrydzewski merged commit 923dcec into harness:master Apr 7, 2018
@daniel-ac-martin
Copy link

Really keen to get hold of this feature. - Any chance of a release?

@tboerger
Copy link

This will be part of v0.9

@daniel-ac-martin
Copy link

@tboerger: Do you know when v0.9 will be coming? We're still very keen to get hold of this feature.

@tboerger
Copy link

@daniel-ac-martin as usual, when it's done :P but to be serious I can't answer that.

@korigod
Copy link

korigod commented Aug 2, 2018

It's great this commit made its way to v0.8.6, thanks!

@tboerger
Copy link

tboerger commented Aug 2, 2018

True, totally forgot this commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants