Skip to content

Commit

Permalink
ci-e2e-upgrade: Disable 12th config
Browse files Browse the repository at this point in the history
Until #31622 has been released.

Signed-off-by: Martynas Pumputis <m@lambda.lt>
  • Loading branch information
brb committed Apr 11, 2024
1 parent e00b845 commit 337b8de
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions .github/workflows/tests-e2e-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,19 +210,22 @@ jobs:
egress-gateway: 'true'
ingress-controller: 'true'

- name: '12'
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: 'bpf-next-20240315.012542'
kube-proxy: 'none'
kpr: 'true'
devices: '{eth0,eth1}'
secondary-network: 'true'
tunnel: 'disabled'
encryption: 'wireguard'
encryption-node: 'true'
lb-mode: 'snat'
egress-gateway: 'true'
ingress-controller: 'true'
# Disable until https://github.com/cilium/cilium/pull/31622
# has been released. Otherwise, the health-ep is failing quite
# often.
#- name: '12'
# # renovate: datasource=docker depName=quay.io/lvh-images/kind
# kernel: 'bpf-next-20240315.012542'
# kube-proxy: 'none'
# kpr: 'true'
# devices: '{eth0,eth1}'
# secondary-network: 'true'
# tunnel: 'disabled'
# encryption: 'wireguard'
# encryption-node: 'true'
# lb-mode: 'snat'
# egress-gateway: 'true'
# ingress-controller: 'true'

- name: '14'
# Switch to 5.15 until https://github.com/cilium/cilium/issues/27642
Expand Down

0 comments on commit 337b8de

Please sign in to comment.