Move windows tests to circle-ci, remove appveyor#8844
Move windows tests to circle-ci, remove appveyor#8844sspaink merged 4 commits intoinfluxdata:masterfrom
Conversation
reimda
left a comment
There was a problem hiding this comment.
Looks good. We probably ought to run it nightly too since the other platforms do.
reimda
left a comment
There was a problem hiding this comment.
Looks good to me. @sspaink Would you let the rest of the team know before we switch over, maybe on community slack #telegraf-dev? Then would you deactivate the appveyor webhooks and merge this? Deactivating the webhooks instead of deleting will give us the chance to revert if we have to for some reason.
To deactivate them, go into the github repo settings and webhooks section then edit the webhook and uncheck the active checkbox (at the very bottom) and click "update webhook".
|
@reimda thanks for the review! I've disabled appveyor webhooks in the settings and posted to #telegraf-dev. |
* windows tests to circleci * Add as requirement to package/release * Use latest windows orb * Add to nightly
Only the windows tests are run in appveyor, moved the execution of the tests to circle-ci config so we can have only one CI system.