mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-18 17:37:32 -02:30
Enable openEuler metalink and clear dnf cache after repo updates so package downloads use refreshed mirror metadata. Keep openeuler24-calico in the main CI matrix with a longer package timeout, and clean up failed pods before running-state checks to reduce transient CI noise. Made-with: Cursor Made-with: Cursor Made-with: Cursor Made-with: Cursor Signed-off-by: Kay Yan <kay.yan@daocloud.io>
17 lines
487 B
YAML
17 lines
487 B
YAML
---
|
|
# Instance settings
|
|
cloud_image: openeuler-2403
|
|
vm_memory: 3072
|
|
|
|
# Use metalink for faster package downloads (auto-selects closest mirror)
|
|
openeuler_metalink_enabled: true
|
|
|
|
# CI package installation takes ~7min; default 5min is too tight, use 15min for margin
|
|
pkg_install_timeout: "{{ 15 * 60 }}"
|
|
|
|
# Work around so the Kubernetes 1.35 tests can pass. We will discuss the openeuler support later.
|
|
kubeadm_ignore_preflight_errors:
|
|
- SystemVerification
|
|
|
|
kubelet_fail_cgroup_v1: false
|