2016-11-15 17:17:30 +00:00
|
|
|
Travis CI test matrix
|
|
|
|
=====================
|
|
|
|
|
|
|
|
GCE instances
|
|
|
|
-------------
|
|
|
|
|
|
|
|
Here is the test matrix for the Travis CI gates:
|
|
|
|
|
|
|
|
| Network plugin| OS type| GCE region| Nodes layout|
|
|
|
|
|-------------------------|-------------------------|-------------------------|-------------------------|
|
2016-11-29 17:33:25 +00:00
|
|
|
| canal| debian-8| europe-west1-d| default|
|
|
|
|
| calico| debian-8| us-central1-b| default|
|
|
|
|
| flannel| centos-7| europe-west1-d| default|
|
2016-11-29 09:25:07 +00:00
|
|
|
| calico| centos-7| europe-west1-b| default|
|
|
|
|
| weave| rhel-7| europe-west1-b| default|
|
2016-11-15 17:17:30 +00:00
|
|
|
| canal| coreos-stable| us-east1-d| default|
|
2016-11-29 17:33:25 +00:00
|
|
|
| canal| rhel-7| europe-west1-c| separate|
|
|
|
|
| weave| ubuntu-1604-xenial| us-west1-b| separate|
|
|
|
|
| calico| coreos-stable| us-central1-f| separate|
|
2016-11-15 17:17:30 +00:00
|
|
|
|
|
|
|
Where the nodes layout `default` is that is given in the example inventory file.
|
|
|
|
And the `separate` layout is when there is only node of each type, which is a kube master,
|
|
|
|
compute and etcd cluster member.
|
|
|
|
|
|
|
|
Note, the canal network plugin deploys flannel as well plus calico policy controller.
|
|
|
|
|
|
|
|
Hint: the command
|
|
|
|
```
|
|
|
|
bash scripts/gen_matrix.sh
|
|
|
|
```
|
|
|
|
will (hopefully) generate the CI test cases from the current ``.travis.yml``.
|
|
|
|
|
|
|
|
|