Re: [Dev X] Azure Pipelines for CI

2021-03-28 Thread nishith agarwal
That's nice Raymond! This is a great step towards having nightly builds. It will help us build confidence in regular commits and avoid any surprises closer to releases as well. Thanks, Nishith On Sun, Mar 28, 2021 at 7:25 PM vino yang wrote: > Great job! Raymond. It will be very helpful to the

Re: [Dev X] Azure Pipelines for CI

2021-03-28 Thread vino yang
Great job! Raymond. It will be very helpful to the community. Best, Vino Sivabalan 于2021年3月29日周一 上午1:35写道: > Awesome Raymond. Everytime when we are nearing release, we are getting > blocked by travis. This will definitely be very helpful ! > > > On Sun, Mar 28, 2021 at 7:29 AM Raymond Xu >

Re: [Dev X] Azure Pipelines for CI

2021-03-28 Thread Sivabalan
Awesome Raymond. Everytime when we are nearing release, we are getting blocked by travis. This will definitely be very helpful ! On Sun, Mar 28, 2021 at 7:29 AM Raymond Xu wrote: > Hi all, > > Just want to give some updates on setting up Azure Pipelines for running > tests. > > We have been

[Dev X] Azure Pipelines for CI

2021-03-28 Thread Raymond Xu
Hi all, Just want to give some updates on setting up Azure Pipelines for running tests. We have been experimenting with Azure Pipelines to run all CI tests with the goal of switching over from Travis to it. I wrote this wiki page to document CI related info.