From owner-freebsd-testing@FreeBSD.ORG Mon Oct 13 06:14:49 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 5DCCF5AE; Mon, 13 Oct 2014 06:14:49 +0000 (UTC) Received: from mail-la0-x233.google.com (mail-la0-x233.google.com [IPv6:2a00:1450:4010:c03::233]) (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 82ACC27D; Mon, 13 Oct 2014 06:14:48 +0000 (UTC) Received: by mail-la0-f51.google.com with SMTP id ge10so6093050lab.10 for ; Sun, 12 Oct 2014 23:14:45 -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=SXY9olLNRdQmN9wXDYsUB8DP+E9zWbp/iPgWRwEL9Iw=; b=LDHy7GQBX+jFUHphUkg+b9h8jj/uSHsLqmM7SFpieMcWPzrnxys7bQfyfFxbhx2yJu nbgRRqbgjIU5oXqpQZL0TtGXWB7DXRbe999id6UWxB09Qm/k+A3+P3g+gnUyUHSxEFu6 VBflNgyL5hRhlHZRhkpZY84lb/fy25wTAL7A1LJG59HXf+VioEXhhfqqS8L5g7Y0ZHhX PmgtynqZ0s14hESRt7+9rMBVdLuJUbn2tSSU+6R7ajLDVIGKMmjYeNSi2XZvrsbJWZYa wj19ctCQvn35gTHd4Pf0tv4gLBffTQYWL3QYkM2XbMQJ3f5FKuME0v++WLgrh7mP0NVs PqFg== MIME-Version: 1.0 X-Received: by 10.112.52.165 with SMTP id u5mr1166163lbo.80.1413180885134; Sun, 12 Oct 2014 23:14:45 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.131.66 with HTTP; Sun, 12 Oct 2014 23:14:45 -0700 (PDT) Date: Sun, 12 Oct 2014 23:14:45 -0700 X-Google-Sender-Auth: x4hPCYLIElEluSbZGKUNjM4-9C0 Message-ID: Subject: Automatically running /usr/tests on stable/10 branch under Jenkins From: Craig Rodrigues To: FreeBSD stable Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-testing@freebsd.org" , "freebsd-virtualization@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: Mon, 13 Oct 2014 06:14:49 -0000 Hi, I have created this Jenkins job, which you can see a graphical representation of: https://jenkins.freebsd.org/jenkins/view/FreeBSD_src_stable/job/FreeBSD_stable_10/848/BuildGraph/ (1) does a buildworld/buildkernel on amd64 when someone checks new code into the stable/10 branch (2) Creates a bootable UFS image with makefs (3) Boots the image under bhyve (4) Runs these commands inside the bhyve VM: cd /usr/tests kyua test kyua report-junit --output=test-output.xml (5) Shuts down the bhyve VM (6) imports test-output.xml into Jenkins. You can see a full test report here: https://jenkins.freebsd.org/jenkins/job/FreeBSD_stable_10-tests/4/testReport/ We already do the same thing for CURRENT. Hopefully by running the tests regularly, we can help improve the quality of FreeBSD. -- Craig