Skip to content

Commit

Permalink
ci/e2e: add option to keep runner in scalability test
Browse files Browse the repository at this point in the history
Signed-off-by: Loic Devulder <ldevulder@suse.com>
  • Loading branch information
ldevulder committed Apr 28, 2023
1 parent fc2ffaa commit abfd636
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cli-rke2-scalability-rancher_stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ name: CLI-RKE2-Scalability-Rancher_Stable
# the workflow on each push on main.
on:
workflow_dispatch:
inputs:
destroy_runner:
description: Destroy the auto-generated self-hosted runner
default: true
type: boolean
schedule:
# Every Sunday at 3am
- cron: '0 3 * * 0'
Expand All @@ -20,6 +25,7 @@ jobs:
with:
test_description: "CI/Manual - CLI - Scalability - Deployment test with Standard RKE2"
cluster_name: cluster-rke2
destroy_runner: ${{ inputs.destroy_runner && true }}
k8s_version_to_provision: v1.25.7+rke2r1
node_number: 100
rancher_version: stable/latest
Expand Down

0 comments on commit abfd636

Please sign in to comment.