Browse Source
[release-2.25] CI: Remove Debian 10 support & macvlan test move to Debian 11 (#11429)
[release-2.25] CI: Remove Debian 10 support & macvlan test move to Debian 11 (#11429)
* CI: macvlan test switch to debian 11 & default job Signed-off-by: tico88612 <17496418+tico88612@users.noreply.github.com> * CI: cilium-svc-proxy test switch to debian 12 Signed-off-by: tico88612 <17496418+tico88612@users.noreply.github.com> * CI: remove debian 10 test Signed-off-by: tico88612 <17496418+tico88612@users.noreply.github.com> * Docs: remove debian 10 support Signed-off-by: tico88612 <17496418+tico88612@users.noreply.github.com> --------- Signed-off-by: tico88612 <17496418+tico88612@users.noreply.github.com> Co-authored-by: tico88612 <17496418+tico88612@users.noreply.github.com>pull/11438/head
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 10 additions and 40 deletions
Unified View
Diff Options
-
18.gitlab-ci/packet.yml
-
2README.md
-
5docs/developers/ci.md
-
1tests/cloud_playbooks/roles/packet-ci/defaults/main.yml
-
11tests/files/packet_debian10-calico.yml
-
9tests/files/packet_debian10-docker.yml
-
2tests/files/packet_debian11-macvlan.yml
-
2tests/files/packet_debian12-cilium-svc-proxy.yml
@ -1,11 +0,0 @@ |
|||||
--- |
|
||||
# Instance settings |
|
||||
cloud_image: debian-10 |
|
||||
mode: default |
|
||||
|
|
||||
# Kubespray settings |
|
||||
auto_renew_certificates: true |
|
||||
|
|
||||
# plugins |
|
||||
helm_enabled: true |
|
||||
krew_enabled: true |
|
@ -1,9 +0,0 @@ |
|||||
--- |
|
||||
# Instance settings |
|
||||
cloud_image: debian-10 |
|
||||
mode: default |
|
||||
|
|
||||
# Use docker |
|
||||
container_manager: docker |
|
||||
etcd_deployment_type: docker |
|
||||
resolvconf_mode: docker_dns |
|
@ -1,6 +1,6 @@ |
|||||
--- |
--- |
||||
# Instance settings |
# Instance settings |
||||
cloud_image: debian-10 |
|
||||
|
cloud_image: debian-11 |
||||
mode: default |
mode: default |
||||
|
|
||||
# Kubespray settings |
# Kubespray settings |
@ -1,6 +1,6 @@ |
|||||
--- |
--- |
||||
# Instance settings |
# Instance settings |
||||
cloud_image: debian-10 |
|
||||
|
cloud_image: debian-12 |
||||
mode: ha |
mode: ha |
||||
|
|
||||
# Kubespray settings |
# Kubespray settings |
Write
Preview
Loading…
Cancel
Save