Skip to content

Changed from head version to 2.12-rc versions for automation #338

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 19, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ui-rm_head.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
type: boolean
rancher_version:
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
default: latest/devel/head
default: latest/2.12.0-rc1
type: string
required: true
upstream_cluster_version:
Expand Down Expand Up @@ -55,6 +55,6 @@ jobs:
# WARNING, VALUES BELOW ARE HARDCODED FOR RUNS SCHEDULED BY CRON
destroy_runner: ${{ github.event_name == 'schedule' && true || inputs.destroy_runner }}
upstream_cluster_version: ${{ inputs.upstream_cluster_version || 'v1.32.4+k3s1' }}
rancher_version: ${{ inputs.rancher_version || 'latest/devel/head' }}
rancher_version: ${{ inputs.rancher_version || 'latest/2.12.0-rc1' }}
qase_run_id: ${{ inputs.qase_run_id || 'auto' }}
grep_test_by_tag: ${{ inputs.grep_test_by_tag || '@login @p0 @p1 @p1_2 @rbac' }}
Loading