Skip to content

CLI-K3s-OBS_Dev

CLI-K3s-OBS_Dev #53

# This workflow calls the master E2E workflow with custom variables
name: CLI-K3s-OBS_Dev
on:
workflow_dispatch:
inputs:
qase_run_id:
description: Qase run ID where the results will be reported
required: false
type: string
cluster_type:
description: Cluster type (empty if normal or hardened)
type: string
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
concurrency:
group: e2e-k3s-obs-dev-${{ github.head_ref || github.ref }}-${{ github.repository }}
cancel-in-progress: true
jobs:
cli:
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 }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
with:
test_description: "Manual - CLI - Parallel - Deployment test with Standard K3s"
qase_run_id: ${{ inputs.qase_run_id }}
cluster_name: cluster-k3s
cluster_type: ${{ inputs.cluster_type }}
destroy_runner: ${{ inputs.destroy_runner }}
iso_to_test: https://download.opensuse.org/repositories/isv:/Rancher:/Elemental:/Dev/containers/iso/elemental-teal.x86_64.iso
k8s_version_to_provision: v1.26.7+k3s1
operator_repo: oci://registry.opensuse.org/isv/rancher/elemental/dev/charts/rancher
rancher_version: ${{ inputs.rancher_version }}