Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:105836 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 69690 invoked from network); 3 Jun 2019 23:29:01 -0000 Received: from unknown (HELO mail-ua1-f41.google.com) (209.85.222.41) by pb1.pair.com with SMTP; 3 Jun 2019 23:29:01 -0000 Received: by mail-ua1-f41.google.com with SMTP id d4so6993178uaj.7 for ; Mon, 03 Jun 2019 13:39:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=kP9woWyQm76bywM8f2Fz1qNSCfo3Gr5hs9mcLP5I+oo=; b=EHmnPtiyioBsJKVL3xheB59Py0Ft4WOnwPxCE5JUHhyQOoz2tI8cthVrN1n8nbNbo+ 9PFRbqsSU+eCj85rB/kFT/VZr/U/QCpoq/sN+HpInm00V3vubu6X/PGg7BcOYc84Txms 3l72nbf3QYvWF5Y/5qsw2bRKe6OryifVVA8uNwpOtMU9nhVVOpaycgqQ/YWl+aZN2Ok7 yfiOPaqov/Qrw2zbv3LX/WVvHyo3NL5JIndT8GAhVYl6JOUW1cZfyqeWjSEQ5fqT2wRE xw13YdnPyw/ufqN1F4mT4H2obQCHd199sL8upD/xtXpNqXuSixAoJfx85mDYLCndKJ9k nBVA== X-Gm-Message-State: APjAAAUcWQONV4dK15ZEe5o7DzF996ee3GbeNooydHjQ/uRiaKP9aDXr qufljH2ZIfWDVO3zu+e+KC67DiRWybE= X-Google-Smtp-Source: APXvYqzs8iMY0nCPVz2ix573ak5laMtrVuh7ubWyiYmBAKU1KKCeu0Hhl73jvr3plcRKIVfCxIjX3w== X-Received: by 2002:ab0:22c3:: with SMTP id z3mr13833691uam.51.1559594384824; Mon, 03 Jun 2019 13:39:44 -0700 (PDT) Received: from mail-ua1-f47.google.com (mail-ua1-f47.google.com. [209.85.222.47]) by smtp.gmail.com with ESMTPSA id j13sm1847387vke.52.2019.06.03.13.39.44 for (version=TLS1_3 cipher=AEAD-AES128-GCM-SHA256 bits=128/128); Mon, 03 Jun 2019 13:39:44 -0700 (PDT) Received: by mail-ua1-f47.google.com with SMTP id e9so6982501uar.9 for ; Mon, 03 Jun 2019 13:39:44 -0700 (PDT) X-Received: by 2002:ab0:4a55:: with SMTP id r21mr13791445uae.133.1559594383941; Mon, 03 Jun 2019 13:39:43 -0700 (PDT) MIME-Version: 1.0 Date: Mon, 3 Jun 2019 22:39:32 +0200 X-Gmail-Original-Message-ID: Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="0000000000003fa68c058a715d77" Subject: CI with Azure Pipelines From: krakjoe@php.net (Joe Watkins) --0000000000003fa68c058a715d77 Content-Type: text/plain; charset="UTF-8" Evening internals, PHP-7.4 and master have been setup to run CI on Azure, Azure having much more resources than Travis, we can run tests in all permutations of Debug/Release, NTS/ZTS, with and without opcache, and with JIT. It's possible to setup mac/windows on Azure, although myself and Nikita are now exhausted by the thought of that, so that's for later ... We do not plan to drop Travis, as it will return results faster than Azure because it runs less configurations. To potential mergers of pull requests, and release managers - try to make sure the build is green on Azure and Travis before merging a pull or tagging a release. While Travis will provide fast feedback for failure, we should wait for success across the board before taking any actions. Success shouldn't be more than a half hour or so away most of the time, and almost anything can wait a half hour. Caveats apply - test failures may be unrelated to pull requests as they are now. Azure provides a very nice interface for test analytics. Thanks to Nikita for helping with this all day. Cheers Joe --0000000000003fa68c058a715d77--