You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.7 KiB

  1. Travis CI test matrix
  2. =====================
  3. GCE instances
  4. -------------
  5. Here is the test matrix for the Travis CI gates:
  6. | Network plugin| OS type| GCE region| Nodes layout|
  7. |-------------------------|-------------------------|-------------------------|-------------------------|
  8. | canal| debian-8| europe-west1-d| default|
  9. | calico| debian-8| us-central1-b| default|
  10. | flannel| centos-7| europe-west1-d| default|
  11. | calico| centos-7| europe-west1-b| default|
  12. | weave| rhel-7| europe-west1-b| default|
  13. | canal| coreos-stable| us-east1-d| default|
  14. | canal| rhel-7| europe-west1-c| separate|
  15. | weave| ubuntu-1604-xenial| us-west1-b| separate|
  16. | calico| coreos-stable| us-central1-f| separate|
  17. Where the nodes layout `default` is that is given in the example inventory file.
  18. And the `separate` layout is when there is only node of each type, which is a kube master,
  19. compute and etcd cluster member.
  20. Note, the canal network plugin deploys flannel as well plus calico policy controller.
  21. Hint: the command
  22. ```
  23. bash scripts/gen_matrix.sh
  24. ```
  25. will (hopefully) generate the CI test cases from the current ``.travis.yml``.