Browse Source
CI: add Debian 13 tests
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
pull/12456/head
ChengHao Yang
1 month ago
Failed to extract signature
3 changed files with
18 additions and
0 deletions
-
.gitlab-ci/kubevirt.yml
-
tests/files/debian13-calico.yml
-
tests/files/debian13-cilium.yml
|
|
@ -39,6 +39,7 @@ pr: |
|
|
|
- debian11-calico-collection |
|
|
|
- debian11-macvlan |
|
|
|
- debian12-cilium |
|
|
|
- debian13-cilium |
|
|
|
- fedora39-kube-router |
|
|
|
- openeuler24-calico |
|
|
|
- rockylinux9-cilium |
|
|
@ -124,6 +125,7 @@ pr_extended: |
|
|
|
- debian11-docker |
|
|
|
- debian12-calico |
|
|
|
- debian12-docker |
|
|
|
- debian13-calico |
|
|
|
- rockylinux9-calico |
|
|
|
- ubuntu22-all-in-one-docker |
|
|
|
- ubuntu24-all-in-one-docker |
|
|
|
|
|
@ -0,0 +1,8 @@ |
|
|
|
--- |
|
|
|
# Instance settings |
|
|
|
cloud_image: debian-13 |
|
|
|
|
|
|
|
# Kubespray settings |
|
|
|
|
|
|
|
dns_mode: coredns_dual |
|
|
|
kube_asymmetric_encryption_algorithm: "RSA-3072" |
|
|
@ -0,0 +1,8 @@ |
|
|
|
--- |
|
|
|
# Instance settings |
|
|
|
cloud_image: debian-13 |
|
|
|
|
|
|
|
# Kubespray settings |
|
|
|
kube_network_plugin: cilium |
|
|
|
|
|
|
|
kube_owner: root |