From owner-freebsd-testing@FreeBSD.ORG Fri Nov 28 19:32:43 2014 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 22149A5D for ; Fri, 28 Nov 2014 19:32:43 +0000 (UTC) Received: from mail-la0-x22f.google.com (mail-la0-x22f.google.com [IPv6:2a00:1450:4010:c03::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B1BD79FF for ; Fri, 28 Nov 2014 19:32:42 +0000 (UTC) Received: by mail-la0-f47.google.com with SMTP id hz20so6180525lab.34 for ; Fri, 28 Nov 2014 11:32:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=z+JUc0UVK6OvRYb+EZANlRzF0XdunegivILo/PFfm1w=; b=BfjUPdRsM6dRznS9hs1hmbVF2be4o5FZDC/+V4A7EYFnzXj7wIyt4F/ZQcunDS6Sb9 Ot1cg48iShKrpiC2MsvrRshhNK5lP6cnKzWyd3lTf212vulIy8rMhPqVCpDzapLfZFS1 OxLGrMDDjduNOJ41MpHlVDo7RDUoQHyJ1uEW5uTRI7urhkrbOHBPOEQknYRpvB6F2rY7 U+lzyg0gxO2x6ldkFL0oi8ycG0NROGOeyzAzf8FWda29ZfoLUVyAqaM0/K6n1xA+z29v Tj7XWKyhq739zNpph5zASgH0r9Zh3t1lxv0+iW9DyeZN1kko906xfJMWHO9TNnODHCtC 6l8A== MIME-Version: 1.0 X-Received: by 10.152.23.9 with SMTP id i9mr23804824laf.81.1417203160720; Fri, 28 Nov 2014 11:32:40 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.112.130.168 with HTTP; Fri, 28 Nov 2014 11:32:40 -0800 (PST) In-Reply-To: <8396AB70-4C1F-420A-9BC6-7B832EF91427@getsnappy.com> References: <3B1C0F30-6F75-4095-9347-9053F7F2A8A2@getsnappy.com> <5249371E-629C-4026-A220-60764A8B70C4@getsnappy.com> <177951AE-71AD-4107-85A8-F8089D164514@getsnappy.com> <8396AB70-4C1F-420A-9BC6-7B832EF91427@getsnappy.com> Date: Fri, 28 Nov 2014 11:32:40 -0800 X-Google-Sender-Auth: USVIBSLhWfc1xQpSdYRtMgi8WuQ Message-ID: Subject: Re: Call for Help: openjdk8 tests under Continuous Integration From: Craig Rodrigues To: Brian Gardner Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-testing@freebsd.org" X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2014 19:32:43 -0000 On Fri, Nov 28, 2014 at 10:36 AM, Brian Gardner wrote: > Hi Craig, > I've have some scripts setup. The jtreg produces an xml file for each > jtreg test and a browsable html structure. The process is made up a two > scripts that aren't very robust at the moment. The first script starts up > poudriere jail with the testport -I openjdk8 options, copies the second > script and jtreg into the jail, executes it inside the jail, then shuts > down the jail. The second script just executes jtreg for each subsystem > within openjdk that has tests with the appropriate arguments. > > I might need to modify the scripts depending on how we integrate them into > Jenkins. Is there somewhere I should commit these too? What are the next > steps to integrating them? > Thanks for working on this. I think that the XML output you posted looks like JUnit XML, so this will make it a lot easier to integrate into Jenkins. If you are familiar with how to fork a github repo and do a pull request, then the next steps would be: (1) Fork the https://github.com/freebsd/freebsd-ci repo. (2) Make a directory in this repo: scripts/java (3) Put your scripts in that directory (make sure that all your files have a copyright, preferably 2-clause BSD), and commit and push to github. (4) Do a pull request We can then integrate that into the main freebsd/freebsd-ci repository, and do the final work of integrating into Jenkins. -- Craig