From couchdb-dev-return-848-apmail-incubator-couchdb-dev-archive=incubator.apache.org@incubator.apache.org Tue Aug 12 13:01:06 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-dev-archive@locus.apache.org Received: (qmail 95832 invoked from network); 12 Aug 2008 13:01:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Aug 2008 13:01:05 -0000 Received: (qmail 16245 invoked by uid 500); 12 Aug 2008 13:01:04 -0000 Delivered-To: apmail-incubator-couchdb-dev-archive@incubator.apache.org Received: (qmail 16201 invoked by uid 500); 12 Aug 2008 13:01:04 -0000 Mailing-List: contact couchdb-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-dev@incubator.apache.org Received: (qmail 16190 invoked by uid 99); 12 Aug 2008 13:01:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Aug 2008 06:01:04 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Aug 2008 13:00:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BD826234C1A4 for ; Tue, 12 Aug 2008 06:00:44 -0700 (PDT) Message-ID: <2100878762.1218546044771.JavaMail.jira@brutus> Date: Tue, 12 Aug 2008 06:00:44 -0700 (PDT) From: "Michael Hendricks (JIRA)" To: couchdb-dev@incubator.apache.org Subject: [jira] Commented: (COUCHDB-94) Set up a buildbot-like continuous integration tool for the CouchDB project In-Reply-To: <1532365772.1215898891667.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ 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.