logdna / terraform-provider-logdna

Terraform provider to simplify creation of views, preset alerts and other resources in LogDNA!
https://registry.terraform.io/providers/logdna/logdna/latest
MIT License
11 stars 12 forks source link

refactor(ci): Switch to Jenkins #18

Closed darinspivey closed 3 years ago

darinspivey commented 3 years ago

Stop using CircleCI for the build pipeline. This change switches to using a Dockerfile to build and test the provider plugin.

Semver: patch

darinspivey commented 3 years ago

I did play with a matrix build here which works nicely. That said, given how these tests work sequential runs might be better. That's still doable with a loop over GO_VERSIONS but the explicitness isn't bad either.

Thanks for experimenting. For me, the matrix is better. We're used to it and it's less code. Will switch.