On Monday, June 16, 2014 5:03:41 AM UTC-7, Jun Omae wrote: > > On Sat, Jun 14, 2014 at 4:24 PM, RjOllos <[email protected] <javascript:>> > wrote: > > On Tuesday, June 10, 2014 4:21:33 PM UTC-7, Jun Omae wrote: > > Jun, I added you as an admin on my drone.io project so that we can work > > together on evaluating the build script if you want. I already grabbed > your > > latest build script, which was much more complete than mine, and added > it to > > the project. > > Thanks, Ryan. > > I've tried to add postgres and mysql to the build, but I got "Maximum > build time exceeded" error. > https://drone.io/github.com/jun66j5/trac/13. > > A build cannot exceed 15 minutes on free tier, according to "Limits" > section in http://docs.drone.io/buildscript.html. >
I suppose we could contact them and ask if they are willing to loosen the restrictions for an open source project. Given the limited Python versions though, I'm hoping we can find a better solution. I might write-up our findings as a blog post since it would be a useful way to give them feedback and maybe get some input from other open source projects. I recall first reading about drone.io in a blog post by Anatoly. Let's also see what TravisCI can do. Another solution would be to just setup buildbot, jenkins or similar on the edgewall server. We could run the slaves on the server if there is enough resources, and also allow users that want to contribute slaves to run the build on various platforms. Even with the limited amount of testing that is being run at the moment, it is really nice and provides confidence to get the "Build Succeeded" notices by email. It should at least catch the worst errors, such as forgetting to commit a newly added file. -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-dev. For more options, visit https://groups.google.com/d/optout.
