Hi Pierre,

Asking around, it's a seems to be a homegrown tool, in Java, on top of Postgres, Tomcat, and JDBC (and probably a pile of other stuff). If it weren't I'd point you to it. As it is, there's probably a good percentage of it that's directly related to our business, and not very general.

I was just trying to point out a way to maybe keep files elsewhere. The same could be done with ShellCommands that copied the files elsewhere, if that were more to Eliot's liking.

Neil Gilmore
grammatech.com

On 2/15/2017 10:03 AM, Pierre Tardy wrote:
>We also use ShellCommands to ship off logs and completion status to a completely different system. That system has a lot better interface, filtering, and searching capabilities, as well as the > ability to generate a lot of the statistics we need. And it keeps a lot of stuff around for much longer than the buildbot database does.

Are you talking about splunk or ELK?
This is a feature that I think makes a lot of sense, and I'd like to see this implemented soon

Pierre

Le mer. 15 févr. 2017 à 17:00, Neil Gilmore <[email protected] <mailto:[email protected]>> a écrit :

    Hi everyone,

    We've been using Postgres with our multi-master system for a while
    now, and so far any problems we've had have NEVER been a problem
    with Postgres.

    We also use ShellCommands to ship off logs and completion status
    to a completely different system. That system has a lot better
    interface, filtering, and searching capabilities, as well as the
    ability to generate a lot of the statistics we need. And it keeps
    a lot of stuff around for much longer than the buildbot database does.


    Neil Gilmore
    grammatech.com <http://grammatech.com>


    On 2/15/2017 2:35 AM, Pierre Tardy wrote:
    Hi Eliot,

    In buildbot Nine, all the log files and build history is now
    stored in the database.
    You can use a separate database server like postgres in order to
    store them outside of your master.
    With the recent move to JWT token, the master does not have any
    state beyond the running build/step state, which is managed as in
    memory python objects.

    Regards
    Pierre


    Le mer. 15 févr. 2017 à 00:41, Elliot Saba <[email protected]
    <mailto:[email protected]>> a écrit :

        Hello there.  I'd like to store my buildbot-generated files
        (build logfiles, all generated state) away from my
        configuration files.  I'd like to do this so that I can
        persist my logfiles and build history separate from my
        configuration within a Docker container.  Is there a
        configuration option I can set to affect this?

        Thanks,
        -E
        _______________________________________________
        users mailing list
        [email protected] <mailto:[email protected]>
        https://lists.buildbot.net/mailman/listinfo/users



    _______________________________________________
    users mailing list
    [email protected] <mailto:[email protected]>
    https://lists.buildbot.net/mailman/listinfo/users

    _______________________________________________
    users mailing list
    [email protected] <mailto:[email protected]>
    https://lists.buildbot.net/mailman/listinfo/users


_______________________________________________
users mailing list
[email protected]
https://lists.buildbot.net/mailman/listinfo/users

Reply via email to