Skip to content

CLI-RKE2-Rancher_Stable #168

CLI-RKE2-Rancher_Stable

CLI-RKE2-Rancher_Stable #168

# This workflow calls the master E2E workflow with custom variables
name: CLI-RKE2-Rancher_Stable
on:
workflow_run:
workflows:
- build-ci
branches:
- main
types:
- completed
jobs:
cli:
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: "CI - CLI - Parallel - Deployment test with Standard RKE2"
ca_type: private
cluster_name: cluster-rke2
k8s_version_to_provision: v1.25.7+rke2r1
start_condition: ${{ github.event.workflow_run.conclusion }}
workflow_download: ${{ github.event.workflow_run.workflow_id }}
upstream_cluster_version: v1.25.7+rke2r1