Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 68829 invoked from network); 14 Aug 2007 11:55:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Aug 2007 11:55:56 -0000 Received: (qmail 8626 invoked by uid 500); 14 Aug 2007 11:55:54 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 8538 invoked by uid 500); 14 Aug 2007 11:55:54 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 8478 invoked by uid 99); 14 Aug 2007 11:55:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Aug 2007 04:55:53 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Aug 2007 11:56:07 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B69BB7141EE for ; Tue, 14 Aug 2007 04:55:32 -0700 (PDT) Message-ID: <13881126.1187092532737.JavaMail.jira@brutus> Date: Tue, 14 Aug 2007 04:55:32 -0700 (PDT) From: "Yuri Dolgov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-4350) [site]Script for automatic generation of talbe with snapshots info (testing results, download path, etc) In-Reply-To: <25141479.1183626244709.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/HARMONY-4350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuri Dolgov updated HARMONY-4350: --------------------------------- Attachment: script_with_caching.zip This is updated version of the script which includes caching mechanism and can parse testing results of two types: 1. status.txt with direct results of a testsuite (passed or failed) 2. JUnit tests results stored in overview-summary.html Mini help: 1. The testing results could be downloaded from multiple sources, to add new source you should add new element in the list: @test_results_links 2. You can also use proxy server by defining variable $proxy 3. Testing results are only downloaded for testsuites stored in hashmap: %testsuites (key of the hashmap is the name of the folder with results, value - is title of the testsuite) 4. You can also set desired interval for snapshot results to be updated, after which testing results for the snapshot won't be updated > [site]Script for automatic generation of talbe with snapshots info (testing results, download path, etc) > -------------------------------------------------------------------------------------------------------- > > Key: HARMONY-4350 > URL: https://issues.apache.org/jira/browse/HARMONY-4350 > Project: Harmony > Issue Type: New Feature > Components: Website/Documentation > Reporter: Yuri Dolgov > Assignee: Mikhail Loenko > Attachments: script.zip, script_with_caching.zip > > > This script aoutomatically downloads data from http://people.apache.org/builds/harmony/snapshots to find all the snapshots available and > checks the testing results in correspondend folder in http://people.apache.org/~smishura and than creates tables with summary info. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.