From owner-freebsd-testing@FreeBSD.ORG Fri Apr 17 13:26:36 2015 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 486B37C0; Fri, 17 Apr 2015 13:26:36 +0000 (UTC) Received: from mail-ig0-x233.google.com (mail-ig0-x233.google.com [IPv6:2607:f8b0:4001:c05::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 13037FDF; Fri, 17 Apr 2015 13:26:36 +0000 (UTC) Received: by igblo3 with SMTP id lo3so11308737igb.1; Fri, 17 Apr 2015 06:26:35 -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:from:date:message-id :subject:to:cc:content-type; bh=T1A+pJkemFiMY29Ch3KlvV9knHSzDFGlXQu+PjWas/s=; b=j4uVyAEDEI64UcatProaohk4ifnU/flVpo0XfEVBrhCyZEKH/i3SPFO2u31oKkvtzM GSZ+kuTBTjFtfnbbGBRHZB++ElLp77cKe1FLG8ZV1mm52pKTCA9IQ6i1UZihU2yL2Gs7 TVoXbNK2ZdP+1bDq/LsoeMpOTbrlgbgCMt2JEaKui5q4/FnzG+1W1ak+nuc6ATrkRUeU +9C61Cp5VVlovlaVS9bENflql66NckScraYFlF3gAvcUstvb6OlpXqIGuS4zSSUub6wF d3f4iOp8iXHd3/mD8+sGMpiZWOBBhIQg6/XnDLC05r1jWHiKvlpnjqIvRL8StuK+KYyv V1wg== X-Received: by 10.107.30.135 with SMTP id e129mr3774033ioe.26.1429277195464; Fri, 17 Apr 2015 06:26:35 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.48.3 with HTTP; Fri, 17 Apr 2015 06:26:14 -0700 (PDT) In-Reply-To: References: From: Ed Maste Date: Fri, 17 Apr 2015 09:26:14 -0400 X-Google-Sender-Auth: 57yjKb3SXATj5ymeZVKdkVPpXlo Message-ID: Subject: Re: Adding FreeBSD/arm64 Jenkins build / QEMU job To: Li-Wen Hsu Cc: "freebsd-testing@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Apr 2015 13:26:36 -0000 On 17 April 2015 at 02:26, Li-Wen Hsu wrote: > > I've just done one: > > https://jenkins.freebsd.org/job/FreeBSD_HEAD_arm64/ > > The build step is quite straightforward: > > https://github.com/freebsd/jenkins-config/blob/db9c27cc6460f68278c42ece9d6574028c26a211/jobs/FreeBSD_HEAD_arm64/config.xml#L44-L48 > > Is this what you want? If so, we can also set this build to mail > results to freebsd-arm list. Thanks! The freebsd-arm list is a good destination for now - we're still trying to decide if a separate arm64 list is needed. Very soon we'll be able to extend this to build a QEMU image and boot-test, but this build job is a great start. -Ed