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 d558dc1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
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_opensuse-crio-calico-sep:
extends: .packet_pr

packet_ubuntu20-cilium-sep:
extends: .packet_pr

Expand Down
2 changes: 1 addition & 1 deletion docs/developers/ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ debian11 | :white_check_mark: | :x: | :white_check_mark: | :x: | :x: | :x: | :w
debian12 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | :x: | :x: |
fedora37 | :white_check_mark: | :x: | :x: | :x: | :x: | :white_check_mark: | :x: | :x: |
fedora38 | :x: | :x: | :x: | :x: | :white_check_mark: | :x: | :x: | :x: |
opensuse | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
opensuse | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
rockylinux8 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
rockylinux9 | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: |
ubuntu20 | :white_check_mark: | :white_check_mark: | :x: | :white_check_mark: | :x: | :white_check_mark: | :x: | :white_check_mark: |
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: debian-12
mode: separate

kube_network_plugin: calico

container_manager: containerd

0 comments on commit d558dc1

Please sign in to comment.