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

@@ -17,7 +17,7 @@ memory_allocation_ratio: 1
inventory_path: "/tmp/{{ test_name }}/inventory"
# Deployment mode
mode: all-in-one
mode: default
# Cloud init config for each os type
# distro: fedora -> I2Nsb3VkLWNvbmZpZwpzeXN0ZW1faW5mbzoKICBkaXN0cm86IGZlZG9yYQp1c2VyczoKIC0gbmFtZToga3ViZXNwcmF5CiAgIGdyb3Vwczogd2hlZWwKICAgc3VkbzogJ0FMTD0oQUxMKSBOT1BBU1NXRDpBTEwnCiAgIHNoZWxsOiAvYmluL2Jhc2gKICAgbG9ja19wYXNzd2Q6IEZhbHNlCiAgIGhvbWU6IC9ob21lL2t1YmVzcHJheQogICBzc2hfYXV0aG9yaXplZF9rZXlzOgogICAgIC0gc3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCQVFDYW5UaS9lS3gwK3RIWUpBZURocStzRlMyT2JVUDEvSTY5ZjdpVjNVdGtLbFQyMEpmVzFmNkZlWHQvMDRWZjI3V1FxK05xczZ2R0JxRDlRWFNZdWYrdDAvczdFUExqVGVpOW1lMW1wcXIrdVRlK0tEdFRQMzlwZkQzL2VWQ2FlQjcyNkdQMkZrYUQwRnpwbUViNjZPM05xaHhPUTk2R3gvOVhUdXcvSzNsbGo0T1ZENkdyalIzQjdjNFh0RUJzWmNacHBNSi9vSDFtR3lHWGRoMzFtV1FTcUFSTy9QOFU4R3d0MCtIR3BVd2gvaGR5M3QrU1lvVEIyR3dWYjB6b3lWd3RWdmZEUXpzbThmcTNhdjRLdmV6OGtZdU5ESnYwNXg0bHZVWmdSMTVaRFJYc0FuZGhReXFvWGRDTEFlMCtlYUtYcTlCa1d4S0ZiOWhQZTBBVWpqYTU=

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