Skip to content

UI-RKE2-OS-Upgrade-RM_Stable #148

UI-RKE2-OS-Upgrade-RM_Stable

UI-RKE2-OS-Upgrade-RM_Stable #148

# This workflow calls the master E2E workflow with custom variables
name: UI-RKE2-OS-Upgrade-RM_Stable
# We test upgrade with:
# - Iso stable to dev
# - Elemental-operator stable
# - RKE2 as management node
# - Rancher latest stable
#
# Later it will be moved to main scenario when we will be able to choose the ISO
# because for now, we can only build ISO with stable ISO
on:
workflow_dispatch:
inputs:
destroy_runner:
description: Destroy the auto-generated self-hosted runner
default: true
type: boolean
rancher_version:
description: Rancher Manager channel/version/head_version to use for installation
default: stable/latest/none
type: string
schedule:
- cron: '0 4 * * *'
jobs:
ui:
uses: ./.github/workflows/master_e2e.yaml
secrets:
credentials: ${{ secrets.GCP_CREDENTIALS }}
pat_token: ${{ secrets.SELF_HOSTED_RUNNER_PAT_TOKEN }}
with:
ui_account: user
ca_type: private
cluster_name: cluster-rke2
cypress_tags: upgrade
destroy_runner: ${{ github.event_name == 'schedule' && true || inputs.destroy_runner }}
elemental_ui_version: dev
iso_boot: true
k8s_version_to_provision: v1.26.10+rke2r2
rancher_version: ${{ inputs.rancher_version || 'stable/latest/none' }}
test_type: ui
upgrade_image: registry.opensuse.org/isv/rancher/elemental/dev/containers/suse/sle-micro/5.5:latest
upgrade_os_channel: dev
upstream_cluster_version: v1.26.10+rke2r2