Skip to content

Commit

Permalink
CI: add testcase: separate etcd with calico
Browse files Browse the repository at this point in the history
Calico use etcd directly by default, and we're not currently testing the
usecase where etcd|control-plane|node are separate with node access to
etcd.

Using opensuse because it's under represented in the CI.
  • Loading branch information
VannTen committed Dec 12, 2024
1 parent 1307b2f commit db4f101
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci/packet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ packet_amazon-linux-2-all-in-one:
packet_opensuse-docker-cilium:
extends: .packet_pr

packet_opensuse-crio-calico-sep:
extends: .packet_pr

packet_ubuntu20-cilium-sep:
extends: .packet_pr

Expand Down
8 changes: 8 additions & 0 deletions tests/files/packet_opensuse-crio-calico-sep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
# Instance settings
cloud_image: opensuse-leap-15
mode: separate

kube_network_plugin: calico

container_manager: crio

0 comments on commit db4f101

Please sign in to comment.