Skip to content

Commit

Permalink
TEST/MEDIUM: ci: add k8s 1.31 version
Browse files Browse the repository at this point in the history
  • Loading branch information
oktalz committed Sep 23, 2024
1 parent bda27ee commit be11287
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .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.30.0"]
k8s-version: ["v1.31.0"]
needs: ["build"]
runs-on: ubuntu-latest
steps:
Expand All @@ -152,7 +152,7 @@ jobs:
name: dev
config: deploy/tests/kind-config.yaml
image: kindest/node:${{ matrix.k8s-version }}
version: v0.23.0
version: v0.24.0
- name: Setup
run: CI_ENV=github deploy/tests/create.sh
- name: Run parallel e2e tests
Expand Down
24 changes: 12 additions & 12 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ stages:
- e2e_k8s_29
- e2e_k8s_30
variables:
KIND: v0.23.0
KIND: v0.24.0
DOCKER_HOST: tcp://docker:2375
DOCKER_DRIVER: overlay2
GO_VERSION: "1.23"
Expand Down Expand Up @@ -206,27 +206,27 @@ docker-build:
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
allow_failure: true
e2e_k8s_28:
stage: e2e_k8s_28
e2e_k8s_29:
stage: e2e_k8s_29
needs: ["docker-build"]
variables:
K8S_VERSION: v1.28.6
K8S_VERSION: v1.29.8
KUBEADM_VER: v1beta3
KUBECTL: v1.28.0
KUBECTL: v1.29.8
extends: .kind_deployment_schedules
e2e_k8s_29:
stage: e2e_k8s_29
e2e_k8s_30:
stage: e2e_k8s_30
needs: ["docker-build"]
variables:
K8S_VERSION: v1.29.1
K8S_VERSION: v1.30.4
KUBEADM_VER: v1beta3
KUBECTL: v1.29.0
KUBECTL: v1.30.4
extends: .kind_deployment_schedules
e2e_k8s_30:
e2e_k8s_31:
stage: e2e_k8s_30
needs: ["docker-build"]
variables:
K8S_VERSION: v1.30.0
K8S_VERSION: v1.31.0
KUBEADM_VER: v1beta3
KUBECTL: v1.30.0
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.30.0
image: kindest/node:v1.31.0
extraPortMappings:
- hostPort: 30080
containerPort: 30080
Expand Down

0 comments on commit be11287

Please sign in to comment.