Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyp1ckles committed Feb 23, 2024
1 parent e55b78e commit 779e98f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# --- Cilium v1.15 ---

- name: 'v1.15'
cilium-version: "1.15.0-rc.0"
cilium-version: "v1.15.0"
talos-version: 'v1.6.2'
kube-proxy: false
kube-proxy-replacement: "true"
Expand All @@ -38,7 +38,7 @@ jobs:
nodeport: true

- name: 'v1.15 w wireguard'
cilium-version: "1.15.0-rc.0"
cilium-version: "v1.15.0"
talos-version: 'v1.6.2'
kube-proxy: true
kube-proxy-replacement: "false"
Expand All @@ -54,7 +54,7 @@ jobs:

# TODO: fix ipsec failing tests due to nodeport not ready.
- name: 'v1.15 w ipsec'
cilium-version: "1.15.0-rc.0"
cilium-version: "v1.15.0"
talos-version: 'v1.6.2'
kube-proxy: true
kube-proxy-replacement: "false"
Expand All @@ -69,7 +69,7 @@ jobs:
nodeport: false

- name: 'v1.15 w no kpr & bpf-masq'
cilium-version: "1.15.0-rc.0"
cilium-version: "v1.15.0"
talos-version: 'v1.6.2'
kube-proxy: true
kube-proxy-replacement: "false"
Expand All @@ -83,7 +83,7 @@ jobs:
nodeport: false

- name: 'v1.15 clusterpool ipam mode'
cilium-version: "1.15.0-rc.0"
cilium-version: "v1.15.0"
talos-version: 'v1.6.2'
kube-proxy: false
kube-proxy-replacement: "true"
Expand All @@ -98,7 +98,7 @@ jobs:
nodeport: true

- name: 'v1.15 w geneve tunnel'
cilium-version: "1.15.0-rc.0"
cilium-version: "v1.15.0"
talos-version: 'v1.6.2'
kube-proxy: false
kube-proxy-replacement: "true"
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
kubectl create -n kube-system secret generic cilium-ipsec-keys \
--from-literal=keys="3 rfc4106(gcm(aes)) $(echo $(dd if=/dev/urandom count=20 bs=1 2> /dev/null | xxd -p -c 64)) 128"
kubectl create -n kube-system -f ipmasq-config.yaml
cilium-cli install --version="v1.15.0-rc.0" \
cilium-cli install --version="${{ matrix.cilium_version }}" \
--values=values.yaml \
--set ipv4.enabled=${{ matrix.ipv4 }} \
--set ipv6.enabled=${{ matrix.ipv6 }} \
Expand Down

0 comments on commit 779e98f

Please sign in to comment.