Skip to content

Commit

Permalink
Revert "ci/e2e: add option to keep runner in scalability test"
Browse files Browse the repository at this point in the history
This reverts commit abfd636.
  • Loading branch information
juadk committed May 2, 2023
1 parent 70280b3 commit f9ce668
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/cli-rke2-scalability-rancher_stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ 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 @@ -25,7 +20,6 @@ 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 f9ce668

Please sign in to comment.