From e2d6b92370b20644eb59f17c1fa8f9e2aee0191f Mon Sep 17 00:00:00 2001 From: Jean-Christophe Sirot <jsirot@weborama.com> Date: Thu, 7 Jul 2016 10:33:49 +0200 Subject: [PATCH] Add CI test matrix --- docs/documentation.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/documentation.md b/docs/documentation.md index a540a562b..7aad8db6e 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -69,7 +69,16 @@ You can choose between 3 network plugins. (default: `flannel` with vxlan backend The choice is defined with the variable `kube_network_plugin` +## CI Tests [](https://travis-ci.org/kubespray/kargo) </br> -CI tests sponsored by Google (GCE), and [teuto.net](https://teuto.net/) for OpenStack. +### Google Compute Engine + + | Calico | Flannel | Weave | +------------- | ------------- | ------------- | ------------- | +Ubuntu Xenial |[](https://ci.kubespray.io/job/kargo-gce-xenial-calico/)|[](https://ci.kubespray.io/job/kargo-gce-xenial-flannel/)|[](https://ci.kubespray.io/job/kargo-gce-xenial-weave)| +CentOS 7 |[](https://ci.kubespray.io/job/kargo-gce-centos7-calico/)|[](https://ci.kubespray.io/job/kargo-gce-centos7-flannel/)|[](https://ci.kubespray.io/job/kargo-gce-centos7-weave/)| +CoreOS (stable) |[](https://ci.kubespray.io/job/kargo-gce-coreos-calico/)|[](https://ci.kubespray.io/job/kargo-gce-coreos-flannel/)|[](https://ci.kubespray.io/job/kargo-gce-coreos-weave/)| + +CI tests sponsored by Google (GCE), and [teuto.net](https://teuto.net/) for OpenStack. -- GitLab