[Vm-dev] How to restart an appveyor job?

Ben Coman btc at openinworld.com
Mon Apr 2 14:09:46 UTC 2018


On 2 April 2018 at 20:32, Nicolas Cellier <
nicolas.cellier.aka.nice at gmail.com> wrote:

>
> Hi all,
> I wanted to solve the gcc compiler bug for pharo.sista.spur.
>
> But of course, there were another failure due to fragile infrastructure...
> https://ci.appveyor.com/project/OpenSmalltalk/vm/build/1.0.1207/job/
> dd3lnytbwb5jjlqa
>
> Running Install scripts
> Start-FileDownload "http://cygwin.com/setup-x86.exe" -FileName
> "setup-x86.exe"
> Start-FileDownloadInternal : Error downloading remote file: One or more
> errors occurred.
> Inner Exception: Unable to connect to the remote server
> At C:\Program Files\AppVeyor\BuildAgent\Modules\build-worker-api\build-worker-api.psm1:242
> char:2
> + Start-FileDownloadInternal -Url $Url -FileName $FileName -Timeout ...
> + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> + CategoryInfo : NotSpecified: (:) [Start-FileDownloadInternal], Exception
> + FullyQualifiedErrorId : System.Exception,Appveyor.BuildAgent.Api.Utils.
> StartFileDownloadInternalCmdlet
>
> We depend on volatile URL...
> Do you know if there is a way to restart a job in appveyor?
>
>
Two questions in ignorance...


Why do we download & install Cygwin when it seems already included?
https://www.appveyor.com/docs/build-environment/#mingw-msys-cygwin


I don't see  "image:"  in
https://github.com/OpenSmalltalk/opensmalltalk-vm/blob/Cog/.appveyor.yml
so should I presume our builds use "Visual Studio 2015" image?


cheers -ben

btw, I followed your lead to add an upvote.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20180402/d78315f5/attachment.html>


More information about the Vm-dev mailing list