Skip to content

Commit 4dae8ca

Browse files
authored
Changed from head version to 2.12-rc versions for automation (#338)
1 parent 537c45c commit 4dae8ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ui-rm_head.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
type: boolean
1616
rancher_version:
1717
description: Rancher version channel/version/head_version latest/latest, latest/2.11.x[-rc1], prime/2.11.x, prime/devel/2.11, alpha/2.11.0-alpha1
18-
default: latest/devel/head
18+
default: latest/2.12.0-rc1
1919
type: string
2020
required: true
2121
upstream_cluster_version:
@@ -55,6 +55,6 @@ jobs:
5555
# WARNING, VALUES BELOW ARE HARDCODED FOR RUNS SCHEDULED BY CRON
5656
destroy_runner: ${{ github.event_name == 'schedule' && true || inputs.destroy_runner }}
5757
upstream_cluster_version: ${{ inputs.upstream_cluster_version || 'v1.32.4+k3s1' }}
58-
rancher_version: ${{ inputs.rancher_version || 'latest/devel/head' }}
58+
rancher_version: ${{ inputs.rancher_version || 'latest/2.12.0-rc1' }}
5959
qase_run_id: ${{ inputs.qase_run_id || 'auto' }}
6060
grep_test_by_tag: ${{ inputs.grep_test_by_tag || '@login @p0 @p1 @p1_2 @rbac' }}

0 commit comments

Comments
 (0)