From owner-freebsd-hackers@freebsd.org Fri Jul 28 19:56:38 2017 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A0EBDCD497 for ; Fri, 28 Jul 2017 19:56:38 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-it0-x234.google.com (mail-it0-x234.google.com [IPv6:2607:f8b0:4001:c0b::234]) (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 C7F186E5AB; Fri, 28 Jul 2017 19:56:37 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-it0-x234.google.com with SMTP id v127so102813428itd.0; Fri, 28 Jul 2017 12:56:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=C7PwqqA4bbYBFxLbJSJRjcOPTUccvwlyzWB7s7OKtp4=; b=J+0SGcEtqGvmmwp9dBqG8S0Eee0TTbWZhgYtUsX0+mgJ6AO63nNkyaAL6UhLpomBj3 /0O8vMbKgLK587IQqzhXuG1A3QKf59QVRwDz7bgav5x/Ym17Ws1cXbz3gmkWC5ixAEiR p8fY32RER5QXLIeQcafLujxi4ra8n2CV/ItzSUux8V7/2e183kd+vPmgmlP99OyUd2XF l9YBU48/sgN5GMkmBc0vml46FYR0qS8RIoDkrvIUtG9dkRPqOyj/ZF2E6qIEJbsUS8B8 KxmRFYde6oTpWM76VcCQwMyhsuz4+Pp80E4eQ/Y4u3Kl+ehrTNgwLQ9cpPIpu+M3y0YJ EWgA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=C7PwqqA4bbYBFxLbJSJRjcOPTUccvwlyzWB7s7OKtp4=; b=CSmgO1GRukVtW0srmo8TXPm2xZ/iGERUUjXw7rVL2m3Dnv0u1Kow2599KWJucXIFhx 5GsrIrmQ4pWG6IvzlHtLXcjGCbGoXC2fMBrGGXbO5KewYI8vsk5ElD5fL40HITIMWe1C EH9wpqYWmtMvDfBTDYP3k0iclRdxlhS23tOzPn1lA4GpUd0y6XF1cNYLFyIc8MtKgigq amsJnIQu25tIPf7/tb2C5L8+Vj1JAzxkKCbwK2wFo+f5fLKiAs6AP/vxEgiBNM9Nwtqc DvOEEqaSDvJdJTjHHjIKyt8rDLlYsB5LMh2Q0ZgUnwUldarfAI0lYuBu06iPR54x5JyG +ZkA== X-Gm-Message-State: AIVw111Wt6xRn/bGQlz+SVPG7MIifJEQWF0+6KQNPIH0xytYJ9RjnSXs YcAY8aTkCsYEglz9JIgQWZrN09oh6clq3oU= X-Received: by 10.36.55.22 with SMTP id r22mr10738673itr.71.1501271796875; Fri, 28 Jul 2017 12:56:36 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.24.66 with HTTP; Fri, 28 Jul 2017 12:56:16 -0700 (PDT) In-Reply-To: References: From: Ed Maste Date: Fri, 28 Jul 2017 15:56:16 -0400 X-Google-Sender-Auth: 7ww1IgC0xEzljumSSxFPoVd3IBg Message-ID: Subject: Re: CFT: CI for GitHub on FreeBSD To: Alan Somers Cc: "freebsd-hackers@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jul 2017 19:56:38 -0000 On 27 May 2017 at 13:14, Alan Somers wrote: > I found it mildly frustrating that there was no hosted CI service for > FreeBSD that worked with GitHub projects, so I made my own. You can > see it in action here: > > https://github.com/asomers/mio-aio/pull/6 > * https://162.213.36.222/buildbot/#/builders/2/builds/28 I had a brief look at this while it was up and it looks very slick. I agree that a hosted CI that integrates trivially with GitHub would provide a lot of value to FreeBSD. > The service is pretty much ready for beta testing at this point, as > soon as I get a static IP and a DNS entry. What I need are a few > small projects to test it out. I've been trying to help with the FreeBSD nvml port and would like to nominate it as a test case -- https://github.com/pmem/nvml > What I'd like to have would be a more > up-to-date Docker port. Any takers? Guangyuan (Charlie) Yang, one of my summer co-op students, has been taking a look at Docker on FreeBSD; he and/or I will at least continue the investigation and see what we can do.