CI: only define mode in tests if needeed (#12030)

All tests have a mode actually, so changing the default is no big deal
(and makes more sense to have `default` as the default
This commit is contained in:
Max Gautier
2025-03-13 11:47:46 +01:00
committed by GitHub
parent c8d75effcb
commit 96aadc3614
32 changed files with 1 additions and 32 deletions

View File

@@ -1,7 +1,6 @@
---
# Instance settings
cloud_image: almalinux-8
mode: default
vm_memory: 3072
# Workaround for RHEL8: kernel version 4.18 is lower than Kubernetes system verification.

View File

@@ -1,7 +1,6 @@
---
# Instance settings
cloud_image: almalinux-9
mode: default
vm_memory: 3072
# Kubespray settings

View File

@@ -1,7 +1,6 @@
---
# Instance settings
cloud_image: almalinux-9
mode: default
vm_memory: 3072
# Kubespray settings

View File

@@ -1,7 +1,6 @@
---
# Instance settings
cloud_image: almalinux-9
mode: default
# Kubespray settings
container_manager: crio

View File

@@ -1,7 +1,6 @@
---
# Instance settings
cloud_image: almalinux-9
mode: default
vm_memory: 3072
# Use docker

View File

@@ -1,7 +1,6 @@
---
# Instance settings
cloud_image: almalinux-9
mode: default
vm_memory: 3072
# Kubespray settings

View File

@@ -1,4 +1,3 @@
---
# Instance settings
cloud_image: debian-11
mode: default

View File

@@ -1,7 +1,6 @@
---
# Instance settings
cloud_image: debian-11
mode: default
# Kubespray settings
download_run_once: true

View File

@@ -1,7 +1,6 @@
---
# Instance settings
cloud_image: debian-11
mode: default
# Pin disabling ipip mode to ensure proper upgrade
ipip: false

View File

@@ -1,7 +1,6 @@
---
# Instance settings
cloud_image: debian-11
mode: default
# Kubespray settings
kube_owner: root

View File

@@ -1,7 +1,6 @@
---
# Instance settings
cloud_image: debian-11
mode: default
# Use docker
container_manager: docker

View File

@@ -1,7 +1,6 @@
---
# Instance settings
cloud_image: debian-11
mode: default
# Kubespray settings
kubelet_rotate_server_certificates: true

View File

@@ -1,7 +1,6 @@
---
# Instance settings
cloud_image: debian-11
mode: default
# Kubespray settings
kube_network_plugin: macvlan

View File

@@ -1,7 +1,6 @@
---
# Instance settings
cloud_image: debian-12
mode: default
# Kubespray settings

View File

@@ -1,7 +1,6 @@
---
# Instance settings
cloud_image: debian-12
mode: default
# Kubespray settings
kube_network_plugin: cilium

View File

@@ -1,7 +1,6 @@
---
# Instance settings
cloud_image: debian-12
mode: default
# Kubespray settings
kube_owner: root

View File

@@ -1,7 +1,6 @@
---
# Instance settings
cloud_image: debian-12
mode: default
# Use docker
container_manager: docker

View File

@@ -1,7 +1,6 @@
---
# Instance settings
cloud_image: fedora-39
mode: default
# Kubespray settings
auto_renew_certificates: true

View File

@@ -1,7 +1,6 @@
---
# Instance settings
cloud_image: fedora-39
mode: default
# Kubespray settings
auto_renew_certificates: true

View File

@@ -1,7 +1,6 @@
---
# Instance settings
cloud_image: fedora-39
mode: default
# Kubespray settings
container_manager: crio

View File

@@ -1,7 +1,6 @@
---
# Instance settings
cloud_image: fedora-40
mode: default
# Kubespray settings
auto_renew_certificates: true

View File

@@ -1,5 +1,4 @@
---
# Instance settings
cloud_image: openeuler-2403
mode: default
vm_memory: 3072

View File

@@ -1,7 +1,6 @@
---
# Instance settings
cloud_image: opensuse-leap-15
mode: default
# Kubespray settings
kube_network_plugin: cilium

View File

@@ -1,7 +1,6 @@
---
# Instance settings
cloud_image: rockylinux-8
mode: default
vm_memory: 3072
# Kubespray settings

View File

@@ -1,7 +1,6 @@
---
# Instance settings
cloud_image: rockylinux-9
mode: default
vm_memory: 3072
# Kubespray settings

View File

@@ -1,7 +1,6 @@
---
# Instance settings
cloud_image: rockylinux-9
mode: default
vm_memory: 3072
# Kubespray settings

View File

@@ -1,7 +1,6 @@
---
# Instance settings
cloud_image: ubuntu-2004
mode: default
# use the kubeadm etcd setting to test the upgrade
etcd_deployment_type: kubeadm

View File

@@ -1,7 +1,6 @@
---
# Instance settings
cloud_image: ubuntu-2004
mode: default
# Kubespray settings
container_manager: crio

View File

@@ -1,7 +1,6 @@
---
# Instance settings
cloud_image: fedora-39
mode: default
# Kubespray settings
kube_network_plugin: kube-router

View File

@@ -1,7 +1,6 @@
---
# Instance settings
cloud_image: ubuntu-2404
mode: default
# Kubespray settings
ipv4_stack: true

View File

@@ -1,7 +1,6 @@
---
# Instance settings
cloud_image: ubuntu-2404
mode: default
# Kubespray settings
ipv4_stack: false