[
https://issues.apache.org/jira/browse/COUCHDB-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12621803#action_12621803
]
Michael Hendricks commented on COUCHDB-94:
------------------------------------------
It would be convenient to publish the results of the nightly builds by storing
the results in a CouchDB instance. That would give us a nice, permanent
history of the results. Maybe with documents something like this:
{
"date" : "2008-08-12",
"revision" : "123456", // Subversion revision number
"duration" : "252", // number of seconds required to complete the test suite
"test_count" : "75", // total number of tests
"failed" : [
"conflicts",
"bulk_docs",
]
}
> Set up a buildbot-like continuous integration tool for the CouchDB project
> --------------------------------------------------------------------------
>
> Key: COUCHDB-94
> URL: https://issues.apache.org/jira/browse/COUCHDB-94
> Project: CouchDB
> Issue Type: Task
> Components: Infrastructure
> Affects Versions: 0.8
> Reporter: Jan Lehnardt
> Fix For: 1.0
>
>
> We need continuous integration.
> We need to find out if the ASF provides that and if it does, how we can use
> it. If not, we need to look for alternatives.
> This is up for grabs, if you want to take care of that, assign this task to
> yourself.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.