[Twisted-Python] Azure Pipelines

2019-06-21 Thread Jean-Paul Calderone
Hello, I submitted ticket:9655 / PR#1155 for review a bit over a week ago. It is suffering from a red mark on the CI report due to Azure Pipelines complaining there was some "communication" problem "with t

Re: [Twisted-Python] Azure Pipelines

2019-06-21 Thread Glyph
> On Jun 21, 2019, at 6:39 AM, Jean-Paul Calderone > wrote: > > Hello, > > I submitted ticket:9655 / > PR#1155 for review a bit over > a week ago. It is suffering from a red mark on the CI report du

Re: [Twisted-Python] Azure Pipelines

2019-06-21 Thread Jean-Paul Calderone
On Fri, Jun 21, 2019 at 12:05 PM Glyph wrote: > > > On Jun 21, 2019, at 6:39 AM, Jean-Paul Calderone < > exar...@twistedmatrix.com> wrote: > > Hello, > > I submitted ticket:9655 / > PR#1155 for review a bi

Re: [Twisted-Python] Azure Pipelines

2019-06-21 Thread Glyph
> On Jun 21, 2019, at 9:09 AM, Jean-Paul Calderone > wrote: > > When I follow that link and grant permission on the GitHub side, I get taken > back to a microsoft.com URL that eventually fails > with an infinite redirect error. :/ So I am not able to look at the buil

Re: [Twisted-Python] Azure Pipelines

2019-06-21 Thread Kyle Altendorf
On 2019-06-21 12:05, Glyph wrote: On Jun 21, 2019, at 6:39 AM, Jean-Paul Calderone wrote: I can't see any Azure Pipeline configuration in the repository, I don't see much information on the ticket that (maybe?) introduced Azure Pipeline usage. Once you're logged in, I think you can also see

Re: [Twisted-Python] Azure Pipelines

2019-06-21 Thread Amber Brown
The matrix stuff we're using is not yet supported as a pipeline workflow, so, when it is, we will move it :) - Amber On 22/6/19 4:51 am, Kyle Altendorf wrote: On 2019-06-21 12:05, Glyph wrote: On Jun 21, 2019, at 6:39 AM, Jean-Paul Calderone wrote: I can't see any Azure Pipeline configurati

Re: [Twisted-Python] Azure Pipelines

2019-06-21 Thread Kyle Altendorf
On 2019-06-21 18:40, Amber Brown wrote: The matrix stuff we're using is not yet supported as a pipeline workflow, so, when it is, we will move it :) Hmm... I'm running Python inside a build to generate the matrix for that build (with a yaml file for a pipeline). Now I'm curious what matri