Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] Is there any way to keep our console logs for longer?

I assume CDT was a typo, the following is for https://hudson.eclipse.org/platform/job/eclipse.jdt.core-Gerrit/

I've increased the "Max # of builds to keep" in the Gerrit job to 20 (like for platform.ui).
No additional space is used for build artifacts, since each job run clears the workspace before starting.
Logs and test results currently use about 45MB per successful build.

I wouldn't turn Hudson into long-term repository for build results, but the goal should be to keep results around for about 2 work days. Longer term storage should be done on the client side if necessary.

Markus




From:        Stefan Xenos <sxenos@xxxxxxxxxx>
To:        "Webmaster(Matt Ward)" <webmaster@xxxxxxxxxxx>
Cc:        "Eclipse JDT Core developers list." <jdt-core-dev@xxxxxxxxxxx>
Date:        2017-01-09 16:21
Subject:        [jdt-core-dev] Is there any way to keep our console logs for longer?
Sent by:        jdt-core-dev-bounces@xxxxxxxxxxx




The CDT builds currently get purged after 10 builds. This is problematic because we often need to refer to the console logs long after the build gets purged.

Presumably, the builds get purged to save the disk space on the build machines - and presumably most of that space is used for the build artifacts, not the console logs. Is there any way to configure the builds to keep console logs for a much longer time duration than the build artifacts themselves?

We could continue to purge the artifacts on the same time scale we currently do, but keep the link to the build itself working, so that links from gerrit continue to work.

I don't know much about setting up hudson, and I was hoping someone else could offer assistance.

  - Stefan

_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jdt-core-dev



Back to the top