CLI-K3s-Sequential-Rancher_Latest #135
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow calls the master E2E workflow with custom variables | |
name: CLI-K3s-Sequential-Rancher_Latest | |
# This worflow is scheduled *after* build-ci to be sure that we have | |
# the lastest version built. The scheduling is also to avoid running | |
# the workflow on each push on main. | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: '0 1 * * *' | |
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/Manual - CLI - Sequential - Deployment test with Standard K3s" | |
cluster_name: cluster-k3s | |
k8s_version_to_provision: v1.25.7+k3s1 | |
rancher_version: latest/devel | |
sequential: true |