Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:105857 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 86667 invoked from network); 7 Jun 2019 13:57:33 -0000 Received: from unknown (HELO mail-vs1-f46.google.com) (209.85.217.46) by pb1.pair.com with SMTP; 7 Jun 2019 13:57:33 -0000 Received: by mail-vs1-f46.google.com with SMTP id b10so902759vsp.5 for ; Fri, 07 Jun 2019 04:09:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=9m074Xh+sYZQ/JAUeGRMExz0l0GUIJGUStfUD1TuPXI=; b=W5XSD4mv8jfqhPy22pNma7YouTOg4RWWEuJGtLgP0l/rh/tgbCZz28iAHDYQjbOh4v 727deexTjyXM6/joaA3dDRAnP+1YQ4A4bhp8SNEczVa7Vt3ZAJsHqmMvNPUzvEKXLkp1 E046oB21lsX4ZlaAMAQhNSUBSX3tq/zu2W2IB1d7mLpfq164CgOtRUGezFTajr2g/duw XihQYZYv8SNHXZWgrX4g9oXK4HGiGZpP5VBt7hd+NmPMB6rPpLvtc/us0NmxEtwYor24 VUg9/K1AxGQA67S98/lpc3WXogTRFVWalQknOSznFl/QaUVWr3gJqUYQpRY0jtY96B+P RI2A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=9m074Xh+sYZQ/JAUeGRMExz0l0GUIJGUStfUD1TuPXI=; b=qPDA9evCGWFXdbhuJeGrkNJuYzIkdI2Z9xWsy6r9ljq0HPqvQrtZkYXLBTb0gWgnrS YsBwhMYR22nTVtFLRDrRO56JuWHBx5kwBthdwhqkx1CcVLKYV8HKqSbY2Nsb9afkIhk9 1z0CBLmmogAQiiOjrzPBkttgwDhM4giKQq13vG5rZysc0wcknKWpkrNCTmWH/NPC6J/r e6aYZTRZ4aBZHhxwoVMVH8V5OLQI7gzZ1zuffVUpTcK5rR8VPXOEjFtQeS/2wkztom7r Kv4eFTW3hGZOpafZJAZ3LIcAcdo18A3g91Za6H3cHFkP+VTj+xN9a9ML+pQ3EjLugEwu PS/Q== X-Gm-Message-State: APjAAAUL6ZNyDnDhDnGsd/yV9CFoqWUTxTbPR3QICgxe7QjtUZraEPl1 QDV4iIPispZu5kNgO1o6oDAvsVNKzthoK6BlC+I= X-Google-Smtp-Source: APXvYqzGdwkDCVgwubpjvrqogc40/UMCaNR6d14e2Q+KFmLWjNSLF5HfGFtrdo3okSLUYAIo6p6O8Lho2A/4v3jAitE= X-Received: by 2002:a67:eb0a:: with SMTP id a10mr26732774vso.42.1559905751064; Fri, 07 Jun 2019 04:09:11 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Fri, 7 Jun 2019 13:09:00 +0200 Message-ID: To: Marco Pivetta Cc: PHP Internals List Content-Type: multipart/alternative; boundary="0000000000002ce884058ab9dcf2" Subject: Re: [PHP-DEV] Using [ci skip] From: krakjoe@gmail.com (Joe Watkins) --0000000000002ce884058ab9dcf2 Content-Type: text/plain; charset="UTF-8" Oh to be absolutely clear, I'm talking about commits that *only* touch these non-source files ... Cheers Joe On Fri, 7 Jun 2019 at 13:07, Joe Watkins wrote: > Hi Marco, > > It wasn't a topic for discussion, it was a request to committers in > php-src. > > We do not need to run CI for NEWS changes, and we can definitely be sure > it doesn't effect the build. > > The same goes for other files like UPGRADING, UPGRADING.INTERNALS ... > > Under normal circumstances these files are not changed by themslves, but > occasionally, we have to correct one of these files and omitting [ci ski] > puts the build behind by up to an hour ... > > Cheers > Joe > > On Fri, 7 Jun 2019 at 13:02, Marco Pivetta wrote: > >> Please avoid doing that: >> >> 1. Commit messages are for humans >> 2. You never know what can break, that's why it's "continuous" there >> (besides religious views around what "continuous integration" means) >> >> On Fri, Jun 7, 2019, 12:51 Joe Watkins wrote: >> >> > Hi all, >> > >> > Just a friendly reminder that when we're committing changes to files >> that >> > do not contain source, test code, or build configuration, it's helpful >> to >> > include [ci skip] in the commit message. Omitting it can put our CI >> quite >> > far behind. >> > >> > Cheers >> > Joe >> > >> > --0000000000002ce884058ab9dcf2--