From owner-freebsd-hackers@freebsd.org Wed Feb 22 18:03:54 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 E2A68CE9F3E for ; Wed, 22 Feb 2017 18:03:54 +0000 (UTC) (envelope-from jmr@computing.com) Received: from shiny.computing.com (67-198-16-23.static.grandenetworks.net [67.198.16.23]) by mx1.freebsd.org (Postfix) with ESMTP id BE2B51935 for ; Wed, 22 Feb 2017 18:03:54 +0000 (UTC) (envelope-from jmr@computing.com) Received: from shiny.computing.com (localhost [127.0.0.1]) by shiny.computing.com (Postfix) with ESMTP id 1314E33C2C for ; Wed, 22 Feb 2017 11:57:34 -0600 (CST) X-Virus-Scanned: amavisd-new at computing.com Received: from shiny.computing.com ([127.0.0.1]) by shiny.computing.com (shiny.computing.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JOk4dJ5XE6l1 for ; Wed, 22 Feb 2017 11:57:32 -0600 (CST) Received: from shiny.computing.com (localhost [127.0.0.1]) by shiny.computing.com (Postfix) with ESMTP id 76D4B33C2B for ; Wed, 22 Feb 2017 11:57:32 -0600 (CST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=computing.com; s=computing; t=1487786252; bh=N2Co+MUDKpETtMAC8ey+DuBIcIx2NiDTpbgIjg+ZWF0=; h=Subject:From:In-Reply-To:Date:References:To; b=L+T+8EnANU1IMVDdeJjXqDRlVA42f6ekLTQAcE46oelGhRyJDMJQXwjPbaIL62wmx Q+SMtqKkSJNroma/6557t9GQuxuyXlLofeNeShtaXRq742Q1vEHuc/q+OtbMYQDcRQ 4CXds740Cu9fTy9XrVb/TCIBoVAEErECllSufaSE= Received: from jmr@computing.com by shiny.computing.com (Archiveopteryx 3.1.3) with esmtpsa id 1487786250-59553-59552/7/142; Wed, 22 Feb 2017 11:57:30 -0600 Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 Subject: Re: TravisCI vs BuildBot vs Bamboo vs Jenkins From: Jim Rowan In-Reply-To: Date: Wed, 22 Feb 2017 11:57:28 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <91A98293-35F0-4C27-993D-01F40B28B92E@computing.com> References: To: freebsd-hackers@freebsd.org X-Mailer: Apple Mail (2.1878.6) 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: Wed, 22 Feb 2017 18:03:55 -0000 I like buildbot. It is more programmable, and probably much easier to = extend in the case that the build-in paradigms don=92t quite do what you = would like. I think this makes it more suitable for large or complicate= d/unusual systems. Implemented in python, and the configuration is = also written in python (and thus nicely lives in git/svn/whatever =97 I = can=92t even imagine choosing a CI system in which the config can=92t be = properly managed!!). Runs everywhere python runs, including windows = (either with cygwin or native).=20