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

Enabling fast-finish on CIs #123

Closed
jakirkham opened this issue Nov 9, 2018 · 5 comments
Closed

Enabling fast-finish on CIs #123

jakirkham opened this issue Nov 9, 2018 · 5 comments
Milestone

Comments

@jakirkham
Copy link
Member

AppVeyor and Travis CI have features for fast finishing CI builds. Namely if one pushes a couple commits right after one another, the older builds will be cancelled automatically (assuming they haven't already started). Enabling this should help lighten the CI load and keep things moving at a reasonable pace.

@jakirkham
Copy link
Member Author

FTR this should be as simple as flipping a couple switches. Mainly opened this to see if we agreed with the suggested change or not.

@alimanfoo
Copy link
Member

alimanfoo commented Nov 30, 2018 via email

@jakirkham
Copy link
Member Author

For Travis CI, this blogpost is pretty informative. For AppVeyor, this doc is pretty helpful. In both cases, we probably want to limit it to PRs. They both have settings for this.

@alimanfoo
Copy link
Member

Awesome, thanks @jakirkham.

@jakirkham
Copy link
Member Author

Believe GitHub Actions (which we use now) already has this enabled. Closing this out.

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

No branches or pull requests

2 participants