Skip to content

Commit

Permalink
DONT MERGE: 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.

----
Trying to match the reporter env
  • Loading branch information
VannTen committed Dec 12, 2024
1 parent b35a3ff commit e93493d
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 @@ -125,6 +125,9 @@ packet_amazon-linux-2-all-in-one:
packet_opensuse-docker-cilium:
extends: .packet_pr

packet_debian12-calico-sep:
extends: .packet_pr

packet_ubuntu20-cilium-sep:
extends: .packet_pr

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

kube_network_plugin: calico

container_manager: containerd

0 comments on commit e93493d

Please sign in to comment.