Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:105859 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 44675 invoked from network); 7 Jun 2019 16:55:03 -0000 Received: from unknown (HELO mail-lj1-f175.google.com) (209.85.208.175) by pb1.pair.com with SMTP; 7 Jun 2019 16:55:03 -0000 Received: by mail-lj1-f175.google.com with SMTP id o13so1856418lji.5 for ; Fri, 07 Jun 2019 07:06:43 -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=ODybGJ3ZO9TDtbcGmrdlgefRIL3VRx8p2AOYAIPmAwU=; b=pw6pVx/RoBM8kqWJtwuTYMH7s0ezoM2HkCFTh9DhbjhdnPxxrasMhkGR2Vgh7xUh/W vNZCzd5LMfhAg8uH/+odNpn6XBLb9PxO1tiDycnsm0mFrdsydI6tGoP9nZfToKsKleM6 /uuscI9RmCt4wvAPBXUytjrRnOSvuaTDA/px4i39ccHhxej3jCXUKiFH7eAMeWym4tto h+XTX6O3SCeUlJheP5jMSxnTVxZwqyiprkEZHZbGaB8bPLUBiQNi+8bzzOFCfUQeRgRa 0Nw051ArjzCjujGjkwlVodnr+uv9wW+8MFKLT8+SvTjQEP2e5hQNpdagntAiHXvzfFIh Xm7w== 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=ODybGJ3ZO9TDtbcGmrdlgefRIL3VRx8p2AOYAIPmAwU=; b=FXR4c7w8ZaYxJ0wnCcsye4BRLm3IcZZNTQkEpW4iCp+iqLpi+2EwA9zi+Q+tsIBGB6 ihN/oWS0xrpI8ym4nlegGRPY9tw1HghSmKIkGC/MReDdv/kuSca2DJPN0lDCd/Kz+W5D 6EfMGbfbI/w2DIqxnIgzTAhOx88VqjQHrqiLrPtnuyMWYBE3Iwy3uNe/eMAoiZW50Pyi GXYIXzEXcoxRWcEi0kJrOVMaGOGzD3c9VErSNA+seUxLCY5RZ9SNjn6QjS2OfqV+VrZB ppEs0Qpo4KSq5lspkAKzSK6n6ETIFpzJzWSmTznqFOj1T2ho4mExtD4gAOxR3FWylMsi YLBw== X-Gm-Message-State: APjAAAVGK7M01KcXJXh9Qi9hiDA+KJCufAGwmEHTU0kNETyRKkyneN6U 6nVqWLPRl1AIehaiH00SM4r9thBkoHF9ppk3iWk= X-Google-Smtp-Source: APXvYqxyQclOsbH3qC/+Wk2Glx6J2lhdnGCqlqJDmtCVKNBgOheVU2JzCuv79wJBSF6vBrGY4QH3VxZFdeIphD2zLpU= X-Received: by 2002:a2e:a311:: with SMTP id l17mr7504554lje.214.1559916402114; Fri, 07 Jun 2019 07:06:42 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Fri, 7 Jun 2019 16:06:25 +0200 Message-ID: To: Peter Cowburn Cc: Joe Watkins , Marco Pivetta , PHP Internals List Content-Type: multipart/alternative; boundary="000000000000070d11058abc57bc" Subject: Re: [PHP-DEV] Using [ci skip] From: nikita.ppv@gmail.com (Nikita Popov) --000000000000070d11058abc57bc Content-Type: text/plain; charset="UTF-8" On Fri, Jun 7, 2019 at 4:01 PM Peter Cowburn wrote: > On Fri, 7 Jun 2019 at 12:09, Joe Watkins wrote: > > > 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. > > > > Is this documented somewhere? I'm not seeing it in the docs held in > php-src, nor a search of the wiki, for example. > Also, is this not something that the CI application(s) can be configured to > do for us? > That's a good point. It looks like the option exists: https://docs.microsoft.com/en-us/azure/devops/pipelines/build/triggers?view=azure-devops&tabs=yaml#paths I think we used something like this on AppVeyor at some time, but had to disable it for some reason (?) Nikita --000000000000070d11058abc57bc--