Update CI service names referenced in buildbots.rst - #739
Conversation
|
The CLA bit is updated. I'm trying to understand what the current state of CI services used is and when they are run -- I've seen issues that about switching to GitHub Actions (running for PRs+commits) from Travis (only running for commits), but it's not clear what the state of the transition is, and I'm not seeing anything about how the jobs on Azure Pipelines fit in. Are there any pointers for where to look for additional documentation on the non-buildbot CI setup and what work is in progress/needs to get done? It would be nice to add more information on the CI setup to the devguide and figure out what work needs to get done, but so far with the scattered issues I've come across I feel like I need a guide to get me oriented on what is currently up to date. 😅 |
There was a problem hiding this comment.
This seems to be the only place in the entire devguide that mentions CI services other than the Python buildbot. Maybe it would be better to remove the outdated line, and later on add more detail on the non-buildbot CI setup?
hugovk
left a comment
There was a problem hiding this comment.
Looks good, GHA and AP are now used in place of Travis and AppVeyor as the standard CI.

Minor fix changing the CI service names referenced in buildbots.rst from AppVeyor and Travis which appear to have been replaced with GitHub Actions and Azure Pipelines for running tests on PRs.