Skip to content

Commit

Permalink
ci/ui: fix rancher version for rke2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
juadk committed Oct 27, 2023
1 parent 0e61f82 commit ed5a63f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ui-rke2-rm_head_2.7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
elemental_ui_version: dev
iso_boot: true
k8s_version_to_provision: v1.26.8+rke2r1
rancher_version: ${{ inputs.rancher_version || 'latest/deve/2.7' }}
rancher_version: ${{ inputs.rancher_version || 'latest/devel/2.7' }}
test_type: ui
upstream_cluster_version: v1.26.8+rke2r1
2 changes: 1 addition & 1 deletion .github/workflows/ui-rke2-rm_head_2.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
elemental_ui_version: dev
iso_boot: true
k8s_version_to_provision: v1.26.8+rke2r1
rancher_version: ${{ inputs.rancher_version || 'latest/deve/2.8' }}
rancher_version: ${{ inputs.rancher_version || 'latest/devel/2.8' }}
test_type: ui
upstream_cluster_version: v1.26.8+rke2r1

0 comments on commit ed5a63f

Please sign in to comment.