Skip to content

Commit

Permalink
local k3s cluster version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-shilimkar committed Feb 19, 2025
1 parent 1e43168 commit 7c8b3c5
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/aks.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This workflow calls the main workflow with custom variables
name: AKS-E2E
run-name: AKS on Rancher ${{ inputs.rancher_version || 'latest/devel/head' }} deployed on ${{ inputs.k3s_version || 'v1.30.5+k3s1' }}
run-name: AKS on Rancher ${{ inputs.rancher_version || 'latest/devel/head' }} deployed on ${{ inputs.k3s_version || 'v1.31.5+k3s1' }}

on:
schedule:
Expand All @@ -17,7 +17,7 @@ on:
description: k3s version of local cluster
required: true
type: string
default: v1.30.5+k3s1
default: v1.31.5+k3s1
runner_template:
description: Runner template to use
default: hosted-prov-e2e-ci-runner-spot-n2-highmem-16-gl-template-v3
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
with:
hosted_provider: aks
rancher_version: ${{ inputs.rancher_version || 'latest/devel/head' }}
k3s_version: ${{ inputs.k3s_version || 'v1.30.5+k3s1' }}
k3s_version: ${{ inputs.k3s_version || 'v1.31.5+k3s1' }}
operator_nightly_chart: ${{ inputs.operator_nightly_chart == true || (github.event_name == 'schedule' && true) }}
tests_to_run: ${{ inputs.tests_to_run || (github.event.schedule == '0 4 * * 1-6' && 'p0_provisioning/p0_import') || (github.event.schedule == '0 4 * * 0' && 'p1_provisioning/p1_import/sync_provisioning/sync_import') }}
destroy_runner: ${{ inputs.destroy_runner == true || (github.event_name == 'schedule' && true) }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/eks.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This workflow calls the main workflow with custom variables
name: EKS-E2E
run-name: EKS on Rancher ${{ inputs.rancher_version || 'latest/devel/head' }} deployed on ${{ inputs.k3s_version || 'v1.30.5+k3s1' }}
run-name: EKS on Rancher ${{ inputs.rancher_version || 'latest/devel/head' }} deployed on ${{ inputs.k3s_version || 'v1.31.5+k3s1' }}

on:
schedule:
Expand All @@ -17,7 +17,7 @@ on:
description: k3s version of local cluster
required: true
type: string
default: v1.30.5+k3s1
default: v1.31.5+k3s1
runner_template:
description: Runner template to use
default: hosted-prov-e2e-ci-runner-spot-n2-highmem-16-gl-template-v3
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
with:
hosted_provider: eks
rancher_version: ${{ inputs.rancher_version || 'latest/devel/head' }}
k3s_version: ${{ inputs.k3s_version || 'v1.30.5+k3s1' }}
k3s_version: ${{ inputs.k3s_version || 'v1.31.5+k3s1' }}
operator_nightly_chart: ${{ inputs.operator_nightly_chart == true || (github.event_name == 'schedule' && true) }}
tests_to_run: ${{ inputs.tests_to_run || (github.event.schedule == '0 4 * * 1-6' && 'p0_provisioning/p0_import') || (github.event.schedule == '0 4 * * 0' && 'p1_provisioning/p1_import/sync_provisioning/sync_import') }}
destroy_runner: ${{ inputs.destroy_runner ==true || (github.event_name == 'schedule' && true) }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/gke.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This workflow calls the main workflow with custom variables
name: GKE-E2E
run-name: GKE on Rancher ${{ inputs.rancher_version || 'latest/devel/head' }} deployed on ${{ inputs.k3s_version || 'v1.30.5+k3s1' }}
run-name: GKE on Rancher ${{ inputs.rancher_version || 'latest/devel/head' }} deployed on ${{ inputs.k3s_version || 'v1.31.5+k3s1' }}

on:
schedule:
Expand All @@ -17,7 +17,7 @@ on:
description: k3s version of local cluster
required: true
type: string
default: v1.30.5+k3s1
default: v1.31.5+k3s1
runner_template:
description: Runner template to use
default: hosted-prov-e2e-ci-runner-spot-n2-highmem-16-gl-template-v3
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
with:
hosted_provider: gke
rancher_version: ${{ inputs.rancher_version || 'latest/devel/head' }}
k3s_version: ${{ inputs.k3s_version || 'v1.30.5+k3s1' }}
k3s_version: ${{ inputs.k3s_version || 'v1.31.5+k3s1' }}
operator_nightly_chart: ${{ inputs.operator_nightly_chart == true || (github.event_name == 'schedule' && true) }}
tests_to_run: ${{ inputs.tests_to_run || (github.event.schedule == '0 4 * * 1-6' && 'p0_provisioning/p0_import') || (github.event.schedule == '0 4 * * 0' && 'p1_provisioning/p1_import/sync_provisioning/sync_import') }}
destroy_runner: ${{ inputs.destroy_runner ==true || (github.event_name == 'schedule' && true) }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/k8s-chart-upgrade-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
description: k3s version of local cluster
required: true
type: string
default: v1.30.5+k3s1
default: v1.31.5+k3s1
qase_run_id:
description: Qase run ID where the results will be reported (auto|none|existing_run_id)
default: none
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
description: k3s version of local cluster
required: true
type: string
default: v1.30.5+k3s1
default: v1.31.5+k3s1
operator_nightly_chart:
description: Install hosted-provider nightly chart
default: false
Expand Down

0 comments on commit 7c8b3c5

Please sign in to comment.