Skip to content

Commit

Permalink
ci-ipsec-upgrade: Add vxlan w/ no EP routes
Browse files Browse the repository at this point in the history
[ upstream commit f789474 ]

This is more common configuration than the existing vxlan + EP one.

Signed-off-by: Martynas Pumputis <m@lambda.lt>
Signed-off-by: Nicolas Busseneau <nicolas@isovalent.com>
Signed-off-by: Marco Iorio <marco.iorio@isovalent.com>
  • Loading branch information
brb authored and aanm committed Dec 14, 2023
1 parent 622d2c4 commit 2524ad9
Showing 1 changed file with 24 additions and 5 deletions.
29 changes: 24 additions & 5 deletions .github/workflows/tests-ipsec-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
fail-fast: false
max-parallel: 16
matrix:
config: ['5.4', '5.10', 'bpf-next']
config: ['5.4', '5.10', '6.1', 'bpf-next']
mode: ['minor', 'patch']
include:
# Define three config sets
Expand All @@ -98,6 +98,17 @@ jobs:
endpoint-routes: 'true'
ipv6: 'false' # until https://github.com/cilium/cilium/issues/26944 resolved

- config: '6.1'
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: '6.1-20231026.065108'
kube-proxy: 'iptables'
kpr: 'disabled'
tunnel: 'vxlan'
encryption: 'ipsec'
endpoint-routes: 'false'
# https://github.com/cilium/cilium/issues/29805#issuecomment-1855600171
ipv6: 'false'

- config: 'bpf-next'
# We don't want to update bpf-next after branching
kernel: 'bpf-next-20230420.212204'
Expand All @@ -117,21 +128,29 @@ jobs:
mode: 'minor'
name: '2'

- config: 'bpf-next'
- config: '6.1'
mode: 'minor'
name: '3'

- config: 'bpf-next'
mode: 'minor'
name: '4'

- config: '5.4'
mode: 'patch'
name: '4'
name: '5'

- config: '5.10'
mode: 'patch'
name: '5'
name: '6'

- config: '6.1'
mode: 'patch'
name: '7'

- config: 'bpf-next'
mode: 'patch'
name: '6'
name: '8'

timeout-minutes: 60
steps:
Expand Down

0 comments on commit 2524ad9

Please sign in to comment.