Skip to content

Commit d4246ad

Browse files
committed
ci/cli: add tests on Rancher Manager v2.10
Signed-off-by: Loic Devulder <ldevulder@suse.com>
1 parent 54ebce4 commit d4246ad

5 files changed

+5
-5
lines changed

.github/workflows/cli-full-backup-restore-matrix.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
matrix:
3636
k8s_downstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_downstream_version || '"v1.30.4+k3s1","v1.30.4+rke2r1"')) }}
3737
k8s_upstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_upstream_version || '"v1.30.4+k3s1","v1.30.4+rke2r1"')) }}
38-
rancher_version: ${{ fromJSON(format('[{0}]', inputs.rancher_version || '"latest/devel/2.9"')) }}
38+
rancher_version: ${{ fromJSON(format('[{0}]', inputs.rancher_version || '"latest/devel/2.9","latest/devel/2.10"')) }}
3939
uses: ./.github/workflows/master_e2e.yaml
4040
secrets:
4141
credentials: ${{ secrets.GCP_CREDENTIALS }}

.github/workflows/cli-k3s-matrix.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
cluster_type: ${{ fromJSON(format('[{0}]', inputs.cluster_type || '""')) }}
5050
k8s_downstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_downstream_version || '"v1.30.4+k3s1"')) }}
5151
k8s_upstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_upstream_version || '"v1.30.4+k3s1"')) }}
52-
rancher_version: ${{ fromJSON(format('[{0}]', inputs.rancher_version || '"stable/latest","latest/devel/2.9"')) }}
52+
rancher_version: ${{ fromJSON(format('[{0}]', inputs.rancher_version || '"stable/latest","latest/devel/2.9","latest/devel/2.10"')) }}
5353
reset: ${{ fromJSON(format('[{0}]', inputs.reset || 'false')) }}
5454
sequential: [ false ]
5555
include:

.github/workflows/cli-k3s-upgrade-matrix.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
cluster_type: ${{ fromJSON(format('[{0}]', inputs.cluster_type || '"", "hardened"')) }}
4141
k8s_downstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_downstream_version || '"v1.28.13+k3s1"')) }}
4242
k8s_upstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_upstream_version || '"v1.28.13+k3s1"')) }}
43-
rancher_upgrade: ${{ fromJSON(format('[{0}]', inputs.rancher_version || '"latest/devel/2.8"')) }}
43+
rancher_upgrade: ${{ fromJSON(format('[{0}]', inputs.rancher_version || '"latest/devel/2.10"')) }}
4444
uses: ./.github/workflows/master_e2e.yaml
4545
secrets:
4646
credentials: ${{ secrets.GCP_CREDENTIALS }}

.github/workflows/cli-rke2-matrix.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
cluster_type: ${{ fromJSON(format('[{0}]', inputs.cluster_type || '""')) }}
5050
k8s_downstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_downstream_version || '"v1.30.4+rke2r1"')) }}
5151
k8s_upstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_upstream_version || '"v1.30.4+rke2r1"')) }}
52-
rancher_version: ${{ fromJSON(format('[{0}]', inputs.rancher_version || '"prime/latest","latest/devel/2.9"')) }}
52+
rancher_version: ${{ fromJSON(format('[{0}]', inputs.rancher_version || '"prime/latest","latest/devel/2.9","latest/devel/2.10"')) }}
5353
reset: ${{ fromJSON(format('[{0}]', inputs.reset || 'false')) }}
5454
sequential: [ false ]
5555
include:

.github/workflows/cli-rke2-upgrade-matrix.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
cluster_type: ${{ fromJSON(format('[{0}]', inputs.cluster_type || '"", "hardened"')) }}
4141
k8s_downstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_downstream_version || '"v1.28.13+rke2r1"')) }}
4242
k8s_upstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_upstream_version || '"v1.28.13+rke2r1"')) }}
43-
rancher_upgrade: ${{ fromJSON(format('[{0}]', inputs.rancher_version || '"latest/devel/2.8"')) }}
43+
rancher_upgrade: ${{ fromJSON(format('[{0}]', inputs.rancher_version || '"latest/devel/2.10"')) }}
4444
uses: ./.github/workflows/master_e2e.yaml
4545
secrets:
4646
credentials: ${{ secrets.GCP_CREDENTIALS }}

0 commit comments

Comments
 (0)