Skip to content

CLI-K3s-Scalability-RM_Stable #23

CLI-K3s-Scalability-RM_Stable

CLI-K3s-Scalability-RM_Stable #23

# This workflow calls the master E2E workflow with custom variables
name: CLI-K3s-Scalability-RM_Stable
on:
workflow_dispatch:
inputs:
qase_run_id:
description: Qase run ID where the results will be reported
type: string
destroy_runner:
description: Destroy the auto-generated self-hosted runner
default: true
type: boolean
schedule:
# Every Sunday at 1am
- cron: '0 1 * * 0'
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_CLI }}
with:
test_description: "CI/Manual - CLI - Scalability - Deployment test with Standard K3s"
cluster_name: cluster-k3s
destroy_runner: ${{ github.event_name == 'schedule' && true || inputs.destroy_runner }}
k8s_version_to_provision: v1.26.10+k3s2
node_number: 60
qase_run_id: ${{ inputs.qase_run_id }}
rancher_version: stable/latest/none
runner_template: elemental-e2e-ci-runner-spot-x86-64-template-n2-highmem-80-v5
test_type: cli
zone: us-central1-f