Skip to content

Commit

Permalink
MEDIUM: ci: add k8s 1.32 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oktalz committed Jan 8, 2025
1 parent 2d621ca commit 16d143b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
e2e:
strategy:
matrix:
k8s-version: ["v1.31.0"]
k8s-version: ["v1.32.0"]
needs: ["build"]
runs-on: ubuntu-latest
steps:
Expand Down
28 changes: 14 additions & 14 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ stages:
- unit-tests
- build
- e2e-tests
- e2e_k8s_28
- e2e_k8s_29
- e2e_k8s_30
- e2e_k8s_31
- e2e_k8s_32
variables:
KIND: v0.24.0
KIND: v0.26.0
DOCKER_HOST: tcp://docker:2375
DOCKER_DRIVER: overlay2
GO_VERSION: "1.23"
Expand Down Expand Up @@ -205,27 +205,27 @@ docker-build:
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
allow_failure: true
e2e_k8s_29:
stage: e2e_k8s_29
needs: ["docker-build"]
variables:
K8S_VERSION: v1.29.8
KUBEADM_VER: v1beta3
KUBECTL: v1.29.8
extends: .kind_deployment_schedules
e2e_k8s_30:
stage: e2e_k8s_30
needs: ["docker-build"]
variables:
K8S_VERSION: v1.30.4
K8S_VERSION: v1.30.8
KUBEADM_VER: v1beta3
KUBECTL: v1.30.4
extends: .kind_deployment_schedules
e2e_k8s_31:
stage: e2e_k8s_30
stage: e2e_k8s_31
needs: ["docker-build"]
variables:
K8S_VERSION: v1.31.4
KUBEADM_VER: v1beta3
KUBECTL: v1.31.0
extends: .kind_deployment_schedules
e2e_k8s_32:
stage: e2e_k8s_32
needs: ["docker-build"]
variables:
K8S_VERSION: v1.31.0
K8S_VERSION: v1.32.0
KUBEADM_VER: v1beta3
KUBECTL: v1.31.0
extends: .kind_deployment
2 changes: 1 addition & 1 deletion deploy/tests/kind-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ networking:
kind: Cluster
nodes:
- role: control-plane
image: kindest/node:v1.31.0
image: kindest/node:v1.32.0
extraPortMappings:
- hostPort: 30080
containerPort: 30080
Expand Down

0 comments on commit 16d143b

Please sign in to comment.