Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:104036 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 26731 invoked from network); 2 Feb 2019 22:23:13 -0000 Received: from unknown (HELO mail-wr1-f52.google.com) (209.85.221.52) by pb1.pair.com with SMTP; 2 Feb 2019 22:23:13 -0000 Received: by mail-wr1-f52.google.com with SMTP id r17so4539643wrp.2 for ; Sat, 02 Feb 2019 11:03:40 -0800 (PST) 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=J59iJH3tXQ5isr3f2dcpPdI9MO0iw4VvZQ66Y0Yel4U=; b=ZpFPoJ67aYHtF79Xfrh8NTLjwwvouQ/5k0RQkZg1kHX3ZLj81lc/ZVAI/GL1Dp1XtB p5xxXElxYK8i6U5bCFGFrdPtZNyMCh+q0IbRvtZsR8/GdKqG8rf5QwRpN6hcmNnZ2MEg zR2OmOOpTNkR1hvlAdECMyAtJPYk/JorZuigiSTJmqwhzXAZD6HDKeEOBuj6KSG7FSq+ 07Kbyf+/DlUis9qdek7ScH30hOaQRf4DE+mbSMabcZYMM5flcnLTuP4+AvUt1UatVJxP XyWGFx6phqcYybNJ4HB3h50hpf9fF8sIpIcbiJ+CEg4/9NqDba0O1ExnRrhfZT+NGBg+ RHKQ== 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=J59iJH3tXQ5isr3f2dcpPdI9MO0iw4VvZQ66Y0Yel4U=; b=LamXMkdLav1knPeQ1/Hs93ABJFbt1beHlRifqpe32cL2A2A5hfHbJuc46gzhzyahDt NB/hyjzVj8T28Xfo2zUnd4YU81FwW+0ZfLSYw9R7EJr8rSZkgr4QqB2wikAmg8V0QNOv W4AkvAiQPAjpBWbquElT/I5vqE6TxRtm5hlmNQXXoPFof7Run4961FuAXpLuoKZA95Ng nh+hs80lc6WATpriOYYtYoenri/f1yccobISE8SJtJ5mnKIz8Dk+woRr/D/ox3uXpXKf eVRpxgCZWfoer8OOt5CFjzaau1WJvr7Hu35VlZVIdDfKHGCH5pIdRHE5fRVIb0X+GuIo QsLg== X-Gm-Message-State: AJcUukfExNwY8FfJ5nO8jhiP4abmC7tlHKHorNTDq5SLU59dLelBJJXI 3BuJlMKuY//FRm2tPDZo/YI7lbADLebarIHVOGrDDQ== X-Google-Smtp-Source: ALg8bN5Y4E+Vyq8miks2QLBcRlqTmhpfEYqtTYF8muiLfau3WpNJaxFn6MDMAv9WdG44fQhsV/JqqMWXUUKV8Wv9DCg= X-Received: by 2002:adf:f888:: with SMTP id u8mr41762156wrp.297.1549134219594; Sat, 02 Feb 2019 11:03:39 -0800 (PST) MIME-Version: 1.0 References: <69138645-c2f9-66f5-65fa-215e68a43977@gmail.com> In-Reply-To: <69138645-c2f9-66f5-65fa-215e68a43977@gmail.com> Date: Sat, 2 Feb 2019 20:03:28 +0100 Message-ID: To: Stanislav Malyshev Cc: Nikita Popov , PHP internals Content-Type: multipart/alternative; boundary="000000000000de4fb80580edea63" Subject: Re: [PHP-DEV] AppVeyor timeouts -- Migrate to Azure Pipelines? From: krakjoe@gmail.com (Joe Watkins) --000000000000de4fb80580edea63 Content-Type: text/plain; charset="UTF-8" Hi Nikita, I can't be helpful here at all, because (shamefully) allergic to and bad at windows, and no experience at all with azure. But I would really like our CI to be restored to a thing that's useful, instead of running two jobs on travis, and more or less nothing on av (most of the time). I remember having CI on travis for many configurations, including the ones we actually develop with. Now we have two configurations and they don't include no-zts-dbg which is what most internal devs are actually running. Anything that restores anything like that former configuration, I'm a huge +1 on ... Anything that means we can run a useful windows CI, even if we can't move any of the jobs that should be on travis over to Azure, I'm still a +1 on ... Anything that means we have a mac build, the same +1 ... Cheers Joe On Sat, 2 Feb 2019 at 19:38, Stanislav Malyshev wrote: > Hi! > > > 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. > > Maybe also get Linux and macOS jobs there? We currently don't have CI > for macOS at all, AFAIK, and having different Linux environment probably > won't hurt either. > > -- > Stas Malyshev > smalyshev@gmail.com > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --000000000000de4fb80580edea63--