Skip to content

UI-K3s-OBS_Dev

UI-K3s-OBS_Dev #44

Workflow file for this run

# This workflow calls the master E2E workflow with custom variables
name: UI-K3s-OBS_Dev
on:
workflow_dispatch:
inputs:
qase_run_id:
description: Qase run ID where the results will be reported
default: auto
type: string
destroy_runner:
description: Destroy the auto-generated self-hosted runner
default: true
type: boolean
proxy:
description: Deploy a proxy (none/rancher/elemental)
default: elemental
type: string
rancher_version:
description: Rancher Manager channel/version/head_version to use for installation
default: stable/latest/none
type: string
jobs:
ui:
uses: ./.github/workflows/master_e2e.yaml
secrets:
credentials: ${{ secrets.GCP_CREDENTIALS }}
pat_token: ${{ secrets.SELF_HOSTED_RUNNER_PAT_TOKEN }}
qase_api_token: ${{ secrets.QASE_API_TOKEN }}
with:
test_description: "Manual - Fully customizable - UI - IBS/OBS Deployment test with Standard K3s"
cluster_name: cluster-k3s
cypress_tags: main
destroy_runner: ${{ inputs.destroy_runner }}
elemental_ui_version: dev
iso_boot: true
k8s_version_to_provision: v1.26.10+k3s2
operator_repo: oci://registry.opensuse.org/isv/rancher/elemental/dev/charts/rancher
proxy: ${{ inputs.proxy }}
qase_run_id: ${{ inputs.qase_run_id }}
rancher_version: ${{ inputs.rancher_version }}
test_type: ui