-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BLD: Travis dedup via webhooks #12438
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
Comments
oh that looks nice. ok i'll try this when I have some time. |
ok I setup this webhook, let's monitor and see if this works |
that was me :) sometimes I cancel the dups |
For inspiration, there is a script in this PR on conda-forge to do something like this: conda-forge/staged-recipes#2257 |
that's nice will steal! |
https://blog.travis-ci.com/2017-03-22-introducing-auto-cancellation on the day we push this feature....hahah |
That's a timing :-) Question is if they still run all jobs of a build once one job is started. Because if not, the script still has some use. |
actual what they have is very nice the script has to launch and it individually cancels - takes about 1 min per |
and their feature allows cancellation on your own branch as well :> |
closes pandas-dev#12438 Author: Jeff Reback <[email protected]> Closes pandas-dev#15780 from jreback/dedupe and squashes the following commits: 64f217e [Jeff Reback] replace . by space b6f2a62 [Jeff Reback] formatting 0c33d9b [Jeff Reback] tests commit 24f6ae6 [Jeff Reback] CI: fast finish travis builds for the same PR
Came across this just now https://github.com/grosser/travis_dedup
It sounds like it cancels old builds on a PR. It works via github webhooks.
The text was updated successfully, but these errors were encountered: