From owner-freebsd-testing@FreeBSD.ORG Fri Jun 13 21:00:18 2014 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9827EA00; Fri, 13 Jun 2014 21:00:18 +0000 (UTC) Received: from mail-la0-x231.google.com (mail-la0-x231.google.com [IPv6:2a00:1450:4010:c03::231]) (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 BE99125A9; Fri, 13 Jun 2014 21:00:17 +0000 (UTC) Received: by mail-la0-f49.google.com with SMTP id gf5so1192384lab.22 for ; Fri, 13 Jun 2014 14:00:14 -0700 (PDT) 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=5lghiJZqQCj8Re8+kBOATJPc/qwPXUv9BJJwLVYCU50=; b=ETtKA+79RXSOEjaVdMV8d6xxrPwM1qLfK1PEKzCAv6cTePg1WtAqqi9w3qU5Qd8LRL 7yJsncQT0dqNrRwDtb2L+8caHk64o17/dHYswCzkbwMxK3h0uonDtrcWU3kNZ3uN8VxP Oy/ZV50+UPDfhUZ5A5gTcIv4iL+5OPlCb/rVefyTIHndJznMUrHeTX8GSqe0zCZ6QNoo deTMtvtNwqfi1RhOwpRMKoq9BQVkO++luW4MItkWi622C/bgRYvfcQKOTJNlr1iYbI3r pIZnx4fd0/LR1syK14YHXTFi6n4j1MpI3oxgkH86mFotaJnCQotRDVARX5M48xWdbFXQ qQ8w== MIME-Version: 1.0 X-Received: by 10.152.19.162 with SMTP id g2mr76569lae.71.1402693214745; Fri, 13 Jun 2014 14:00:14 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.67.73 with HTTP; Fri, 13 Jun 2014 14:00:14 -0700 (PDT) In-Reply-To: References: Date: Fri, 13 Jun 2014 14:00:14 -0700 X-Google-Sender-Auth: ifOhgw0W1BgfvM06bOSUmJCv4yw Message-ID: Subject: Re: Kyua + Jenkins integration From: Craig Rodrigues To: Alan Somers Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-testing@freebsd.org" , "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: Fri, 13 Jun 2014 21:00:18 -0000 On Tue, Jun 10, 2014 at 8:44 PM, Alan Somers wrote: > On Tue, Jun 10, 2014 at 7:49 PM, Craig Rodrigues wrote: > But I do see one problem: there's no message for why a > test was skipped. Plain "kyua report" will give an explanation like > "skipped: required configuration variable Foo was undefined". But > that doesn't show up in the Jenkins output. > > -Alan I took Julio's latest version of kyua, and regenerated the test result. Now it includes the reason why a test was skipped: https://jenkins.freebsd.org/jenkins/job/Kyua_Integration/10/ -- Craig