From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id 58A6920958 for ; Thu, 23 Mar 2017 20:41:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756064AbdCWUlT (ORCPT ); Thu, 23 Mar 2017 16:41:19 -0400 Received: from cloud.peff.net ([104.130.231.41]:50590 "EHLO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752316AbdCWUlS (ORCPT ); Thu, 23 Mar 2017 16:41:18 -0400 Received: (qmail 18771 invoked by uid 109); 23 Mar 2017 20:41:16 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.84) with SMTP; Thu, 23 Mar 2017 20:41:16 +0000 Received: (qmail 11090 invoked by uid 111); 23 Mar 2017 20:41:30 -0000 Received: from sigill.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.7) by peff.net (qpsmtpd/0.84) with SMTP; Thu, 23 Mar 2017 16:41:30 -0400 Received: by sigill.intra.peff.net (sSMTP sendmail emulation); Thu, 23 Mar 2017 16:41:14 -0400 Date: Thu, 23 Mar 2017 16:41:14 -0400 From: Jeff King To: Junio C Hamano Cc: Lars Schneider , Johannes Schindelin , git@vger.kernel.org Subject: Re: [PATCH v1] travis-ci: build and test Git on Windows Message-ID: <20170323204114.ui7jqrd3guwc3sgl@sigill.intra.peff.net> References: <20170323180134.geoyvq7qbm5vujo6@sigill.intra.peff.net> <20170323191721.7r5vrixtnx3cngdc@sigill.intra.peff.net> <20170323193823.gxodwqv4eshgtqbc@sigill.intra.peff.net> <3CC8E237-86EA-4F35-A03E-15BED5869403@gmail.com> <20170323202002.lfpuglqawz4ooruw@sigill.intra.peff.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Thu, Mar 23, 2017 at 01:30:41PM -0700, Junio C Hamano wrote: > >> We can blacklist these branches with a regex in the travis.yml: > >> https://docs.travis-ci.com/user/customizing-the-build#Building-Specific-Branches > > > > I had a feeling it might be something like that. So we would all need to > > agree on the convention for WIP branch names. If other people like the > > idea, I'm happy to make a patch, but I don't want to impose my own weird > > conventions on everyone else. > > I can go with any convention, but I'd be more pleased if you made > sure that "do not build this with CI" and "this is WIP" are kept as > two separate concepts, as I can see having some WIP that I do want > to get tested. > > Perhaps a substring "/noci-" anywhere in the branch name, or > something silly like that? Hrm, most of the point for me was _not_ having to define the two concepts separately. Let me try it for a while with "[ci skip]" in the tip commit subject, and see how painful I find that. My goal is eventually to turn on notifications, so I'd quickly be reminded if I forgot such a marker. -Peff