Skip to content

Commit

Permalink
Change Rancher version to head
Browse files Browse the repository at this point in the history
Signed-off-by: Chandan Pinjani <chandan.pinjani@suse.com>
  • Loading branch information
cpinjani committed Nov 28, 2024
1 parent 2eb14bf commit 4316eca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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 ${{ inputs.downstream_k8s_minor_version }} on Rancher ${{ inputs.rancher_version || 'latest/devel/2.10' }} deployed on ${{ inputs.k3s_version || 'v1.30.5+k3s1' }}
run-name: AKS ${{ inputs.downstream_k8s_minor_version }} on Rancher ${{ inputs.rancher_version || 'latest/devel/head' }} deployed on ${{ inputs.k3s_version || 'v1.30.5+k3s1' }}

on:
schedule:
Expand All @@ -12,7 +12,7 @@ on:
description: Rancher version channel/version/head_version latest/latest, latest/2.9.3[-rc2], prime/2.9.3, prime/devel/2.9, prime-optimus/2.9.3-rc2
required: true
type: string
default: latest/devel/2.10
default: latest/devel/head
k3s_version:
description: k3s version of local cluster
required: true
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
secrets: inherit
with:
hosted_provider: aks
rancher_version: ${{ inputs.rancher_version || 'latest/devel/2.10' }}
rancher_version: ${{ inputs.rancher_version || 'latest/devel/head' }}
k3s_version: ${{ inputs.k3s_version || 'v1.30.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') }}
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 ${{ inputs.downstream_k8s_minor_version }} on Rancher ${{ inputs.rancher_version || 'latest/devel/2.10' }} deployed on ${{ inputs.k3s_version || 'v1.30.5+k3s1' }}
run-name: EKS ${{ inputs.downstream_k8s_minor_version }} on Rancher ${{ inputs.rancher_version || 'latest/devel/head' }} deployed on ${{ inputs.k3s_version || 'v1.30.5+k3s1' }}

on:
schedule:
Expand All @@ -12,7 +12,7 @@ on:
description: Rancher version channel/version/head_version latest/latest, latest/2.9.3[-rc2], prime/2.9.3, prime/devel/2.9, prime-optimus/2.9.3-rc2
required: true
type: string
default: latest/devel/2.10
default: latest/devel/head
k3s_version:
description: k3s version of local cluster
required: true
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
secrets: inherit
with:
hosted_provider: eks
rancher_version: ${{ inputs.rancher_version || 'latest/devel/2.10' }}
rancher_version: ${{ inputs.rancher_version || 'latest/devel/head' }}
k3s_version: ${{ inputs.k3s_version || 'v1.30.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') }}
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 ${{ inputs.downstream_k8s_minor_version }} on Rancher ${{ inputs.rancher_version || 'latest/devel/2.10' }} deployed on ${{ inputs.k3s_version || 'v1.30.5+k3s1' }}
run-name: GKE ${{ inputs.downstream_k8s_minor_version }} on Rancher ${{ inputs.rancher_version || 'latest/devel/head' }} deployed on ${{ inputs.k3s_version || 'v1.30.5+k3s1' }}

on:
schedule:
Expand All @@ -12,7 +12,7 @@ on:
description: Rancher version channel/version/head_version latest/latest, latest/2.9.3[-rc2], prime/2.9.3, prime/devel/2.9, prime-optimus/2.9.3-rc2
required: true
type: string
default: latest/devel/2.10
default: latest/devel/head
k3s_version:
description: k3s version of local cluster
required: true
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
secrets: inherit
with:
hosted_provider: gke
rancher_version: ${{ inputs.rancher_version || 'latest/devel/2.10' }}
rancher_version: ${{ inputs.rancher_version || 'latest/devel/head' }}
k3s_version: ${{ inputs.k3s_version || 'v1.30.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') }}
Expand Down

0 comments on commit 4316eca

Please sign in to comment.