Skip to content

Commit

Permalink
ci/cli: fix regression test
Browse files Browse the repository at this point in the history
Use v1.27.14+k3s1 instead of v1.27.16+k3s1 because of an issue with IPv6
forwarding.

Signed-off-by: Loic Devulder <[email protected]>
  • Loading branch information
ldevulder committed Oct 22, 2024
1 parent acc69cc commit d4f4d4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cli-regression-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
type: boolean
k8s_downstream_version:
description: Rancher cluster downstream version to use
default: '"v1.25.16+k3s4"'
default: '"v1.27.14+k3s1"'
type: string
k8s_upstream_version:
description: Rancher cluster upstream version to use
Expand All @@ -29,7 +29,7 @@ jobs:
fail-fast: false
max-parallel: 4
matrix:
k8s_downstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_downstream_version || '"v1.27.16+k3s1","v1.28.13+k3s1","v1.29.8+k3s1","v1.30.4+k3s1","v1.27.16+rke2r2","v1.28.13+rke2r1","v1.29.8+rke2r1","v1.30.4+rke2r1"')) }}
k8s_downstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_downstream_version || '"v1.27.14+k3s1","v1.28.13+k3s1","v1.29.8+k3s1","v1.30.4+k3s1","v1.27.16+rke2r2","v1.28.13+rke2r1","v1.29.8+rke2r1","v1.30.4+rke2r1"')) }}
k8s_upstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_upstream_version || '"v1.30.4+k3s1"')) }}
uses: ./.github/workflows/master_e2e.yaml
secrets:
Expand Down

0 comments on commit d4f4d4f

Please sign in to comment.