From owner-freebsd-testing@FreeBSD.ORG Wed Jun 11 01:49:33 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9FF0D7C0; Wed, 11 Jun 2014 01:49:33 +0000 (UTC) Received: from mail-lb0-x236.google.com (mail-lb0-x236.google.com [IPv6:2a00:1450:4010:c04::236]) (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 01FFB2970; Wed, 11 Jun 2014 01:49:32 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id z11so4469361lbi.13 for ; Tue, 10 Jun 2014 18:49:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:cc:content-type; bh=2tIZ+aoo/Bri5aAOd3kDwgXKynS/KPCQjc3SumDS+lk=; b=NUgxedfujtQqBWoakyyxHbWu/hPOZGsAmRSbZV7h4SGXpoD7Zhlj7zMA9Xm+4weL12 QNtrqE8NayFrQHG+k4Mbr6Oxsb/5iXZ35FCp59CgTjqXDQlIhs1QUYKVxcfGjfstpHQU e8fX5EjBYTQRHsoWWKJ5HpB3U1ljNX6t+5FmuZ+Wt3+Lt7GqtSf75y8yMlajVJIOjh1C Uv5vhuA8ZWdPt31Nuego4Wi2NqjXvyx1iDF0mCGruC3Sb5o9HLAaq27jZLtpemldV3Af mxFdYhmiYTsUR/xSBiLoTBv9d0GfjGfCeL7FqmxUjG5c9SdmPqPbF/sRC+vHIXsphFML D66A== MIME-Version: 1.0 X-Received: by 10.112.159.7 with SMTP id wy7mr24201563lbb.4.1402451370597; Tue, 10 Jun 2014 18:49:30 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.67.73 with HTTP; Tue, 10 Jun 2014 18:49:30 -0700 (PDT) Date: Tue, 10 Jun 2014 18:49:30 -0700 X-Google-Sender-Auth: dbIhXntFGtS8JRwky9CSHlRoVAw Message-ID: Subject: Kyua + Jenkins integration From: Craig Rodrigues To: "freebsd-testing@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 Cc: "jenkins-admin@freebsd.org" X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2014 01:49:33 -0000 Hi, At BSDCan 2014, I met with Julio Merino, and we discussed how we could better integrate Kyua and Jenkins. To summarize, Julio modified Kyua, so that someone can do: kyua test (runs the tests) kyua report-junit (creates test output in JUnit XML format) The JUnit XML can be directly imported into Jenkins, which has a UI for reporting the status of tests. I ran the Kyua tests in the /usr/tests directory in FreeBSD and imported the output into Jenkins here: https://jenkins.freebsd.org/jenkins/job/Kyua_Integration/5/testReport/ This is a significant milestone! We will definitely build on this moving forward Thanks to Julio for working on the code, and blogging about it here: http://julipedia.meroh.net/2014/05/refocusing-kyua-maybe.html -- Craig