From owner-freebsd-hackers@freebsd.org Fri Jul 28 22:32:22 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 7320BDD18B6 for ; Fri, 28 Jul 2017 22:32:22 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-wr0-x22e.google.com (mail-wr0-x22e.google.com [IPv6:2a00:1450:400c:c0c::22e]) (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 062867507A; Fri, 28 Jul 2017 22:32:22 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-wr0-x22e.google.com with SMTP id k71so106120127wrc.2; Fri, 28 Jul 2017 15:32:21 -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=AmY0cRVxxHS5b2UtMVqTAO8Ip1gEjmRGnaCvT2Lqs0I=; b=IzXtjVOlPc2s7oaG1LtfT7l6ikb5RohhpaeuWRTJDc+4han+IHZH+9EdsTdOaJWDTY pFbLrr88A7auUORE0ecdq2gNQrQcXMFZea3upD6VJaC2uzjJR1YKPoOQH0UPJQxOwtJP 4sxrFB1fBBl2z6QGY1Y/h92eQ1O0519WH8wAqfCZb9Li6B3B88ebBWAzfcrW4WK/Lj5P 02eobSpwVpeRfzD1H5bEygnCjdXB0osIiYWKWkf1rF+0fVFr/g/ifQmTp76yYhhBwRpG Vdx9yPmRJi5eb3vDpOhtjQMOA8ig73PzZ1MhGRDB8dozNWZxP2YV+DUxK4HYZxADz/AK SFiQ== 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=AmY0cRVxxHS5b2UtMVqTAO8Ip1gEjmRGnaCvT2Lqs0I=; b=jBFLYGOjOkhO0WPbluiHzn/CQ1sR4wRWrVlogLzOtZ907Db6qNk9kUX/3HdwaoVKmq /glZ/YTBrHISoHGbr0EEoT5Lv67zakbJiv8XxJUiCZbTQRM1IxbATLwav4mpF21RyKkc hA74ps/VCih14trHGpM4j8hLUf3igQnvYJa2a2RjsPSM7/3r/co6meqBex1O2kRLJjMc QuZb9qXtjvFWb9GYui8U9ZiR0Pf8LiAXmsfc7brJqM79zcpSoYi6cAxWMhrRnVnESKAV bhfMqYffH59UtKjUduZrcutF1owqpWT7WI+OoMmIuYn0G/AXknUuNsrbAwMfOQsl/R5b jOow== X-Gm-Message-State: AIVw1109eKrwhBN17aXks+kKveHs5G4m26j8dDV3pwiMOzsKiysbQSW3 7TqlyMOFYRkqhvB6ECoPA5mJsoUQpw== X-Received: by 10.223.136.78 with SMTP id e14mr6715377wre.84.1501281139371; Fri, 28 Jul 2017 15:32:19 -0700 (PDT) MIME-Version: 1.0 Sender: asomers@gmail.com Received: by 10.28.208.3 with HTTP; Fri, 28 Jul 2017 15:32:18 -0700 (PDT) In-Reply-To: References: From: Alan Somers Date: Fri, 28 Jul 2017 16:32:18 -0600 X-Google-Sender-Auth: FaJcikXhNa_wROlYJvwoRtfZPp0 Message-ID: Subject: Re: CFT: CI for GitHub on FreeBSD To: Ed Maste 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 22:32:22 -0000 On Fri, Jul 28, 2017 at 1:56 PM, Ed Maste wrote: > 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. Cool! I had actually looked at using pmem at one point, though I eventually decided against it. Are the build and test instructions the same for FreeBSD as for Linux? -Alan