<div dir="ltr"><div dir="ltr">Also, if anyone is curious what the CI interface looks like for the results of a finished build, here's the Numba build from that PR:<div><br></div><div><a href="https://dev.azure.com/numba/numba/_build/results?buildId=34&view=logs">https://dev.azure.com/numba/numba/_build/results?buildId=34&view=logs</a><br></div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 12, 2018 at 7:25 PM, Stanley Seibert <span dir="ltr"><<a href="mailto:sseibert@anaconda.com" target="_blank">sseibert@anaconda.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr">I just finished adding support to the Numba repo for Azure Pipelines:<div><br></div><div><a href="https://github.com/numba/numba/pull/3303" target="_blank">https://github.com/numba/<wbr>numba/pull/3303</a><br></div><div><br></div><div>The "free for open source" tier is 10 concurrent jobs that can run up to 60 minutes each (although the website says 30 minutes), and no limit on minutes per month.  Like the other CI services, it uses YAML files to define the build and test process.  I found the documentation of the YAML pipeline spec to be large, but still missing a number of small details and explanations about how features worked together.  That said, the build performance is *significantly* better than Travis CI and AppVeyor for all 3 platforms, and the convenience of all major platforms going through one service is very nice.  Despite not liking the UI quite as much as Travis CI, I think Numba will likely switch completely over to Azure assuming the free offering continues to be this good.</div><div><br></div><div>If you go beyond the free tier, you can connect self-managed build workers to the same system, but the build agent is written in C#, so I'm not sure how portable it is to ARM or PPC yet.</div></div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">On Wed, Sep 12, 2018 at 7:02 PM, Charles R Harris <span dir="ltr"><<a href="mailto:charlesr.harris@gmail.com" target="_blank">charlesr.harris@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr">Hi All,<div><br></div><div>We might want to take a look at testing/building on <a href="https://azure.microsoft.com/en-us/services/devops/pipelines/?&OCID=AID736750_SEM_CmoL6wVZ" target="_blank">AZURE</a>. Probably worth exploring, although it is hard to find all information. IIRC, we got an offer from Microsoft along these lines a couple of years ago when we were looking to support MSVC.</div><div><br></div><div>Chuck</div></div>
<br></div></div><span class="">______________________________<wbr>_________________<br>
NumPy-Discussion mailing list<br>
<a href="mailto:NumPy-Discussion@python.org" target="_blank">NumPy-Discussion@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/numpy-discussion" rel="noreferrer" target="_blank">https://mail.python.org/mailma<wbr>n/listinfo/numpy-discussion</a><br>
<br></span></blockquote></div><br></div>
</blockquote></div><br></div>