Re: Pending appveyor build requests are not canceled when a PR is updated

2020-03-16 Fir de Conversatie Christian Brabandt
On Mo, 16 Mär 2020, Ken Takata wrote: > Parallel builds may not work for the Free plan. > > https://www.appveyor.com/docs/parallel-testing/#requirements > > but jobs will run in series as the Free plan allows 1 concurrent job per > account. > > One possible option is utilizing GitHub Actions.

Re: Pending appveyor build requests are not canceled when a PR is updated

2020-03-16 Fir de Conversatie Ken Takata
Hi Christian, 2020/3/16 Mon 17:08:13 UTC+9 Christian Brabandt wrote: > > > On Sa, 14 Mär 2020, Dominique Pellé wrote: > > > Yegappan Lakshmanan > wrote: > > > > > Hi, > > > > > > When a PR is updated multiple times quickly, multiple build requests > > > are submitted to Travis-CI and

Re: Pending appveyor build requests are not canceled when a PR is updated

2020-03-16 Fir de Conversatie Christian Brabandt
On Sa, 14 Mär 2020, Dominique Pellé wrote: > Yegappan Lakshmanan wrote: > > > Hi, > > > > When a PR is updated multiple times quickly, multiple build requests > > are submitted to Travis-CI and Appveyor. In Travis-CI only the last > > build request is processed and all the older pending build

Re: Pending appveyor build requests are not canceled when a PR is updated

2020-03-14 Fir de Conversatie Dominique Pellé
Yegappan Lakshmanan wrote: > Hi, > > When a PR is updated multiple times quickly, multiple build requests > are submitted to Travis-CI and Appveyor. In Travis-CI only the last > build request is processed and all the older pending build requests are > canceled. But in Appveyor all the build

Pending appveyor build requests are not canceled when a PR is updated

2020-03-14 Fir de Conversatie Yegappan Lakshmanan
Hi, When a PR is updated multiple times quickly, multiple build requests are submitted to Travis-CI and Appveyor. In Travis-CI only the last build request is processed and all the older pending build requests are canceled. But in Appveyor all the build requests are processed in sequence. Is it