coreos / etcd-operator

etcd operator creates/configures/manages etcd clusters atop Kubernetes
https://coreos.com/blog/introducing-the-etcd-operator.html
Apache License 2.0
1.75k stars 741 forks source link

Run the CI on travis instead of a private jenkins cluster #1989

Open fanminshi opened 6 years ago

fanminshi commented 6 years ago

CI is down and is probably due to our own jenkin cluster is not running or misconfigured.

Managing our own Jenkin cluster is both tedious and susceptible to downtime. A better approach is to use a manage CI/CD service such as Travis or CircleCI.

hasbro17 commented 6 years ago

The CI should be fixed now. The etcd-bot credentials on jenkins were out of date so the pull-request-builder plugin wasn't working.

Ideally we should move to a managed service like travis instead of using our own (increasingly unmaintained) jeknins cluster.