Search code examples
appveyor

How can I restart just one job on Appveyor


One of a very kind volunteers helped to get M2Crypto almost to the shape that it builds on Windows. We use Appveyor CI for testing (I am a Linux guy, so I don't even have an access to a Windows machine), everything works well, when it does, but it is quite unreliable. M2Crypto is using swig and downloading it for every job seems quite unreliable. Any ideas how to make choco more reliable?

Or, would it be possible to restart just one job (not whole commit), so that when this happens, I could get passing commit with restarting a job?

Thank you for great service.


Solution

  • I would recommend Caching chocolatey packages.

    Restarting a single job in the matrix is still not implemented.