Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:104020 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 26217 invoked from network); 2 Feb 2019 15:38:50 -0000 Received: from unknown (HELO mail-io1-f42.google.com) (209.85.166.42) by pb1.pair.com with SMTP; 2 Feb 2019 15:38:50 -0000 Received: by mail-io1-f42.google.com with SMTP id r200so8066198iod.11 for ; Sat, 02 Feb 2019 04:19:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=UCPcqqpxY5Fh7l2E0CSErzvUBJY8AuNyjRJ4TUKqr5g=; b=dsZHoOGdAky5djj5jm5drgGR2uysithq44HXEyXqsO9w5njznwkzjTW0wCmckeB6Em cDALyoQ74lei5Qrr2RhNpS8TIaRsTTloFa9DvBUyM+/SOJYOSRmHi7mX59aAOp+mySlk E2fylQfTh7+YIikiJnollJbFDpvxzU5Ub0H9KZTLSkNNF4ZqpwmDlXO3cq8AM973i43y Kq2KK6lyV3xohrq4jYAqepfpRtAapAAhYhL0f2M38xvJTn5MGBVG52Uh797PODAuL+DA zYnxaZKmZa4/ceKbHTGb7V1u+whl5qq8rp5zZBfqyCdRvN2uqnRl7UHHUPfpzdjKtfav sD6Q== 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=UCPcqqpxY5Fh7l2E0CSErzvUBJY8AuNyjRJ4TUKqr5g=; b=m5Z+uU+eXca9pLdeySr0WKaZ+B4/vs6wJSTwpFVdXatECADvEJ8Fm9AH4pKMpbXgbr XsDYhnAznHwKDYMarbpBh2GeZMOKiNphnxL2qKcCbtKnPNNOslTOCTDpDGu+/oEGryLY jUVGMec8JxoIac/hH0xRx2OAcOCX7bGWGm09c5v2NyNgCeIHWY9hRrS230IEHxoA9l+X jq4uFB8OmOBBeZs9QBQ9801kyB0+G6lQ7v8FNaASKQWtyq7iXnOVxQdcR6Ho5TH7/CP1 LSTQHxLQJDAvcZMVeGtoMa5QJ49ZKnVnKxameRLyPvvd9mVKmrklcJQuBqDoHgSXQbFO l4iA== X-Gm-Message-State: AHQUAub7CELIeTx0TU76DFpOeXegGzrt42NjIgn3teFVmtsjM0dBLXuY CBwaw7oDf6UYyYHSGB8jK7QNA7wa7PMFvKmykD6an08R X-Google-Smtp-Source: AHgI3Ia8nrT5fSYI7t3GAZKBwgSUYMIbN8dDsz2BIF0FUbMXqgqoLOoWVMdddbVGxUR0DeE+jtqTU8yjQYlMR1oQj3s= X-Received: by 2002:a6b:5804:: with SMTP id m4mr24987463iob.47.1549109952859; Sat, 02 Feb 2019 04:19:12 -0800 (PST) MIME-Version: 1.0 Date: Sat, 2 Feb 2019 13:18:55 +0100 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="0000000000007563810580e84422" Subject: AppVeyor timeouts -- Migrate to Azure Pipelines? From: nikita.ppv@gmail.com (Nikita Popov) --0000000000007563810580e84422 Content-Type: text/plain; charset="UTF-8" Hi internals, Since some time ago (not sure how long) our AppVeyor builds have been timing out more often than not, to the point that I've started ignoring failing AppVeyor builds entirely. I just learned about the Azure Pipelines ( https://azure.microsoft.com/en-us/services/devops/pipelines/) offering, which offers open source projects 10 parallel builds with unlimited minutes. Assuming there's no other catch here, it might be worthwhile to migrate our Windows CI jobs to Azure Pipelines. Independently of that, it would be great if someone on a Windows environment could look into the issue of AppVeyor timeouts. While PHP is known to be slower on Windows, I find it somewhat odd that our AppVeyor builds routinely take more than 60 minutes, while Travis builds usually finish in 20 minutes. Based on build logs, running tests on AppVeyor often takes ~45 minutes, while it takes ~15 minutes on Travis. Might there be a legitimate performance issue here, that was caused by a recent-ish (last month or so) change? Regards, Nikita --0000000000007563810580e84422--