vmware-archive / kops

Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management
Apache License 2.0
3 stars 3 forks source link

Run KOPS CI on vmware/kops nightly to prevent regressions #27

Closed tusharnt closed 7 years ago

tusharnt commented 7 years ago

Use webhooks to run KOPS CI for each PR for vmware/kops

abrarshivani commented 7 years ago

Added travis-ci. This makes sure make-ci pass

abrarshivani commented 7 years ago

There are two ci jobs that kubernetes/kops runs. First, travis-ci which make sure make-ci passes. Second, which deploys Kubernetes cluster on AWS and runs Kubernetes e2e tests.

First ci job is added here. For second, we will have similar for vSphere.