JuliaCollections / DataStructures.jl

Julia implementation of Data structures
https://juliacollections.github.io/DataStructures.jl/latest/
MIT License
692 stars 247 forks source link

Remove AppVeyor #741

Open HenriDeh opened 3 years ago

HenriDeh commented 3 years ago

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.

oxinabox commented 3 years ago

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 commented 3 years ago

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

kmsquire commented 3 years ago

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

kmsquire commented 3 years ago

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 commented 3 years ago

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