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

Avoid running a lot of builds for a project in a row #932

Merged
merged 1 commit into from
Mar 4, 2019

Conversation

rocketeerbkw
Copy link
Member

@rocketeerbkw rocketeerbkw commented Mar 4, 2019

Checklist

  • Affected Issues have been mentioned in the Closing issues section
  • Documentation has been written/updated.
  • Changelog entry has been written

after merging multiple PRs into develop, multiple builds will be triggered on openshift. we should find a way to cancel previous builds. pls provide feasible solutions how openshift could handle that. thanks

Openshift has a BuildConfig RunPolicy of SerialLatestOnly which is designed for this use case.

Changelog Entry

Improvement - Avoid running a lot of builds for a project in a row

Closing issues

N/A

@Schnitzel Schnitzel merged commit 486c2fd into master Mar 4, 2019
@rocketeerbkw rocketeerbkw deleted the RAS-2205-cancel-previous-builds branch March 25, 2019 21:38
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

2 participants