DataStructures.jl icon indicating copy to clipboard operation
DataStructures.jl copied to clipboard

Remove AppVeyor

Open HenriDeh opened this issue 4 years ago • 5 comments

If you check, all recent (not so recent anymore) are blocked due to a CI test failing on AppVeyor. I don't have access to the detail (access denied). I used to, that's new.

image

It would be nice to find the commit that provoked this.

HenriDeh avatar Jun 14 '21 14:06 HenriDeh

We don't use AppVeyor anymore. We are using GHA. but only @kmsquire can remove it. They said they would a few months back but they haven't

oxinabox avatar Jun 14 '21 14:06 oxinabox

It doesn't actually block the PRs. It is still possible to merge even with it failing. It just means GH displays an annoying red cross

oxinabox avatar Jun 14 '21 14:06 oxinabox

I thought I had removed that. Sorry, I’ll look again.

kmsquire avatar Jun 14 '21 20:06 kmsquire

So, I had deleted the repository, and also removed the webhook. The reason for the access denied is because the project doesn't (or didn't) exist on AppVeyor.

I just recreated the project on AppVeyor (with a bad configuration) to see if I can debug.

kmsquire avatar Jun 14 '21 20:06 kmsquire

It seems that the only way to get the error to go away is to push a new commit to each of these branches. Simply opening and closing the PR doesn't work.

https://github.com/appveyor/ci/issues/3585#issuecomment-743536706

kmsquire avatar Jun 14 '21 20:06 kmsquire