Skip to content

UI-RM_head_2.8

UI-RM_head_2.8 #19

# This workflow calls the master E2E workflow with custom variables
name: UI-RM_head_2.8
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: latest/devel/2.8
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:
test_description: "CI/Manual - UI - Deployment test with Standard K3s"
cluster_name: cluster-k3s
destroy_runner: ${{ github.event_name == 'schedule' && true || inputs.destroy_runner }}
capi_ui_version: dev
k8s_version_to_provision: v1.26.10+k3s2
rancher_version: ${{ inputs.rancher_version || 'latest/devel/2.8' }}