Skip to content

UI-RKE2-OBS_Dev

UI-RKE2-OBS_Dev #7

# This workflow calls the master E2E workflow with custom variables
name: UI-RKE2-OBS_Dev
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 to use for installation
default: stable/latest
type: string
jobs:
ui:
uses: ./.github/workflows/master-e2e.yaml
secrets:
credentials: ${{ secrets.GCP_CREDENTIALS }}
pat_token: ${{ secrets.SELF_HOSTED_RUNNER_PAT_TOKEN }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
with:
test_description: "Manual - Fully customizable - UI - IBS/OBS Deployment test with Standard RKE2"
ui_account: user
ca_type: private
cluster_name: cluster-rke2
cypress_tags: main
destroy_runner: ${{ inputs.destroy_runner }}
elemental_ui_version: dev
iso_boot: true
k8s_version_to_provision: v1.25.7+rke2r1
operator_repo: oci://registry.opensuse.org/isv/rancher/elemental/dev/charts/rancher
rancher_version: ${{ inputs.rancher_version }}
test_type: ui
upstream_cluster_version: v1.25.7+rke2r1