mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-04-03 09:15:11 -02:30
Compare commits
1 Commits
fix/cilium
...
copilot/di
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f2c34a64bf |
@@ -57,6 +57,7 @@ pr:
|
||||
- ubuntu24-kube-router-svc-proxy
|
||||
- ubuntu24-ha-separate-etcd
|
||||
- fedora40-flannel-crio-collection-scale
|
||||
- openeuler24-calico
|
||||
|
||||
# This is for flakey test so they don't disrupt the PR worklflow too much.
|
||||
# Jobs here MUST have a open issue so we don't lose sight of them
|
||||
@@ -67,7 +68,6 @@ pr-flakey:
|
||||
matrix:
|
||||
- TESTCASE:
|
||||
- flatcar4081-calico # https://github.com/kubernetes-sigs/kubespray/issues/12309
|
||||
- openeuler24-calico # https://github.com/kubernetes-sigs/kubespray/issues/12877
|
||||
|
||||
# The ubuntu24-calico-all-in-one jobs are meant as early stages to prevent running the full CI if something is horribly broken
|
||||
ubuntu24-calico-all-in-one:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
ansible==11.13.0
|
||||
# Needed for community.crypto module
|
||||
cryptography==46.0.6
|
||||
cryptography==46.0.5
|
||||
# Needed for jinja2 json_query templating
|
||||
jmespath==1.1.0
|
||||
# Needed for ansible.utils.ipaddr
|
||||
|
||||
@@ -177,9 +177,6 @@ hostFirewall:
|
||||
|
||||
policyAuditMode: {{ cilium_policy_audit_mode | to_json }}
|
||||
|
||||
prometheus:
|
||||
enabled: {{ cilium_enable_prometheus | to_json }}
|
||||
|
||||
certgen:
|
||||
image:
|
||||
repository: {{ cilium_hubble_certgen_image_repo }}
|
||||
|
||||
Reference in New Issue
Block a user