From owner-freebsd-hackers@freebsd.org Fri Feb 24 17:35:19 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 9172BCEB50A for ; Fri, 24 Feb 2017 17:35:19 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-yw0-x22e.google.com (mail-yw0-x22e.google.com [IPv6:2607:f8b0:4002:c05::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 4EE2A1DD9 for ; Fri, 24 Feb 2017 17:35:19 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-yw0-x22e.google.com with SMTP id q127so12951697ywg.0 for ; Fri, 24 Feb 2017 09:35:19 -0800 (PST) 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:content-transfer-encoding; bh=Cs/FPbq5gMH+R5w7C6ifOeb3Ycb51o31zKZAXPikec8=; b=frZzHTHek1zcd/rit49n7dT3Kxtgl2NixIgN1BMq6Uw4+NqphBfSewx3yCkkV9x6XJ 9alnBY2aHe9HbgSeX5fUHgOBBFDRZIaQzC45nxc4LAn1EJviAIwI9S0DTipgDbP7LzKN yJOgfGLiKxlIu+0OzCVLkMycUJPocpj18VE6zxbsidfGw6wDc7cCKtkRmtGBfyPwTw8c ldsz/NF/nSffPQlgaDZub3eUsQ5SylTtCX2fVmNNv/rV2SvDODPAro3hQgCa+UNRZfwh VwAz6/ebkX3QpPxG+ON1SWUcKYXHzsvSEr8vgfXYqGxw1V3thbd0RjTTX+GSXB/URgxl /CnQ== 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:content-transfer-encoding; bh=Cs/FPbq5gMH+R5w7C6ifOeb3Ycb51o31zKZAXPikec8=; b=iLDb6SGCC9gLD+H5a+qQbdRXt8V+taABkeTAhY/2del/RC2VC4O6qeZ/GFDdzPH+sQ NEaWTgPBQkU7w2iHJIib4lNcLlKLkGREm1oi8I6zUAajfY93PaRcNmJILIujMZtXQkas 6STAgdAf/GK0gNlVLgGab7yDfWbwWNIqDAOK2OyzWzxW4W8kxDBiPTODZ+252ilA6GWi 7jYdPryiykQPoC6jOXAZoNfiYJirhODMryjs5GIYPquCJP21209bkL0agFH44Zf6j7Im mTWkLuDcstpQmE23X+d9BHEKRH+Xmre/eGXK4H6sLhcWXmO+S3+YKKbzLhovhIK5AnCm wQhw== X-Gm-Message-State: AMke39kJIwWcAN2KCXJWKg+iPIsPzCN7z+88vLLXJbViCs7kBOOJ81zoLno2Y8zSQmNBL2l5NT8YP2JRVilLYg== X-Received: by 10.129.68.31 with SMTP id r31mr2309102ywa.307.1487957718421; Fri, 24 Feb 2017 09:35:18 -0800 (PST) MIME-Version: 1.0 Sender: asomers@gmail.com Received: by 10.129.38.133 with HTTP; Fri, 24 Feb 2017 09:35:17 -0800 (PST) In-Reply-To: <20170224112613.GA31394@abeing> References: <91A98293-35F0-4C27-993D-01F40B28B92E@computing.com> <20170224112613.GA31394@abeing> From: Alan Somers Date: Fri, 24 Feb 2017 10:35:17 -0700 X-Google-Sender-Auth: e4lQtEXE9MkSfWKDx0UstBjB410 Message-ID: Subject: Re: TravisCI vs BuildBot vs Bamboo vs Jenkins To: Iblis Lin Cc: Jim Rowan , "freebsd-hackers@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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, 24 Feb 2017 17:35:19 -0000 Iblis, that's exactly what I'm looking for. I think I'll try copying your setup when I'm ready, which will probably be in about a month. I like that Buildbot is thriftier with RAM than Jenkins, and I know Python decently well. Iblis's Github integration looks good too. Thanks for all the advice, everyone. -Alan On Fri, Feb 24, 2017 at 4:26 AM, Iblis Lin wrote: > On Wed, Feb 22, 2017 at 11:12:14AM -0700, Alan Somers wrote: >> I think I need to emphasize more that the key feature for me is Github >> integration. I want to use one of these tools with a project that is >> hosted in Github. It's not my project, so I can't move it even if I >> wanted to. WJW's example gets half of the integration I would like; >> he shows how Jenkins can pull information out of Github. But it >> doesn't show how to push information back into Github. Does anybody >> have any examples of using Jenkins, Bamboo, Buildbot etc to push build >> pass/fail notifications back into Github? >> >> -Alan >> _______________________________________________ >> freebsd-hackers@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-hackers >> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.or= g" > > Just found this: https://github.com/buildbot/buildbot_travis > > -- > Iblis Lin > =E6=9E=97=E5=B3=BB=E9=A0=A4